Memory Pool Memory Pool Refreshing

55,136 transactions
27.47 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,853 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,786 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,852 (675,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
195,477 195,477 00000000000004495a3bb81691751778feabc0717643994fa1e45e0828784f25 0.11 MB 246 126
195,476 195,476 00000000000002441b33ff08c486604ca59c31225108da2b11b71f20c0adbce0 0.21 MB 420 99
195,475 195,475 000000000000027fb326de652da62b58e1fd7ddff246f0df167fbbc334725db6 0.20 MB 341 99
195,474 195,474 00000000000004cbe38357e1a69c96e55542047e9afe107e5e04a2a2a0bfa22e 0.25 MB 1,014 195
195,473 195,473 00000000000001036231685703a3be36f5f1dd0791e6efd64295d15e2abe9e54 0.00 MB 3 207
195,472 195,472 00000000000003ed6d30e89668f20070b7fc32e3f51fc6809ee4053065345895 0.00 MB 14 166
195,471 195,471 00000000000001ffc15452f5aa6c3603bbd4f53d3bb5faf39d3c0e64e8d59935 0.01 MB 32 1
195,470 195,470 000000000000008b68c479a59348783a91849a10bcaadf404876c80e3b452fff 0.25 MB 704 136
195,469 195,469 000000000000034de4f62770632267857854bec7d11636a653cc3b4553e72a1b 0.25 MB 386 106
195,468 195,468 000000000000024993ca4cb27c1dd806b053c2f0a3748d205fbf6c8abbfe5bfa 0.25 MB 382 106
195,467 195,467 0000000000000189a08acf9bca5d9d8fa7ee7820de7ff2e420d67008675c1eec 0.05 MB 142 30
195,466 195,466 0000000000000788a4e1136a3fc8284f581f2ce02391f6b9633d1782d4f629ca 0.01 MB 19 2,097
195,465 195,465 0000000000000551416eb49e1e8857aa2a64b751f204a15bd0a567bef114f41d 0.00 MB 1 0
195,464 195,464 00000000000005993527a1fc4344c6f0bf01b2282dc269a600811b4c4dd2bced 0.00 MB 1 0
195,463 195,463 00000000000006ada530889ee4821d9f92c5cff561ce19688d8f9e6ebb003bd1 0.00 MB 8 33
195,462 195,462 00000000000004c22ea24e4d99925b00eb1a2e7088d73d8dc4d524c4c36a670f 0.05 MB 148 43
195,461 195,461 000000000000034e5394f4e9caeb30b82392fce628c822e5873eac8b9b9dee30 0.09 MB 168 197
195,460 195,460 00000000000000c261cc5ca7abc4d267004263bf12d0ae32dd1fba271a846500 0.13 MB 195 100
195,459 195,459 00000000000002397525d779b8c874d99d61b9ac8c4e9e1ea039f017510a8d9d 0.14 MB 332 132
195,458 195,458 0000000000000200b3ba562bfd9c8cb2b3c8e6fec6e0f448dd5b7d1e291f8313 0.05 MB 137 275
195,457 195,457 000000000000012f9c8285638208ad9c6c20f0cf42e866e73c4c3b3c39c9d577 0.06 MB 210 159
Previous 10 blocks ↓
Total Size: 701.07 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: 2,399.02 GB sent, 217.70 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.