Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (634,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,364 273,364 0000000000000004dbe7552cd90157350694831357a8260101aad7aae948bc44 0.14 MB 220 20
273,363 273,363 000000000000000516fe964e29689f437974fa44a62e2e7a56d035b790054127 0.50 MB 1,145 54
273,362 273,362 0000000000000005149fdd2dbeed37e903a0f1be09e08c871f7796dd003620cc 0.21 MB 521 45
273,361 273,361 000000000000000470e86af289ffc864a1575901ff50b3d91ac14ef0e2067940 0.01 MB 31 9
273,360 273,360 00000000000000021d7c4ff1e9a0cc135f5acf51a49fc249deaf7515f3646a96 0.12 MB 280 48
273,359 273,359 00000000000000009b5a99f4b10e3b1d5495e7144456fb85f1cab20de7bab435 0.05 MB 107 19
273,358 273,358 000000000000000324e1ff7dfa5890549f749b17f6895eef5542fa7b18891e1c 0.31 MB 550 45
273,357 273,357 0000000000000000255068bcc11299aa634201c1c6c38087309680f8ab682c67 0.04 MB 114 47
273,356 273,356 00000000000000004e486fc3796fdf721364f84793b1c18896207c0896e13ef7 0.20 MB 390 34
273,355 273,355 0000000000000001ab63276b6a15a7505ccf276584b0fc0769fd9f623b4f6f0a 0.35 MB 470 24
273,354 273,354 0000000000000005d67bfeca90bace812e1144fa8460fe36c02a33046a673851 0.10 MB 230 43
273,353 273,353 000000000000000438850f604de79e9339a23ac9b39f45960dc91c6fc49ea6bf 0.21 MB 445 50
273,352 273,352 0000000000000004928d5abb8131d54f0c2789f3b43c87cf7c44bda329b48a2f 0.86 MB 824 29
273,351 273,351 00000000000000015a0fbd575dd494fdae1b0e1247f46daceb2042a402b1a154 0.02 MB 63 504
273,350 273,350 00000000000000021b065349e4d9df1c8ec8c588773d33d24c10da6021146004 0.03 MB 95 48
273,349 273,349 0000000000000003bf73bb8705ed7ae27d34d7bf45b7f0bfc4251529c6a886e0 0.15 MB 474 39
273,348 273,348 00000000000000025b6f71db84c7721c09fde73f5b5cb8db6d3e203228e0a74a 0.03 MB 110 57
273,347 273,347 0000000000000003fea725733157552300857c7588da58aaea08caecd9805824 0.06 MB 106 32
273,346 273,346 000000000000000351cfe5a4c7561fc845a5d63928958fa2eed071a915b003e6 0.05 MB 114 24
273,345 273,345 0000000000000001a133a0930305a1c470d8235559667243e2e22cef38bdf500 0.02 MB 44 47
273,344 273,344 0000000000000000b029d2692368194330d45d66c1e9600051278cbb3b4a8ae5 0.10 MB 361 32
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.