Memory Pool Memory Pool Refreshing

7,211 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (82,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,403 825,403 00000000000000000000e88c6eb98d04ea39910c4c4ab48265bc7fb4ce5dc1b7 1.49 MB 2,542 114
825,402 825,402 0000000000000000000129abea2f4a149c76942902d8dc2eee4002ca77700dcf 1.58 MB 3,099 128
825,401 825,401 00000000000000000003c70bb8e02125c90f0fe69362da23a6f65a5fdca03ba6 1.16 MB 686 192
825,400 825,400 000000000000000000030a0437a73fb1e93d772498d8c804195774117c874300 1.36 MB 1,859 56
825,399 825,399 0000000000000000000316471bce494cb3879f669b4a535efd630c36a24ee4b6 1.23 MB 1,364 41
825,398 825,398 00000000000000000003bf6d56ed9d825249a8dc92305e536690697732c59535 1.68 MB 2,475 50
825,397 825,397 00000000000000000001388ad707a533ca5c0178a426b9427910813ffa63f3ea 1.74 MB 3,311 57
825,396 825,396 00000000000000000003a365cddf4f97fd6401e909bcbe2101a1e7d14c5d26b9 1.70 MB 3,209 60
825,395 825,395 00000000000000000000b37df40a57adb106a42e1f137c71ef2ab3982e671199 1.53 MB 2,868 89
825,394 825,394 000000000000000000017fdd90da0495ab444dde1471bfc3a619a64fbc26c01a 1.46 MB 2,266 66
825,393 825,393 0000000000000000000200e024ba6eaa6ff5f35ff3feb82334abe34d97080d32 1.18 MB 1,080 36
825,392 825,392 000000000000000000009f8102fdac6676d96f0350d893838c2fa0eb107e3590 1.68 MB 2,266 34
825,391 825,391 000000000000000000001bce27bfa3957e9dd014578b9462bf2bf80eb7bee713 1.64 MB 3,207 60
825,390 825,390 000000000000000000039bf6ea6fae6b71c97164306bbe2e4dfe8e5cdac70df0 1.53 MB 2,737 84
825,389 825,389 00000000000000000000ffbfb78060ff953a951157118f8e6cbe31a5e83bb7a3 1.49 MB 2,789 92
825,388 825,388 00000000000000000003cc45ee482cbbf8ab8d219aa0f03a74205c50839510bd 1.41 MB 2,585 44
825,387 825,387 000000000000000000030a26e6cb5b840d0af2666878c4e65acb899e9df355d8 1.73 MB 2,801 45
825,386 825,386 00000000000000000001acb145a5837245299756d78f8b9b7a1c75bc0e5329b1 1.45 MB 2,878 95
825,385 825,385 000000000000000000026ad822067439eea488418c08ea0f4c09b1d140c85a37 1.49 MB 1,880 55
825,384 825,384 0000000000000000000169e17c1ca36457dc9678f8dcb73096619de21608c78a 1.03 MB 265 33
825,383 825,383 00000000000000000000d8cf8600989322ff08657f31200d8814bb389fcbeeb7 1.56 MB 1,937 57
Previous 10 blocks ↓
Total Size: 769.03 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,625.36 GB sent, 93.03 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.