Memory Pool Memory Pool Refreshing

19,856 transactions
36.22 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,155 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,737 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,154 (637,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
224,631 224,631 0000000000000043aa1668a4872d13b654c3e3751f2e71fae060d78791af6409 0.25 MB 604 203
224,630 224,630 00000000000003c1d2afcadeee120bee6834ac0a5022afbfedfee274b4002f2a 0.19 MB 203 74
224,629 224,629 000000000000022549376a606e764e162220ca0d4760d28e407d4452051a390c 0.25 MB 673 279
224,628 224,628 000000000000035cbdf8c003f14f3a5350a1aeab33c604967fe8358843df94dc 0.25 MB 573 199
224,627 224,627 0000000000000391f0eebe5e6278542fd1512e4ecd4b3cd18a25158a29672c07 0.25 MB 378 133
224,626 224,626 0000000000000306121630a671cbb63f20e132790f1c11634a4db90de6c0f2dd 0.25 MB 470 159
224,625 224,625 0000000000000216bcba524c433f171e35b842895aaf9a8c1d1a2545fc003302 0.25 MB 361 123
224,624 224,624 000000000000034283a37d95a346af0035e15d0d008ee69ac622f2f3c13a4c15 0.25 MB 594 227
224,623 224,623 0000000000000288c6814f45fd12b18905b6512e7fc8e8c511c37f57fd8cd5ef 0.00 MB 9 304
224,622 224,622 0000000000000002c3b3ff6e8873eaa959b05502b1021cc644c58da4bba27df9 0.25 MB 499 156
224,621 224,621 00000000000000b0b3fd6142f98de6dd0ca13adac1aab705fc14eee4caa8a4c5 0.25 MB 819 344
224,620 224,620 00000000000003b54d59a0ef04d3b95eae0b76bafdf67b001c4c1707e8698654 0.25 MB 176 60
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.77 GB sent, 101.29 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.