Memory Pool Memory Pool Refreshing

10,331 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (46,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,512 861,512 00000000000000000002b8037a313970bb64238bc49b9ae4c8680b2504bb5774 1.57 MB 4,401 4
861,511 861,511 00000000000000000001d4d2495a93342a79b8d824cfcccab16c49feb54021ff 1.68 MB 7,052 2
861,510 861,510 00000000000000000001699070f137c0b76b570d55eb339ee649724287f05d89 1.67 MB 4,068 3
861,509 861,509 0000000000000000000232ad01aa965b2ea117b2d77e4e13c9716adc6797393a 1.57 MB 4,528 3
861,508 861,508 00000000000000000002d53e1ca7d2250e4d6863e319531137fe983101dbe36a 1.54 MB 5,279 3
861,507 861,507 00000000000000000000bced9062516e10ef4caec78b2b16a2c628b576d7488c 1.58 MB 5,285 2
861,506 861,506 00000000000000000002ef1f4a2581a2afc8e3fc18ddcd38d6455b2416fbeaea 1.46 MB 3,186 3
861,505 861,505 0000000000000000000107f7dcf04f59d76fb16b5db4607fd5d516028fc315e1 1.54 MB 2,907 6
861,504 861,504 00000000000000000002f019542d56ba413d17c237a9eccea42c36d551524c02 1.60 MB 4,568 4
861,503 861,503 000000000000000000015b2c778451e093e28a2048b99c9a90658a69b5c55205 1.60 MB 4,135 4
861,502 861,502 00000000000000000001e16a2d79dcc3ba0e9a31f128f6afb97bb7e3f4839961 1.58 MB 5,644 2
861,501 861,501 00000000000000000001d1d1721c4e3adef61c09d41d35869268e58d7c80eec4 1.59 MB 3,197 3
861,500 861,500 00000000000000000002710d3f5e10cc89dda0683498dde1ce8d85770f5c402e 1.59 MB 2,864 6
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.