Memory Pool Memory Pool Refreshing

5,933 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (652,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,429 255,429 000000000000003225ed6d479364c9785f1c1bb27bc755358e770c156f7abbf8 0.03 MB 61 94
255,428 255,428 000000000000003823b6ffcec9284027ccd866c0612542dffc128ad2384a772e 0.03 MB 78 96
255,427 255,427 000000000000002fa846ba946557d63deaf861da4c553b9bc24561e7310f728e 0.04 MB 94 131
255,426 255,426 000000000000002567a926964025635ec71d0f0cb60867b0e4a18b298b44a098 0.03 MB 46 77
255,425 255,425 00000000000000256eff16b5a4fd1c396a4976cb204f24cc9d519502af482f00 0.03 MB 70 156
255,424 255,424 00000000000000191ec7144e81a39a3855f47bc532d3255659154618817a819f 0.08 MB 185 133
255,423 255,423 000000000000001581fa11115f7e92837b9e78271256e31720e2faab549369dd 0.08 MB 207 124
255,422 255,422 00000000000000220bdc166cb600763d2a84c6b3aa6c918285676152a08dcfe5 0.18 MB 366 111
255,421 255,421 00000000000000134284c185d902412e2245b516d7a7cbf1db5d2f8912da6649 0.13 MB 295 122
255,420 255,420 000000000000001f22fc4cc36e8e4094119ee1fd2c2a05e95a24f63e84884e06 0.06 MB 171 170
255,419 255,419 0000000000000028679cadb128ea5131ed69dde75735860108bde3646aeee01d 0.02 MB 56 45
255,418 255,418 00000000000000199af1adc49b705e6c200f8d0da13782948f168ac8319254a3 0.00 MB 7 80
255,417 255,417 000000000000003b5467375e651094c4f20119e4d558575a055341a7d4e611aa 0.05 MB 118 123
255,416 255,416 0000000000000020994f781a23d68f7a94dc0c350a58337bd2eca44c5be9b907 0.03 MB 77 110
255,415 255,415 000000000000002dd3d156cebc87f85403ea5f847864678fa4f9fd0613b8208e 0.17 MB 336 65
255,414 255,414 00000000000000012f29d4dc965896857bcaecb7ee1c2a65bb998bbd2c1e4ba9 0.25 MB 770 174
255,413 255,413 000000000000002c9e6846a91532e54115a9ca244089e59a4e55482b624cb547 0.11 MB 236 95
255,412 255,412 0000000000000027129fe40d7273d9f54615b05d2081468e61f1f84551e4620d 0.10 MB 256 161
255,411 255,411 000000000000000bd20a504113b3aa9db29a2d152edbb459bbd1de026d55b20c 0.05 MB 112 91
255,410 255,410 000000000000001183efa9a7795a910d81b6c71b97f4702a92b51a46023d45eb 0.00 MB 1 0
255,409 255,409 000000000000000cecc46a59814dbb970e4c532612beec86bb16f9902d643387 0.04 MB 94 115
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.