Memory Pool Memory Pool Refreshing

34,140 transactions
20.15 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 870,599 (45,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,337 825,337 000000000000000000023c4758a9f1ef42577020407aa5632922c4365406c3dc 1.08 MB 419 34
825,336 825,336 0000000000000000000296c1d339600c98f37753e87a20af094af2cbccd21ccf 1.90 MB 2,726 52
825,335 825,335 00000000000000000000a7897659b6fe9fe7a8171d8f9239b042da24bad1b08c 1.51 MB 2,467 69
825,334 825,334 00000000000000000000ab688a4ea75513640091a019b3a469825800c1070f82 1.78 MB 2,941 68
825,333 825,333 00000000000000000001effacfe911621c225879148c276000f753b78d68503b 1.01 MB 225 30
825,332 825,332 0000000000000000000105365194c41cd8af7ec357e297229795c400d8bfe4ce 1.10 MB 497 34
825,331 825,331 00000000000000000003417a276496bc94b26aec83744c7440b2a44bbfcf5007 1.69 MB 2,750 32
825,330 825,330 00000000000000000002b1243f07d7f0a8f4537c71aaf1a0cbca1b788255812c 1.62 MB 1,998 51
825,329 825,329 00000000000000000000d69e4549f04cd48671deffaa696ee2579a2ee74f085c 1.57 MB 3,048 72
825,328 825,328 0000000000000000000136550471e2f6c5aa5a827751b9a0d65cb4c9488406c7 1.72 MB 3,462 64
825,327 825,327 00000000000000000000121bb2cfa215a1ab0ebdd5678d842d366c9a724994b5 1.82 MB 2,832 46
825,326 825,326 00000000000000000002162577362e346bbef5597fdb06fa6ef01761af32984c 1.76 MB 3,106 68
825,325 825,325 0000000000000000000245a49bdb0a7554e9850c95aa0f745a14070a3523acae 1.78 MB 3,357 70
825,324 825,324 00000000000000000001997735ab60b465f92d4a1b3c7cfd26eebfb908f31ac3 1.59 MB 3,338 92
825,323 825,323 00000000000000000000919bdc137f51d3e19ebb1d3a98a882c38924126840ff 1.41 MB 1,902 33
825,322 825,322 00000000000000000002d4b56c76e2681310b1b9c0624ba338245bf8643a5ea9 1.34 MB 601 33
825,321 825,321 000000000000000000014a4e1c10aa6c2def8bdac5071b791a22c2b258e1d1da 1.55 MB 2,599 48
825,320 825,320 00000000000000000001befd06c965a090502b8bfe997a89cf74e71506acbcad 1.83 MB 3,028 46
825,319 825,319 00000000000000000000fa56d061a552e3b526fac17fa3e0fb56eebcd2c1db7f 1.96 MB 2,507 50
825,318 825,318 000000000000000000019f046ca0616567c34b90659fe15df4c2dafe109300d3 1.70 MB 2,838 49
825,317 825,317 00000000000000000001ddbbdc8d223f5a5d4a3d75b752c98ab09b66c7344fe2 1.69 MB 3,064 63
Previous 10 blocks ↓
Total Size: 700.58 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,371.81 GB sent, 214.42 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.