Memory Pool Memory Pool Refreshing

38,076 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,253 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,909 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,252 (436,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
425,477 425,477 000000000000000003b67c45f3b09a4a5d79038498be0e62e6501b1c683ae42a 1.00 MB 1,979 53
425,476 425,476 000000000000000001ec8c3d29931cf0bf3a46461cc9c86d84a41d1fa657553f 0.00 MB 1 0
425,475 425,475 000000000000000000ab44ba8c6d8d8ccd58567d655418f41a68e727e34b02cb 1.00 MB 2,413 68
425,474 425,474 000000000000000001d53e31b24c63845c117302c76e099edd0fe248da291bfc 1.00 MB 2,687 58
425,473 425,473 000000000000000002f144d7f9b101b3d05ecbef22dc1c0a17d6516f25171279 1.00 MB 2,854 85
425,472 425,472 000000000000000002fea922debca98edfcc095bbf043ea8c61be62091a305fb 1.00 MB 2,519 82
425,471 425,471 0000000000000000007a4cd77f05f1b22980cebe02f67cd362ba05345666065c 1.00 MB 2,235 100
425,470 425,470 000000000000000001a9c56cc929051cf4a35682d5f34ae20b37ca5ad7246b8a 0.59 MB 578 24
425,469 425,469 0000000000000000009fae38a2f849eaaad188dc641cea90b47b19197419ab33 1.00 MB 2,659 81
425,468 425,468 000000000000000002b91704bc313b14f1d0f4209e8225b2e4020367d2fcae43 1.00 MB 1,421 43
425,467 425,467 000000000000000001a3553be44aade7855c5fb311d67e0dab6106fae99b2d4c 1.00 MB 1,500 45
425,466 425,466 00000000000000000211879c2e4f530e3149b0ba98601e533479f9672b221e40 1.00 MB 2,030 84
425,465 425,465 000000000000000001991de152918e1722e13a678881cc0786169f5096bb37cf 1.00 MB 1,522 53
425,464 425,464 0000000000000000035c959edae281eef283aaf3ad731ca918d84db54424d7ff 1.00 MB 2,466 76
425,463 425,463 000000000000000003c1bce9733f37a2cb7b80b4b180f1b215c78a9ceb5489a2 1.00 MB 2,910 88
425,462 425,462 000000000000000003ff357780bff3093ebc8861da86167880ab23d64fe98c23 0.53 MB 1,059 56
425,461 425,461 00000000000000000462db72c79c532fb1c01a24ba7e3ac25ef8dadec9ccdf2b 0.16 MB 296 59
425,460 425,460 0000000000000000025cac97aff792bb1f85daf2446cb6fe7d4de546a9f75c32 0.84 MB 1,383 42
425,459 425,459 000000000000000001908cf6ea55d633ca0e6e3a597621e44fa0d07a8bfc566a 1.00 MB 1,887 65
425,458 425,458 000000000000000002599432daf16800538a02c19fd2fa17235a86147bc84c51 1.00 MB 2,238 77
425,457 425,457 000000000000000004f127f5eccc2a255491cdb4afdb751a9dd9fc8a3d86fa98 1.00 MB 1,940 55
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,359.75 GB sent, 102.64 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.