Memory Pool Memory Pool Refreshing

7,482 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,924 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (799,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,352 108,352 0000000000012e8ad71f2c8fe25818302059117035b502cfca31bbc824fd1fec 0.00 MB 4 0
108,351 108,351 00000000000181ba37c29be1d32ecace03433b1a9acaac78527bef6045256f01 0.00 MB 2 0
108,350 108,350 0000000000013d584707999f3b4f30b6bb85574cb30bf3c6cab9ccedfa18d7cc 0.00 MB 7 0
108,349 108,349 0000000000008602cc78abd092b7c0feddef62b2e27fc5557243fcdf93018ee9 0.00 MB 7 479
108,348 108,348 000000000001978f4ccc7e36d6d4d58c7ad54111eef5e74d2f7898dbc0f7b326 0.00 MB 2 0
108,347 108,347 000000000001df7edeeabe6265de2bc71b8aafacf04d60098beaa043f4b44c1f 0.00 MB 7 0
108,346 108,346 000000000001b30965a655b09c0d0b616ba9857ecb26645a28138834e355ed9d 0.01 MB 40 0
108,345 108,345 000000000001e36b94fea5d681a544b6c9613210b29db768c5fab4ee0e0e0484 0.00 MB 4 146
108,344 108,344 000000000001dd84ad19f27b08dfc85e11be09906fd62b5312c1ac8051446909 0.00 MB 7 0
108,343 108,343 000000000001c3b321abbb4cacecf605d942cd766649af430a3f2ec5e827f799 0.00 MB 10 0
108,342 108,342 00000000000191033e077a465b44159c0390506cd76394fb49c0b07ce8507c63 0.00 MB 4 0
108,341 108,341 00000000000244bd53bac5bcfaa8093f41713da92c73bbeadc6c529e5dea8c3b 0.00 MB 4 0
108,340 108,340 00000000000018dbe3fcfa8268a1322a88b4f43c4236a56ba747b506179cc09a 0.00 MB 11 339
108,339 108,339 000000000001119a829e51057ab9501295d857e2a92844c91ef684095f439217 0.00 MB 8 0
108,338 108,338 00000000000178731e3088683ad9c768b0b23811ac325bb61675a34db88053ef 0.00 MB 9 0
108,337 108,337 000000000000fa17e6c5832ad48fbf527e4e2b935bb66391709c8279c80631e0 0.01 MB 39 0
108,336 108,336 0000000000020ed5b5d8bf18344b657e714f7f2f1bc7ddaf8bc81d5378a1d741 0.00 MB 4 0
108,335 108,335 000000000000f229799ab9c45cce9ecb76e1b490bc2bcdb165bb08828a0da03c 0.00 MB 7 1,230
108,334 108,334 0000000000023d0db069106169afd2ac8c291e0501225c79b2b541a08e266827 0.00 MB 1 0
108,333 108,333 000000000000a1fbec6e3b330e318ba91ce4980547336d07b11660c3af450477 0.00 MB 2 2,277
108,332 108,332 000000000002760f22c01307d64076ba64529bc22c61b0e688e3f6a87e59c2a2 0.00 MB 3 2,227
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.55 GB sent, 94.00 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.