Memory Pool Memory Pool Refreshing

5,422 transactions
1.93 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
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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (217,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,428 690,428 0000000000000000000225aa18b9d043f8f6f63af80bc7e7557928b10cb7209d 1.23 MB 1,680 28
690,427 690,427 00000000000000000006283284e3f2b82314325fc66e05ff9b0e9ff098343ff5 1.15 MB 2,319 19
690,426 690,426 00000000000000000005f9ed30664e08646dfdd1fb51efdea95032b82b78c923 0.15 MB 164 10
690,425 690,425 00000000000000000009ab5df0e1d484bde3484e38762cc0e960f1075bffc44c 0.01 MB 34 12
690,424 690,424 00000000000000000012bc5d6ad9545577c96930d9c29fa7f5f110e320b0ec5f 0.37 MB 652 15
690,423 690,423 0000000000000000000977f269878613517fe925e7231235c898863b3c0a57e7 0.16 MB 314 30
690,422 690,422 00000000000000000008cdd7e4b7f3987bcdf8cb6aef1c0f5e3024c4ea4c9177 0.56 MB 1,084 27
690,421 690,421 000000000000000000034b4bc383a6c9bb78ce9574ba4363e3ba2028198896f9 0.36 MB 731 19
690,420 690,420 000000000000000000006ed30cfbed9080f9cbd7462a72f78e9b8ee54e4df6b2 0.22 MB 462 20
690,419 690,419 000000000000000000039b5033ba07747bfd2814648261225cd0c9e888b293b3 1.23 MB 2,237 16
690,418 690,418 0000000000000000000c01b623e4039eb85d354032159307f5df63286657de6b 0.61 MB 1,230 17
690,417 690,417 000000000000000000031cb756e8bcc008046bc6e5f24e92020285dd397b71ba 1.03 MB 1,874 24
690,416 690,416 0000000000000000000ec9e81339486b03aafd1a8cdd01700d19b6f3979db9ad 0.58 MB 1,012 19
690,415 690,415 0000000000000000000ff52b9340fe1e29bc04bcd21f29fac8d29c638481d01f 1.07 MB 1,847 20
690,414 690,414 000000000000000000120286862eac28ac29a709237ba761a51a046d33e41201 0.26 MB 524 18
690,413 690,413 000000000000000000095cd255f0a3fa385e34190b1fef65dd76de60e2c7d236 0.20 MB 326 19
690,412 690,412 0000000000000000000d462c5e82e2d5e65c37fce053b74f13a6638323196de6 1.86 MB 294 3
690,411 690,411 00000000000000000005ed819f732076fdb35d32d0f05d4ee1a22a7b326dce74 1.68 MB 1,905 16
690,410 690,410 0000000000000000000690b9041a98d1b33d64903a3865094b0728048256b796 0.72 MB 1,309 8
690,409 690,409 0000000000000000001123de00739b9a9eb4b1015aa964f90f01f4a253fe11ed 1.21 MB 1,048 29
690,408 690,408 00000000000000000001b8362a8c8ab998b0a42f5de1cfee65b2195978a79e2a 0.09 MB 240 20
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.