Memory Pool Memory Pool Refreshing

9,721 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,396 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (46,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,499 861,499 00000000000000000001aac51af4aeafc144f327134dc595114c80960f0d8465 1.56 MB 2,734 4
861,498 861,498 000000000000000000010c4b982ecaab453c34d1fb2bfe5d1801d44c30153d44 1.61 MB 6,827 2
861,497 861,497 00000000000000000002e06fbc1f32c8859b25a5b7133e49a4b545972e1b5864 1.65 MB 6,989 2
861,496 861,496 00000000000000000000a0a656cf9c633964562afe4074afedf2616d4284fc9a 1.67 MB 5,240 3
861,495 861,495 00000000000000000000f3c98fab0e2f8136b3be501ea8571a72b3db7b2c27e4 1.68 MB 7,144 2
861,494 861,494 000000000000000000018072aeb3d6b47d8f2def8303b29d10fc4cb5e79719d3 1.66 MB 7,248 2
861,493 861,493 00000000000000000000dea84999e1e301e9d33e66e9503501e866acaadc09ab 1.63 MB 7,418 2
861,492 861,492 00000000000000000002f2a238750865efde0d8f08bba6812ec42613bfd97a37 1.73 MB 3,735 4
861,491 861,491 00000000000000000002904791067a19f2766c4e648e9db76671312c34b67d6e 1.62 MB 6,902 2
861,490 861,490 00000000000000000001463d219ea75dac770161660ccecc02df0abcd86b5da3 1.67 MB 6,009 3
861,489 861,489 00000000000000000002f1b6c71c0bb0c028500e6a57885d3d82a6fc48ecd4bb 1.65 MB 5,006 4
861,488 861,488 00000000000000000002823996464bdf02f6b52b10cd3b109dd626f9192fd367 1.59 MB 3,336 5
861,487 861,487 0000000000000000000220d65e9c3b388a1fa76a53c78138906e17dca1fb4b3c 1.65 MB 7,863 2
861,486 861,486 000000000000000000020c23b44ae9b3535710cf6f9095e1b45113e50e158c5a 1.63 MB 6,717 2
861,485 861,485 00000000000000000000b37d51fc2d68225072244b593be474eea925c24d5811 1.57 MB 5,059 3
861,484 861,484 000000000000000000026ad2685c0cc109ba3e0cb0407acc1935b570a829e8c0 1.58 MB 4,065 3
861,483 861,483 000000000000000000000c54eb17d20bbc79b3a1b622f47d6bf2eafaa2835446 1.48 MB 2,967 6
861,482 861,482 000000000000000000017ddfd235e89c797f63acb2150740c0bb4cb155fc15ec 1.63 MB 7,169 2
861,481 861,481 00000000000000000002fc82ebf6649d58f36390422843c25af9d576908a158e 1.59 MB 6,317 2
861,480 861,480 00000000000000000001a1f39979682e5f618cc6e828ab0b445d1f67cde30cd5 1.68 MB 2,786 5
861,479 861,479 00000000000000000002f648015548d4450c27ff8df45db00444327a6f66b093 1.62 MB 3,066 5
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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