Memory Pool Memory Pool Refreshing

17,635 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (93,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,411 814,411 0000000000000000000152ac54dff06ff9bae066d7b85057dc5a28ed82b5b72d 1.54 MB 3,266 14
814,410 814,410 000000000000000000004dc4303181cbfe69f4ee708c27354f79103b64d4d446 1.55 MB 2,440 12
814,409 814,409 00000000000000000002378567b27bcc650dd1d4875242443b3e989869e24e5f 1.69 MB 3,068 11
814,408 814,408 00000000000000000002bc14dc938fed8887c380f5f604d92f711d460e82f4ba 1.53 MB 2,715 9
814,407 814,407 00000000000000000003fd517f77b7d28e15330a610a195219d5fe856f8424d0 1.59 MB 3,377 15
814,406 814,406 00000000000000000001ea0f978d4e1f84643a91b6cb86aaeb3a703774e9e67b 1.54 MB 3,606 18
814,405 814,405 00000000000000000002a04edf3cb37cece477b2cfcb5eb4b0e384149ed70f2c 1.81 MB 1,950 6
814,404 814,404 000000000000000000048b91fcbf37cfbde60070c76762be11b0a3df506451fb 1.73 MB 2,806 7
814,403 814,403 0000000000000000000037bef52df4bdddb680056e3c2cd4a2994d1d961b926b 1.60 MB 3,243 15
814,402 814,402 000000000000000000041e53fe4794cf0194762c56e4c9765734d358d2f389e9 1.33 MB 1,966 10
814,401 814,401 00000000000000000000ac29c1b036a48cd828b7177617e5d3ffc3b4038f60c7 1.46 MB 2,383 11
814,400 814,400 000000000000000000016e3f4a361f8e35df1c15108b761f6e2e6f6802ff8505 1.44 MB 2,919 15
814,399 814,399 000000000000000000006864c496f9d5f11f780142ae16c0c52653e47b75eb95 1.61 MB 3,220 14
814,398 814,398 000000000000000000040b0df303046db1100011679445488e093709097068f8 1.51 MB 3,216 16
814,397 814,397 00000000000000000003498910ccade5e0d9732a64485032dd4ee2f96724066b 1.92 MB 2,817 10
814,396 814,396 000000000000000000033dd9a7118dcada4ac587f849f65479d295f8e7d978b2 2.01 MB 3,657 7
814,395 814,395 00000000000000000001505a4ba728fdc6666c028fe927be766b885fd3b0ea3f 1.81 MB 1,922 7
814,394 814,394 00000000000000000002a17eb8c2c9a50897127a244a63fdd08c710eab6ecfa3 1.33 MB 711 4
814,393 814,393 000000000000000000018d9b21ff8b6af46950fbe938a969441a5823b5154c6a 0.00 MB 1 0
814,392 814,392 000000000000000000043fce62359464686dd267095304c22abc26f9d1364cf7 1.34 MB 316 4
814,391 814,391 0000000000000000000242de00ca3c65e9841243e97cb92703fc393c2b7221be 1.36 MB 1,108 5
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.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.