Memory Pool Memory Pool Refreshing

25,603 transactions
29.17 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,282 (412,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,755 449,755 000000000000000000c9e1ae6efd873e0eab0507dd6b9cb7a6a21013218573a3 1.00 MB 2,502 107
449,754 449,754 0000000000000000029606e66ef0fa3d65c3d99abb6dd4be123a4402aac17c61 1.00 MB 1,762 85
449,753 449,753 0000000000000000002a5e48ffc3157f626425bd9b6c8b887f2d5086ecafb443 1.00 MB 2,029 101
449,752 449,752 000000000000000000ebb5d8ca038acecd37b9c673615a7d4a987c9a7a0ffb91 1.00 MB 1,899 99
449,751 449,751 000000000000000002adc7ed43e3a28025be8d65d2d8f371fe0cbf2731ed8a9c 1.00 MB 2,054 100
449,750 449,750 000000000000000002bf277aec57bdd381e576602bc6fb31376a07367f1219cd 1.00 MB 2,124 90
449,749 449,749 000000000000000001237a32e71df306d17e8dfeed203e1f6f86b4aa360d94c0 1.00 MB 1,337 102
449,748 449,748 0000000000000000007bb6b23ecf6fb108ad78f42e9da42d28c16b99575ee57f 1.00 MB 2,001 129
449,747 449,747 000000000000000002aaeead6c05a25c200e41e86e7df84e94024046c63b5376 1.00 MB 1,316 96
449,746 449,746 0000000000000000000e687bc69af85ac7f964322d096a783138cdc854a4a6f7 1.00 MB 1,097 106
449,745 449,745 00000000000000000296ceb705844620270743f87ecb252a4b0ca1cb11ccce6d 1.00 MB 954 103
449,744 449,744 000000000000000001c0202f1ba9e84d4a259d1340ca31d77759021cd204a8e1 1.00 MB 712 105
449,743 449,743 0000000000000000002b5150d360bd4c11820721658fe792e4d9e0f27781a614 1.00 MB 1,077 123
449,742 449,742 0000000000000000003567ddc028494bb72590c79530d778d1e26414bdb82f66 1.00 MB 906 106
449,741 449,741 000000000000000002089edac6d7ef5e781cbc7e1d07b0b6e7c17565849da46f 1.00 MB 874 106
449,740 449,740 00000000000000000036c4b6dcb43a3666b7e575448e06ba002e5d7ff4979fd0 1.00 MB 661 103
449,739 449,739 00000000000000000267e9d368b69a2edd819a2e8695c56f019c08e274618198 1.00 MB 1,006 107
449,738 449,738 0000000000000000016a25b7f052c7f91208d42f78032d3ee395d6827b8fedc8 1.00 MB 522 100
449,737 449,737 000000000000000001e3e80e711082e9e8c73704753ce48774233a0283e95f68 1.00 MB 1,206 104
449,736 449,736 000000000000000001e53e0d53f45360e791b80714168e78d6accea8b923b755 1.00 MB 569 102
449,735 449,735 00000000000000000231002a0f5c26de70efbd871aea6896f1fa109d24826b77 1.00 MB 822 105
Previous 10 blocks ↓
Total Size: 684.70 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,361.14 GB sent, 102.93 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.