Memory Pool Memory Pool Refreshing

2,099 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (161,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,592 746,592 00000000000000000003b2413c7b520f8739e847d752df7ea6064a81d1a89866 0.39 MB 344 6
746,591 746,591 00000000000000000000223dee80886c6cd617005ce9b12342ac92434cfe35f4 0.99 MB 1,833 11
746,590 746,590 00000000000000000006e5b1f96a0fff11b37a374245049632e117fd6e28e5b6 0.08 MB 207 11
746,589 746,589 000000000000000000052e07d14fd8fb774ac9f0a04474a3d09b1a50a8175fa9 0.02 MB 52 6
746,588 746,588 00000000000000000006af8fdc39e6e26d2e70fde8216bfc325b93d34f6275f1 0.11 MB 264 12
746,587 746,587 00000000000000000004dabf5d3a7ec5ff306197d61dc8201e74953546e2bbb1 0.19 MB 360 10
746,586 746,586 00000000000000000004933c69466dd58306f20fdd4efab1e43ed073f68610f7 1.17 MB 1,851 9
746,585 746,585 00000000000000000007179daf6eba330bb2fdb38525e0e0646cd80d8a14e979 0.02 MB 44 9
746,584 746,584 00000000000000000006154f0ee8ee512aa7673aa0967037fd9e79397e12a6a4 0.41 MB 787 11
746,583 746,583 00000000000000000001689037ecf708ffaf1e93aa7c7aa7fbb76b7c7c0f8865 0.71 MB 982 11
746,582 746,582 00000000000000000006938511fc8ff85b82fca8cca7b88d3aad7de68ba7b1a8 0.40 MB 571 12
746,581 746,581 00000000000000000002569303d4e73b50d9d78950f06cbc20b57db6fd9337a9 0.37 MB 209 4
746,580 746,580 0000000000000000000433a58178d1358160fbbf8f858aa19ab72f9d198c86c8 1.45 MB 1,330 5
746,579 746,579 00000000000000000006d6c6607684be5b1cf364c0be820060c1ee51f54cee28 1.25 MB 1,126 11
746,578 746,578 000000000000000000023e13be7ced01b73667ac8816adac3ba1af37181b07f9 0.86 MB 1,535 12
746,577 746,577 00000000000000000007f09f1234a380bb3c4e221fc631ac150b82295a96abea 1.05 MB 1,464 6
746,576 746,576 000000000000000000085924a0217a3d270057b048ca9f5e8e944c10257dfac7 1.66 MB 2,125 15
746,575 746,575 0000000000000000000351782de63fdcb9dff41da3cfcfdad3413ecc50342473 0.43 MB 417 11
746,574 746,574 00000000000000000009b1c7ba7685c4a235e1bc0906f55b604ca859190f5bd8 0.64 MB 677 10
746,573 746,573 000000000000000000016979b5a37a602cab2baaf824157c6134450aab60793a 0.06 MB 43 8
746,572 746,572 00000000000000000007689ea58f4990dc456e5c4a7101db5679865d519bf35e 1.64 MB 1,028 6
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.