Memory Pool Memory Pool Refreshing

39,031 transactions
32.38 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,255 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,874 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,254 (404,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,136 458,136 000000000000000000582c08308e49ec9e7a921b4d257f44f34903ed1ee7b9ef 1.00 MB 2,321 194
458,135 458,135 0000000000000000001725154df185cc8e9b3dc11b05462c760d439ab82db651 1.00 MB 2,693 125
458,134 458,134 000000000000000000085348537623ff57f1b4f8c0fbe205ae6ecbb2f8fd5cd4 0.99 MB 2,501 132
458,133 458,133 0000000000000000024546c1afc90039817fa3d4d806883eb87701a09b32d7b7 1.00 MB 2,593 198
458,132 458,132 0000000000000000001910817f5e9208c57ea6dd00ffa2aa61a05505bbb3ba04 1.00 MB 1,996 184
458,131 458,131 000000000000000000040fe345fbe43f98d92faf28d53805df022ca9fa394dd7 1.00 MB 2,574 212
458,130 458,130 000000000000000000766f3c47622a6fa441cdf4f9260351d398abb523c20e49 1.00 MB 2,918 222
458,129 458,129 0000000000000000014a3b6af26fd4c10fff1f9c39b34423a546d0132807de45 1.00 MB 2,421 205
458,128 458,128 00000000000000000064f9a455c2dd28d84d5e10d8438feb2db278323d993051 1.00 MB 2,426 188
458,127 458,127 0000000000000000001bd37fe9996d0fc3454a04b7a454c3a095d16a29b0f609 0.49 MB 1,067 182
458,126 458,126 0000000000000000015d9b34b8bf5a62a05d75c2dbbce4b7c60afb46267ddf3b 0.50 MB 1,023 132
458,125 458,125 000000000000000001bd580aebfaa8a04cf5d1ac0c4f743ee0bf97ca714e8c19 1.00 MB 2,055 186
458,124 458,124 000000000000000000579051497a4dbfdeaefac1b6c866ce2cf6dfd218780cf7 1.00 MB 2,134 181
458,123 458,123 000000000000000001cb70467156ead82b33c4d5812596edd4b8b0ad08e43443 0.88 MB 1,094 82
458,122 458,122 0000000000000000017d698838f74c1aa706b931312030bbc05ef7620ad6b143 1.00 MB 437 16
458,121 458,121 0000000000000000006f67e0d782355c8cddfc64f418ea6e30e3728b6f0e1190 1.00 MB 1,287 96
458,120 458,120 0000000000000000011ab1d96ec4bb20d72a3aeca4815f161d5bca69fa711539 1.00 MB 1,205 40
458,119 458,119 000000000000000000eb3e5860cf51acd19bb01022846559e393dc6c9459d7d1 1.00 MB 1,764 111
458,118 458,118 000000000000000001b0f8734d4faa193ff5eae3640223916e42c0690cc59847 1.00 MB 2,057 167
458,117 458,117 00000000000000000018fc10ed91586d433cf9010125b8dd76e1f5861ad922f4 1.00 MB 2,538 220
458,116 458,116 0000000000000000011fa5711ae44760ea67ee059acd779768b1ffd069fea090 1.00 MB 2,096 146
Previous 10 blocks ↓
Total Size: 684.65 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,360.04 GB sent, 102.67 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.