Memory Pool Memory Pool Refreshing

3,377 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (846,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,381 62,381 000000000e5d389465ef039b2ff4c9f0e52faa1cc1a11598504075608a4f5c92 0.00 MB 1 0
62,380 62,380 00000000065a4ffbad08ee1600c9cba3528b1e28073882a85f1b820386536d5a 0.00 MB 1 0
62,379 62,379 000000000e356b13f70db9d7d161ae1caa233250d02aedfc5cedb441db6781d7 0.00 MB 1 0
62,378 62,378 00000000073cd914031c8c847ab8950ed16f8d4bd38bff05ab5591349d850b8b 0.00 MB 1 0
62,377 62,377 0000000002c07c758b7fcad9287972f746e3a4aa5ccd1bdc9f0b6c4d93d6e94f 0.00 MB 1 0
62,376 62,376 000000000e3e26ce92417b3d5c9f23fc91eba42cb7e84f697de94fc8462bd4f2 0.00 MB 3 0
62,375 62,375 000000000e2714d70690ed7cda31e9005b2f5c86a49fab2a4cefb4838e8d6402 0.00 MB 1 0
62,374 62,374 00000000017595b016f1f1fa539e4f00e243b877558b254c70b98b20bc9adadf 0.00 MB 1 0
62,373 62,373 0000000007b2c70658e381052455320518eed1d1c7e680ac63c03c3554fcc386 0.00 MB 2 0
62,372 62,372 0000000009bc0c48d53d95da89b6941e1ea59f222976bb992d34bf4d9b9abba9 0.00 MB 1 0
62,371 62,371 0000000005b6d4962012a05315d714e3c39d0ea3a5a75072db621641e2c404ac 0.00 MB 1 0
62,370 62,370 000000000289f1282984368a6166917958251bf9af31ebba82939012cb4e2f57 0.00 MB 1 0
62,369 62,369 000000000898b0d2685bc6d0839d1c8c4c5dcff65d161bbb1ec07d0cdf4924ea 0.00 MB 1 0
62,368 62,368 000000000e7651068d3a752aa997fc128a21f437c62c08ce0447651a9c745204 0.00 MB 1 0
62,367 62,367 00000000023eedade435c212e9a3addc13e9bad9bb47c79eb60f62d9a928bbcd 0.00 MB 2 0
62,366 62,366 000000000a1f94a998ff53170f5ea33855594945df9f8c887d624dfac7eff8f9 0.00 MB 2 0
62,365 62,365 000000000a99031e3fca3ccb053278d098128ad111c87f4024e5a3c7ab8e48a7 0.00 MB 3 0
62,364 62,364 00000000018879d6423123418fa7363d8f95e95832563907b05a784576e96a93 0.00 MB 2 0
62,363 62,363 00000000069d5d70aad5bf72b8d856c821ea41ee1969d803a31fcff91e633350 0.00 MB 1 0
62,362 62,362 0000000000ad71c6e5ed9ca713619a8baa6e6a0682057fe351803f7ec22376ca 0.00 MB 2 0
62,361 62,361 00000000077535f4fde9e55ec2b472d2ee770f86d7a201e82c73c09013b0c80c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,842.28 GB sent, 100.38 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.