Memory Pool Memory Pool Refreshing

6,365 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (666,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,650 241,650 0000000000000043ccfc0ef2903a6735c4e202381993bae7d851d2be45b7e70b 0.03 MB 64 128
241,649 241,649 0000000000000047986817de8e94940be8a67c9d6ed20f40099ea3ea79d6e467 0.04 MB 88 176
241,648 241,648 000000000000000baa8847ec5fc1db8f7709c11c985bbdd476b0b0404fc596c3 0.13 MB 302 153
241,647 241,647 00000000000000eb26b50f0315605b1ee5fcd8b228f31fe39070fe8947b69677 0.01 MB 19 126
241,646 241,646 0000000000000071c4ffbda68d80c050ed803f4de0bfa274704d4adc8d415bba 0.01 MB 15 186
241,645 241,645 00000000000000ceef4f4b8879a879970cd22be5d889c1da5645084994890ddf 0.05 MB 112 163
241,644 241,644 000000000000003e2e3ea1f41b4fde218329b9064c821646c9238db3502c0cf3 0.04 MB 83 166
241,643 241,643 000000000000001f12577088283d4a140aa08d3fa27abb8d1856aa1c5a413b54 0.12 MB 260 147
241,642 241,642 00000000000000843405efac6e1c5b043c851a6a41f6c0dee79d6947f6598e97 0.08 MB 142 155
241,641 241,641 00000000000000abfa35c0070f9008b2b733c8ce03a9c5d38f4c7dc7c0b0a94e 0.02 MB 64 158
241,640 241,640 000000000000005eb1cae1fde383b61a819afbf76f4f764a8aef9340ad57ff9a 0.09 MB 146 103
241,639 241,639 000000000000005229c1cffec6c3b7b95a4706e982fecc7673552728a71b56f3 0.12 MB 230 111
241,638 241,638 000000000000002d037f6bf6f0a9a96f83b183e999e28b69cf60e783a2b976f0 0.25 MB 605 180
241,637 241,637 00000000000000af974dccf03ef391eef4c2169f34d940f9a8da9e54ea2d77ba 0.00 MB 6 0
241,636 241,636 000000000000010ef5ef5e393eeb27b2eb26576db86daf995e5be1a1e8d695ca 0.06 MB 220 60
241,635 241,635 0000000000000033057ac43854d8d1d533753887744755278055d1e9ed48215e 0.11 MB 218 166
241,634 241,634 0000000000000043a32d344c4d2c97365ee927a691648061a1acaa813bdd01b0 0.15 MB 371 160
241,633 241,633 00000000000000c7a314107c446a0d32dc00e1d599c9a469dc75f56f1e345c10 0.07 MB 150 129
241,632 241,632 000000000000004ae3db9168f08e196debb3117bf91f3535f06c781355fc29d2 0.21 MB 215 92
241,631 241,631 00000000000000b3943c41be18fcb25622a61383e8f7802dea5ab0b56d7549c9 0.08 MB 256 188
241,630 241,630 000000000000000947bcb846e88000e5315eb4b7ef695d6998549535d36c63b8 0.09 MB 128 38
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.