Memory Pool Memory Pool Refreshing

8,910 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,913 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (683,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,652 224,652 00000000000000afc6bd1663afa6c4d19ce904c707fb2fb6c2f55ada7266bc69 0.12 MB 82 47
224,651 224,651 000000000000026c65b101a21f04a781b9f6575fb0490bfec3925d1846a32a45 0.25 MB 545 183
224,650 224,650 000000000000002a5236154b9d81cdb62317c8720847ec511182ade10f3974d7 0.19 MB 480 253
224,649 224,649 000000000000002dc8aa41b759591beaf3e8c0e6631316c0d4add6afee82fccd 0.05 MB 144 5
224,648 224,648 000000000000009c5407160e7fd0d401af8888146802bab109f18a1f6c61927d 0.04 MB 61 2,837
224,647 224,647 00000000000002e1de80687f6a059432c11da83e58042211a24f36251f184c88 0.04 MB 70 102
224,646 224,646 00000000000000a8ee36392a98db922d00b0a7afd2e09cbee7643e4c5ead6964 0.12 MB 221 139
224,645 224,645 00000000000001916857518580aa96b701cf23404dda5a6be3e6719c635c782b 0.24 MB 615 202
224,644 224,644 00000000000002f3eab81f943023c807aa2297d97911d3e8b040bc3342c0cca0 0.07 MB 148 106
224,643 224,643 0000000000000055df0142a0c76210b6cdc8534106f36325708b38aafe6d28d6 0.03 MB 52 36
224,642 224,642 0000000000000292c1bb43fe286dcd87b0c84741d82ed0ac6d19271491cf5d20 0.11 MB 135 83
224,641 224,641 000000000000029a2e71f53ff4c3f218e1115ef55d856575d1a1f1528497262b 0.25 MB 438 147
224,640 224,640 000000000000003cfe7e2a5069828e859656c33343919df2c588301f0040a6bd 0.25 MB 324 100
224,639 224,639 00000000000003bf36ea009f11ed811d463f2d753c9f9348541c41d948179b4d 0.25 MB 479 165
224,638 224,638 00000000000003741dcf86780fc46ff66cff5b24efe5ab50a2b0562fa5ce3eaf 0.25 MB 455 170
224,637 224,637 00000000000002da92cf33722aa4fe115582f19c4c6cca634cd6ba6c2c0fa8d3 0.25 MB 642 197
224,636 224,636 00000000000001d25bcefe076dffd6f21c17aedb688c3e0709842aeaaa6b50d2 0.25 MB 854 406
224,635 224,635 000000000000025ecd1648ce002ea0e0e1155846011c86eab728bc947e983bf1 0.50 MB 654 59
224,634 224,634 00000000000000435aae7d84ec91b0ab24fd6a2db965da7f3d76d875dee427e6 0.05 MB 132 12
224,633 224,633 00000000000000dee31425379e3f79a9553cfb08fd876cb05f22372dce0e5da8 0.25 MB 470 161
224,632 224,632 000000000000038dfde37fe987b0a917086ab14a0dd7e929dd65da50d766d1e4 0.18 MB 249 96
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.