Memory Pool Memory Pool Refreshing

7,593 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (586,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,718 321,718 00000000000000000a38aa36c3a2b1fe74427a62a96550256f9873cd31d53e1f 0.35 MB 704 30
321,717 321,717 000000000000000012367d385ad11358a4a1eee86cf8ebe06a76add36dfb4622 0.24 MB 507 31
321,716 321,716 000000000000000019230e5c0a6e78dd3b2e9e27f100cee5edd3ee8d3650969c 0.14 MB 308 31
321,715 321,715 000000000000000004d009b0888ea2b70c67eb8cf2aed3f003b8c835739a9576 0.46 MB 730 26
321,714 321,714 00000000000000001eddb3616b170434776cad00c8209536e2f82596bb245a58 0.01 MB 9 13
321,713 321,713 0000000000000000238d76df0101c3124eacc641c4b4ddb654dc69fa81f127b3 0.14 MB 414 32
321,712 321,712 0000000000000000095574410c8b9d067829bba651e3a8941fa60ee5b78bc20d 0.48 MB 996 30
321,711 321,711 00000000000000001ae09a5a4b1d5c4cbbed2fbf15f589897882a86218f42377 0.45 MB 978 31
321,710 321,710 0000000000000000118361c3d54a445157556a75461327006055238ebf0b0051 0.28 MB 491 27
321,709 321,709 0000000000000000214233421386739da9267f8618a42a11f9d3b80d07c7e5a7 0.34 MB 387 20
321,708 321,708 0000000000000000141010e18ff7657b66610bc1d6f04c6e08e418b17315d237 0.28 MB 397 22
321,707 321,707 000000000000000000f84595f57f48c4deacdf5a3f351c137b3cf4e059ccc5e3 0.30 MB 561 29
321,706 321,706 00000000000000000fbf83c9e14d8711e4b2264ceda0d1d06d169c811387eadd 0.27 MB 483 28
321,705 321,705 00000000000000000b198934c99729614ad3359367d37345276464aca4c2e86d 0.03 MB 74 23
321,704 321,704 000000000000000004becc4b9d018cfe23a02daa13e57e412016c06e66c9832d 0.21 MB 340 26
321,703 321,703 00000000000000001114092ba27d934bb093bae9abb06b89bc1154e0df477c58 0.40 MB 625 23
321,702 321,702 000000000000000019133a7486b4ce594da877c6c3e7ee50eddaf582eeac1164 0.31 MB 426 23
321,701 321,701 0000000000000000045c38374a66ee723e4151f3cd1b1927297b9288ebcfca0a 0.01 MB 26 25
321,700 321,700 00000000000000001e670e5aa08abd7283369109cce1d54adb0787fb7b69a403 0.18 MB 304 27
321,699 321,699 00000000000000000e189c5753b960c9ec6e63a1914258528c5881298e8b0e82 0.22 MB 413 27
321,698 321,698 000000000000000024083f425927fce8b3356ce4810591c5796aae279222d8d0 0.35 MB 657 27
Previous 10 blocks ↓
Total Size: 769.03 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.87 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.