Memory Pool Memory Pool Refreshing

41,313 transactions
32.48 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,423 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,361 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (163,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,119 699,119 000000000000000000025f67753a00b816d74d9c54f2b37159dacf1e8109f86e 0.30 MB 433 7
699,118 699,118 00000000000000000000058d122526c11a4b6bd062e391396c28775bd5e19483 0.09 MB 142 6
699,117 699,117 00000000000000000008184f6740dcaacfc6a5816fb5b9b46fc9d4e33e500e8f 0.15 MB 261 7
699,116 699,116 0000000000000000000325cfc4640cf0f2bb0842e139dca758afa4d740ee27c1 0.88 MB 1,742 9
699,115 699,115 0000000000000000000f0156a7f1ce2e5d58d491b705b1b2921c431b943330bd 0.02 MB 76 14
699,114 699,114 0000000000000000000dee4cb05763f08bb84dc71f176e92af460e373131d04b 0.06 MB 145 29
699,113 699,113 0000000000000000000fa818314ae6c2f0bfb662878c187808b923458ecfd4d9 0.62 MB 1,054 10
699,112 699,112 00000000000000000009170ae3e56f1a18c73edf862c783834ae221541846b0c 1.32 MB 2,308 14
699,111 699,111 0000000000000000000325d3d299d826b0b8f3424bce7f8a6ec8d1e60d03ce78 0.59 MB 1,107 12
699,110 699,110 00000000000000000005cc554a76d949fd8f28af8618a27e84e8bd9feb55715f 0.21 MB 404 12
699,109 699,109 0000000000000000000af3e2868f66297eecdf4a4e0c23668744ed8a63509e4d 0.02 MB 65 12
699,108 699,108 0000000000000000000d64a1a089431af4ef69e66d2412c80e53255fe9ea1fbc 0.09 MB 169 12
699,107 699,107 00000000000000000006061892f17a313c6ca0fd7e715d88dbcb6385c92ae248 0.02 MB 44 15
699,106 699,106 00000000000000000005df3488d965a385b470d32951d76eb9abf8e5d2b2de93 1.22 MB 1,596 12
699,105 699,105 00000000000000000004159332c056d45392f37c80e55f848a3ffad38a37f715 0.23 MB 424 13
699,104 699,104 0000000000000000000c3aa3756e30db073928d9cb09b5684a8862fc4e70512d 0.31 MB 389 11
699,103 699,103 00000000000000000008a39a5f9134b4dd04f6e733ac367cf9c6e45628d1d5d0 0.54 MB 676 9
699,102 699,102 00000000000000000007123632e7e3c57bd093eb23b55c3133f2534d24b09b78 0.06 MB 138 18
699,101 699,101 00000000000000000009098183f81335ae52d000e100efc0982307d48868bfb5 1.04 MB 1,951 14
699,100 699,100 00000000000000000008bf3ad1a2df1184ac85c50f57fec31c4f39160e4e7670 0.02 MB 45 12
699,099 699,099 0000000000000000000d4d5df60151d4c50441a11e4196e74d16c7d530974725 0.57 MB 1,052 12
Previous 10 blocks ↓
Total Size: 684.97 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,368.48 GB sent, 104.80 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.