Memory Pool Memory Pool Refreshing

7,223 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,808 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,125 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,807 (63,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,143 844,143 0000000000000000000036da5deaffa9c8575a25b087892c284da5a3c701b25d 1.61 MB 6,898 8
844,142 844,142 0000000000000000000242fabe0d87b223f522330729e138e9a7d50a418a4b1e 1.53 MB 6,417 8
844,141 844,141 000000000000000000034626878bfe8162a7f3743975263e154e4573767392c4 1.45 MB 6,778 8
844,140 844,140 00000000000000000003255baecb2552fb761bf85642512141175899bbab315f 1.59 MB 5,073 10
844,139 844,139 000000000000000000004b60d6f45bc3e92e3a55e38397e8d4f17926c032ca5c 1.50 MB 4,538 10
844,138 844,138 0000000000000000000067551cd2a36649818086eac4739c519a3505477924f3 1.49 MB 2,510 11
844,137 844,137 000000000000000000016dcc7a41ebc5a5a8f2d1f07e542ff2ad448a0d8b8535 1.65 MB 3,741 15
844,136 844,136 00000000000000000001b26ec1234a8042c281f5df5519c651a48561cfb34114 1.59 MB 3,279 20
844,135 844,135 000000000000000000022dd56e2d021c14515aebd48e9f9671a39e36007df6c9 1.57 MB 7,119 8
844,134 844,134 000000000000000000012c70db690eec1489590949afa0af3a4feff21cb45e5c 1.43 MB 6,313 9
844,133 844,133 00000000000000000001df079b63e5a11c470b8d7b7a2ee09d1f7f1c4b1d5e88 1.59 MB 5,691 8
844,132 844,132 00000000000000000001027406147387b26708110425f0dd649f52ac1572dc09 1.86 MB 4,067 8
844,131 844,131 0000000000000000000291ca886843d9228e1ef45cdcebd11b6f1a7b2b049a06 1.53 MB 4,252 11
844,130 844,130 0000000000000000000128dcc8836395ebd68ba9de1557ebf2e659ac0b0110f6 1.46 MB 6,749 9
844,129 844,129 000000000000000000009be5b3c66621702d0d5d749d2d4774cede02f29d275f 1.52 MB 5,134 11
844,128 844,128 0000000000000000000091ae2d52121254bc10db6411d1419823da49620ad55b 1.49 MB 4,798 10
844,127 844,127 000000000000000000031fefa6f8e2f7ec54dc45428672e45c30e1ee3a186ead 1.53 MB 5,890 11
844,126 844,126 00000000000000000000480120c7c4d66924d3d91ec30a2e8557330b69709a58 1.52 MB 4,913 10
844,125 844,125 0000000000000000000104683b17487372503695fd9867a9066f3cc6c08d429f 1.53 MB 4,369 18
844,124 844,124 00000000000000000000d4d62e21415d7e3a0a850b0ee709733c38d7ba6425e7 1.46 MB 4,260 13
844,123 844,123 00000000000000000002bae7f588ee0fbe691a186b3b365ea834fffe4b51cf77 1.55 MB 4,614 13
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.