Memory Pool Memory Pool Refreshing

7,266 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (798,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,798 108,798 000000000001e51101a029b757891160f7a4936b90fa4b7781eb1cc343a901d4 0.00 MB 3 0
108,797 108,797 0000000000013d678fe8a5751e6995809f807c5c169cc6a60b0b6a54050a34e2 0.00 MB 5 0
108,796 108,796 000000000000a62f235539de1d15c1d03337edf8910920602dd1ec7e3c322aab 0.00 MB 9 0
108,795 108,795 000000000001ac9381f336704e10f48b707bf685c3923190081ab61ff3bfc8f8 0.01 MB 31 0
108,794 108,794 000000000000abf0d1613446d4e379a8d6868b1b8ffc85f756730eab88231183 0.00 MB 10 0
108,793 108,793 00000000000135eb328eb4cf72fcc3bfd912415a965d9f0275ae310a59018b6f 0.00 MB 7 0
108,792 108,792 000000000001abca3d0be68b27362c15c267226c2d6d8556c074eca12b75c8d3 0.00 MB 7 0
108,791 108,791 0000000000012e2a536e9f6bfa205d773793bf65df67010f067530b1eb86c323 0.00 MB 5 0
108,790 108,790 0000000000017e52510c3cbf2a4a03bbf6a560aae7cec61457188ebee1b4df3f 0.00 MB 6 0
108,789 108,789 00000000000284315c11cfb4418c6cc130cc8bda2181caa536e2543689fb8bf0 0.00 MB 13 0
108,788 108,788 0000000000027fd06bde5a0fc5e0d89f6e46dc104f3d095d01a7512bb7f77f62 0.00 MB 9 0
108,787 108,787 00000000000059fe5e643fbc346f4bcce7b16c98ccd7582c0803dd145a6edbf8 0.00 MB 12 0
108,786 108,786 000000000000c6aaccbeff93175e4b72a09139e51083fdd2b0fd2085e5bdd79b 0.00 MB 12 0
108,785 108,785 0000000000004e6d6ba844a9113bb61949c272893901d06d147787134a25bb74 0.00 MB 6 0
108,784 108,784 000000000000bb945a89534ea9787b4a0da104f9ce335cc10bec8970782cdf33 0.00 MB 1 0
108,783 108,783 000000000000e4b5be4db12dcac8e5b9f732d3318227fe391aae5f173c7bcfb4 0.00 MB 1 0
108,782 108,782 000000000001f097eb738a09201affdca0ab8d98f6f5952ae0aecd43aff3cdf1 0.00 MB 6 0
108,781 108,781 0000000000016e0f446b3d9fa8f10eddf656d014a978a26636f0593ccb7d10e2 0.00 MB 11 0
108,780 108,780 000000000002652e1740f68eda7490ad88c9a49820a2097e913507a3e9607558 0.00 MB 9 0
108,779 108,779 0000000000024ebea90b3a8c8cc9daac6f841826fa1389952da5f3a1ff4e97df 0.00 MB 12 0
108,778 108,778 000000000000485c8d6efd8cf9c654345b9bdf06ebe34e4fb791e5fc101aae8f 0.00 MB 12 0
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,625.99 GB sent, 93.05 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.