Memory Pool Memory Pool Refreshing

11,432 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,211 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (627,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,462 280,462 0000000000000000246a6c1a8d5146dec7a384cad609384c3b1774189d628cc4 0.25 MB 737 83
280,461 280,461 000000000000000199751730d681f93402dd8328e8495ca8d701d8bb27836f75 0.19 MB 454 59
280,460 280,460 0000000000000000594e7310cc23a7dae63778cc31d2ecb932394bdb79450eb1 0.10 MB 149 23
280,459 280,459 000000000000000042ceadc9da98f3c7ae281e6e0b5984dcf4bc0792007b1041 0.16 MB 397 53
280,458 280,458 0000000000000000bcecd34ea3cc8173b608dde3d4089d1605171b046307ceb7 0.13 MB 317 54
280,457 280,457 000000000000000066f0d44e9780a71ed8edd4dfaade10332bfb64b8a101198b 0.22 MB 486 54
280,456 280,456 000000000000000052ac9fbddcd5b405f31245accb85ca1eed3d40b431650446 0.19 MB 468 45
280,455 280,455 00000000000000023947d1963c7a7e6c52c6a79c8b7b17e595585b218a0bd409 0.20 MB 402 46
280,454 280,454 0000000000000000a24cba9ed0e605df49f1f6390cb9734e242dffba34b64c9d 0.25 MB 259 16
280,453 280,453 0000000000000000f4774cde34e12d68f6f75ad78a7049da397cab80a47ac3ef 0.03 MB 37 65
280,452 280,452 00000000000000011bb2b1f9dd8a10bf31f460fef96ee26a9adbd04efe51cabb 0.25 MB 558 46
280,451 280,451 0000000000000001b142531816748b2e63c76200d6adca5fbaf9c4a62fcbbc09 0.03 MB 113 319
280,450 280,450 00000000000000018300a0307b9ca63457dcadaa47d980fda716fd43e6383c61 0.25 MB 666 51
280,449 280,449 0000000000000002005ad4bbc0d833d45d5b6745de2f7dedf1582fd8bfa62905 0.11 MB 148 22
280,448 280,448 00000000000000004c5865332cef77938934ea77df1fbf50fafa59aca7abaa5d 0.10 MB 52 12
280,447 280,447 0000000000000001e217c9cc5f239ea052be382aef77315421f175b065ca9621 0.14 MB 208 26
280,446 280,446 00000000000000019daeae48b3658b8c478efa3e93659a9aff6b8083cbd97a82 0.07 MB 112 25
280,445 280,445 0000000000000000b30367bc0b24536e69390fbbf8703bb8a52073782ef63762 0.19 MB 346 40
280,444 280,444 0000000000000001c104d5db9bffe50deecb299c0c472a8f01638ce45f7e960b 0.12 MB 236 48
280,443 280,443 00000000000000011a3d3cbd686f815bf6562d1882f2ec82ec29dcdffc314401 0.07 MB 108 18
280,442 280,442 0000000000000000448b8f149f9cfffcd5ee0bcbdcbaee2ec82d6b97c1cad786 0.45 MB 860 27
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.