Memory Pool Memory Pool Refreshing

12,292 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (695,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,276 212,276 0000000000000076d2a79878a09c7f3ccaf48c04845fcc8ab3b1e72a502b5c56 0.04 MB 78 134
212,275 212,275 00000000000004dbc953da2d3a6b60196076293aae5343cd85e0c362688e4273 0.05 MB 115 170
212,274 212,274 000000000000046fcbe902d8b76ffef9e859269a8a4c822ce512d7d4dbe58e00 0.23 MB 437 100
212,273 212,273 00000000000003043780b613d530d679f68c7831d7d3ce21164bdc76cb2c1921 0.25 MB 665 190
212,272 212,272 00000000000000f5dffa56dbe2489f47c13e5b1ead50632c960f2ca54dbf889e 0.25 MB 623 172
212,271 212,271 00000000000004840f9434b6bb2e925d87f71ff82bf3b150f73c4b5fab05236b 0.05 MB 139 92
212,270 212,270 0000000000000103e2b1eb87cad46cabcf7d2e5ceb5822e12d8626ee9ad8dfcb 0.25 MB 728 204
212,269 212,269 000000000000039b38c144832a81526ce1b581bf85a59b1734074165ee850705 0.14 MB 310 148
212,268 212,268 00000000000001a027345f6786e8b0ff07a4dd779120e0485c2b9a2cb520c2e9 0.14 MB 264 144
212,267 212,267 000000000000002e75c777493559667d4f062023b86e30d11869ae3b897cf3c7 0.24 MB 433 145
212,266 212,266 00000000000002786183d2c8a27179bf404d8b01440e2abc075f81918aff39e5 0.25 MB 730 224
212,265 212,265 000000000000035b447f53de2de4210630d820416421ad48cc438b04afeec4c1 0.00 MB 1 0
212,264 212,264 000000000000046aaf49a824f619d9d72fe76a141c578981435724a901e09923 0.01 MB 29 185
212,263 212,263 000000000000045e039324bef176d8c42683ee4c20185a52407a028992731f54 0.03 MB 60 147
212,262 212,262 00000000000004327fb01c86b2b6cb4ccbf2cee8acf2ec366b9459d95850dc90 0.16 MB 373 203
212,261 212,261 000000000000026b18cbf8b516018b7d06753a6c18da6539e40b3b4ca15c2b4f 0.24 MB 423 115
212,260 212,260 0000000000000459ca2a69be1369734f99d64238ad7af45b1646580b2d93599e 0.00 MB 1 0
212,259 212,259 00000000000000b5af28effe3c7bc98c663952c5bfecc7c51dbe669ecb33326c 0.03 MB 77 147
212,258 212,258 00000000000002e7bca841cfa4fc50e4cd0320cdce0dd835f1924d7031da1033 0.09 MB 154 135
212,257 212,257 00000000000001fcd900851a1fa7cbbcd6329e32d11e79ec23c2c462b628435d 0.15 MB 342 162
212,256 212,256 00000000000002bdbeeef65e9c446ef0db13328d8a8eb7043affbd7445a87fad 0.15 MB 302 184
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.