Memory Pool Memory Pool Refreshing

37,349 transactions
23.64 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,592 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,682 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,591 (407,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
454,773 454,773 00000000000000000126fc8712b292ae036871267f53f926135cf3e09c290cc4 1.00 MB 2,356 150
454,772 454,772 000000000000000000b8612839a3fadd0c1e52d2ffee5e7abac618e9804bb59d 1.00 MB 3,251 155
454,771 454,771 000000000000000000eec3b7e2721e0a8411c2bb816a1a7d5d34bb5c5ee5ce5f 1.00 MB 2,412 158
454,770 454,770 000000000000000001ace96ae0b3f696575625f4c89f0965f8601ab81f84ec34 1.00 MB 406 39
454,769 454,769 0000000000000000025f7a12fff71d9b0cbccb013ceb2106b2292382e227a671 1.00 MB 1,887 115
454,768 454,768 000000000000000000543118297ee7624b00cba61f9f90c1c874b7f6a58dbe67 1.00 MB 926 71
454,767 454,767 000000000000000002331fc837e661465320a63ffcdba1b41d97e906612be8ce 1.00 MB 1,514 96
454,766 454,766 000000000000000002744d9bb9273d888e5d11d6a7f1ffedf206eea4035f55b2 1.00 MB 768 36
454,765 454,765 000000000000000000fa153618688dc62eb159804dc1cb2ade4cfe119549f487 1.00 MB 1,474 100
454,764 454,764 000000000000000001d3d35805240ed604c960705e35ea2ce987cd5f1bf391f7 1.00 MB 2,710 138
454,763 454,763 000000000000000001fdd97524ce4039dbe795a334eb9bf94f0fb376218fe3a0 0.37 MB 974 141
454,762 454,762 000000000000000002373d06637b70d5cc4d5f1086c1c3b1d25efbbe197bbb22 1.00 MB 2,598 147
454,761 454,761 000000000000000000b25b64ce920e40e7fd8120ad47e59a428b5324fe926beb 1.00 MB 450 29
454,760 454,760 000000000000000001e788cf4c85daaf0fca09073839ca80966fc35bfc4d363c 1.00 MB 455 27
454,759 454,759 000000000000000000852f013665b415143dbdb3852d7bbf8fa46edb0f510c1a 1.00 MB 2,247 129
454,758 454,758 000000000000000000cd088762cbb8b2cc6e9c9bd91667ba2c1248ad80d537f9 1.00 MB 1,438 96
454,757 454,757 000000000000000001daf3cf9ded11ae43983b333f991128d2cf71374dca3f40 1.00 MB 992 63
454,756 454,756 00000000000000000155ba09ac5c0762decf14c7c4be158270a26bd700341e74 1.00 MB 836 52
454,755 454,755 000000000000000001ce9d1a45d71747f589cbae9082fc8daecdfa636db94fdc 0.00 MB 1 0
454,754 454,754 000000000000000001afcecc38ce6d4e8834e69326765e245d1512293a792846 1.00 MB 1,443 93
454,753 454,753 000000000000000000bc331d0824da12322ef751215b5861e9cb8c4e71d510a5 1.00 MB 1,101 64
Previous 10 blocks ↓
Total Size: 685.30 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,376.68 GB sent, 107.62 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.