Memory Pool Memory Pool Refreshing

39,218 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,511 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,757 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,510 (58,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,481 805,481 0000000000000000000396d9011d1e3434f2df9ed6741841f01b234edd8789ae 1.66 MB 3,511 17
805,480 805,480 00000000000000000002a58e1395cb43b5eef92da6e8ac9da728f201dbed7d43 1.68 MB 2,574 17
805,479 805,479 00000000000000000000ac648c770038a58abb3ccd0b3b8d12512a820dbb847e 1.55 MB 2,196 13
805,478 805,478 000000000000000000002f00b959cf2d73537e01c04eb6761e37eb0648e91e8c 1.51 MB 3,377 22
805,477 805,477 000000000000000000040f08227b10b630409625352a982bfc9eaac2d72481a4 1.61 MB 4,230 14
805,476 805,476 00000000000000000004108fa7e321280237a8282ea0318d4dd59631ac733ce0 1.43 MB 2,280 17
805,475 805,475 00000000000000000001625b95fee7d8722c4b74a57a489e93c4fe1251b3f307 1.34 MB 2,424 20
805,474 805,474 00000000000000000000e8c484ed52c0991df5c4ca05f544e8e3fcccb1f667d1 1.58 MB 3,582 16
805,473 805,473 00000000000000000004f02d752255f27d2473fcb338ff452568ed9be45bfd73 1.46 MB 2,985 29
805,472 805,472 000000000000000000043afece52a7b3280bff1b1c550987536d5be7ec814ab7 1.58 MB 3,038 20
805,471 805,471 0000000000000000000289e9447241de958ac5c1812c41758f8864da1e2da762 1.52 MB 3,313 22
805,470 805,470 000000000000000000024dbbcae421b18e84c34e5947900e591af0e597b9d01f 1.64 MB 2,147 14
805,469 805,469 000000000000000000003b0cbac0d90167a918706097b953fc3fcc5c964e46f5 1.45 MB 2,079 20
805,468 805,468 000000000000000000009779ef7c9361babb24a3093dc3af5350bf80d5fb3c46 1.46 MB 3,201 29
805,467 805,467 0000000000000000000159b0ca69f86eee6674c0ba8d7eb0b50c43630c87fbf2 1.34 MB 2,323 23
805,466 805,466 000000000000000000050ebe7984be903f57fb88211d064dd1936cd734d36e07 1.58 MB 2,465 21
805,465 805,465 0000000000000000000177c4b566f14d037f77509cbfe6de06cf802a9fa50fb0 1.54 MB 3,137 22
805,464 805,464 00000000000000000001c5d33a82145d3fa7518a81dfa55564edeb3cdb77bcbb 2.02 MB 2,738 15
805,463 805,463 00000000000000000003033fafd558c36cae389e2ee0ef9ef5dac3e77eb1049e 1.90 MB 2,093 11
805,462 805,462 00000000000000000003726a89462f73d13e65919e783f2262c14ee2707cb75a 1.60 MB 3,265 22
805,461 805,461 000000000000000000006e1506919bad81e88a6f697bb8b9c9a124a180ba00cf 1.50 MB 3,354 17
Previous 10 blocks ↓
Total Size: 687.09 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,506.87 GB sent, 119.28 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.