Memory Pool Memory Pool Refreshing

1,443 transactions
25.06 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (858,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,586 49,586 000000000a9e02e5920848372a6d6ff625b8814180078545fcf046d89137ba87 0.00 MB 1 0
49,585 49,585 000000000adc79c7296448695a42b6076b9d988e01485959cf1248e35e2d1fcb 0.00 MB 1 0
49,584 49,584 000000000e7c302d1b15f013b62e96b74f1498e70760ad089480cb31d288f9c0 0.00 MB 1 0
49,583 49,583 0000000024b24c8b1275f862a1799ab3fa7f35390a985c209c7a470d81f4d92b 0.00 MB 1 0
49,582 49,582 0000000001796fa33d8eaefcc36e9eb7d7b42847e77fc66737bec76ae74c9e55 0.00 MB 1 0
49,581 49,581 0000000016bc5d0943d839d9a2ae1dde3baaa1f6f73037218b68b44dab5f71b1 0.00 MB 1 0
49,580 49,580 0000000001ce1d3522cc83e38e943778e283324d066a2a637c8ff6c731785571 0.00 MB 1 0
49,579 49,579 0000000023ef6ae73064df4e2c62921c43d8d26f68a6bb3278b0e58fc0407198 0.00 MB 2 0
49,578 49,578 000000000299b302f699d285fe710ba65bb2b64cd204040b1301983d4df59db0 0.00 MB 1 0
49,577 49,577 000000001ff18ba22a0ba13235d267009308bed9bc02ff8513269d18d8fa7275 0.00 MB 1 0
49,576 49,576 000000001e49d3ac73f7ab9239f3f4eaf78a3f07e2163daa930cb85804efe1ae 0.00 MB 1 0
49,575 49,575 00000000269c8cf1b32e0e42363dca881e55ef429b16c6a660ed3e831faa03d7 0.00 MB 1 0
49,574 49,574 00000000216aef2ecb2d15bd3081e4cce85766dfa650f51ae33d4c182041ac27 0.00 MB 1 0
49,573 49,573 000000001fb045eec3efd0b60644ade3170bb2413377b8cbf59ea4e9887507b0 0.00 MB 1 0
49,572 49,572 0000000027a19747e9cb480f01dec496fa82d080993e9b586d7fb7cef0237d92 0.00 MB 1 0
49,571 49,571 000000000ea7c91d454c594b0bb312ac400da061d2577d538899eeb26be3a6cb 0.00 MB 1 0
49,570 49,570 0000000028754ca52ae3ebe4380867d1990ee7c3f576ca882c8a603a89075636 0.00 MB 1 0
49,569 49,569 0000000003daed0e0db043b0423e6c108c9098d26d4d3bcf67f068de209b31d7 0.00 MB 1 0
49,568 49,568 000000000e475df0381b03188b63641b5fb0d321572df44d1292e61782292945 0.00 MB 1 0
49,567 49,567 000000000c43e3c040d59bcaaa39a9e27ecd935ee4c8d22959504036dd5e18ff 0.00 MB 1 0
49,566 49,566 000000000daa316f30014a4a6fbc4e05913c6254f63593c0130600a32fc408cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.86 GB sent, 98.58 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.