Memory Pool Memory Pool Refreshing

6,510 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (30,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,277 877,277 00000000000000000000555551cfa6b97e9d6c221999f7db644648f0250229ad 1.32 MB 2,053 6
877,276 877,276 0000000000000000000289e6bc1e6f0d601351f1a88b1c32b9ea5fbe315acf10 1.60 MB 1,842 3
877,275 877,275 00000000000000000001123c260e226a3b4fbdcbdedc19bfd02cb7028da0e113 1.64 MB 3,145 4
877,274 877,274 00000000000000000000ba1809d7460ee80cf2ec2cb150f1f564bfff4347aa0c 1.55 MB 2,172 4
877,273 877,273 0000000000000000000255ce216fba86c206c9b26cb5a1fc43411e50ec49d093 1.62 MB 2,740 6
877,272 877,272 00000000000000000001a70f9f8e0ed9191bba10f97c0a8e584008f5daf4504b 1.44 MB 2,961 7
877,271 877,271 00000000000000000001b524dff732734138764f9a23410f22f98b29d5c68766 1.52 MB 2,928 10
877,270 877,270 00000000000000000000c4c4cfd19096d9cafc392fcbcad45d1e62d54314ce0e 1.45 MB 2,348 2
877,269 877,269 000000000000000000004bc4284bc9d610bc9bdabf1c5b905c8f6c0b7736cc64 1.59 MB 2,637 4
877,268 877,268 000000000000000000025dd1a12d679cd6690bdc67336406967ac5b2bf2014f0 1.41 MB 1,672 2
877,267 877,267 00000000000000000001dc7ec45a268a8d5077f82a84d6e8cdc5d6f38988fcc5 1.41 MB 2,434 2
877,266 877,266 0000000000000000000236001919e01610a3d775ba942b904b712f466baa31c7 1.31 MB 2,059 4
877,265 877,265 00000000000000000001cb79f8d4e3b6673d13970265de1ef3100fb3a244ad65 1.30 MB 1,362 3
877,264 877,264 00000000000000000001a67a6ac2b1d20553b5920894691b6cbdf42ba243448d 2.68 MB 782 3
877,263 877,263 00000000000000000001dc93c4f86ef1a622fa9b3bbf748edc98e1104d79277a 2.20 MB 1,863 4
877,262 877,262 000000000000000000009821dfc899029a1c91193667078ca010c5e71308c0d8 3.24 MB 565 3
877,261 877,261 00000000000000000001ce5b624ef2a2ac0b46dc5777e1700d0d48ebf83d5304 3.14 MB 1,072 2
877,260 877,260 00000000000000000000060abcb9d8ab8369a68cc1bccf6c341a312a9037cb25 1.52 MB 2,956 6
877,259 877,259 000000000000000000017866cb07bbbfe690d09f95a6bb70b72e99687a684629 1.64 MB 3,083 8
877,258 877,258 00000000000000000000068e416dc174bbfb909887df9b23a825af98305e457b 3.01 MB 1,119 3
877,257 877,257 000000000000000000010e9b8ed3ca803c6f71803e45068d38e98e80e3a1b183 1.76 MB 2,721 4
Previous 10 blocks ↓
Total Size: 769.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,634.38 GB sent, 93.99 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.