Memory Pool Memory Pool Refreshing

2,754 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (634,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,127 273,127 00000000000000058dcbebb061192a30524a794730898df5d1ab55e0065fe707 0.16 MB 81 15
273,126 273,126 0000000000000005f06db268b9c28e562d8a42e48bcd1e5805bba860557f5579 0.24 MB 148 17
273,125 273,125 0000000000000001a4de4af30f6e62d9309f3b6d6a1ba58af43090f7076de47f 0.25 MB 446 35
273,124 273,124 000000000000000182927604c67126f3aa8d6abb0ef4e696e284d54201038dc9 0.10 MB 256 130
273,123 273,123 000000000000000174b4ca15f6893f7cbd0538177fee80a63ed669f5fc70b230 0.50 MB 710 26
273,122 273,122 000000000000000533a9c82b6f573da86ff3cc265483aeb31a43d513dba60f00 0.25 MB 583 59
273,121 273,121 00000000000000057b277ff6fff695d422385bd377e65e17bd0c06f63944dc7e 0.50 MB 1,284 67
273,120 273,120 00000000000000040d4ce65bc6c0f46bab30fe24b609a35aa3fb2506db817e71 0.50 MB 1,258 84
273,119 273,119 00000000000000052f5153e7a5bdb990caa04298066085e08a4bdb8a8e482f6a 0.13 MB 288 52
273,118 273,118 000000000000000094fa9892f875068970753096ad182b875aae8bd7e0c96fee 0.18 MB 393 48
273,117 273,117 00000000000000051babf60c0642a24423c069522f97838eb086902faeac6730 0.14 MB 319 120
273,116 273,116 0000000000000005ed476aaace746091fa7ec17ba52aabe3fda95ee6fad10c7a 0.45 MB 766 42
273,115 273,115 00000000000000023d0d28384c49d8f8f6108408519e2ef82394ac51ab654fe8 0.45 MB 979 33
273,114 273,114 000000000000000208c13281a8c61a4708dfca2fc5d8dda3c2714b918170128c 0.25 MB 454 99
273,113 273,113 0000000000000004deb0a01d98b119ddc474fe3a5bde6f9ecb1f2439cd9186d3 0.35 MB 531 59
273,112 273,112 0000000000000005202339db9dc2c68cb0f26eef32b518190fcf220a3f6a4e19 0.16 MB 185 39
273,111 273,111 00000000000000028d83db5f0d883d3624066a98c44767e4b9c2b137562336b9 0.17 MB 339 40
273,110 273,110 00000000000000029651d45557c8c0f5394af9c73ba17f0fb636883ff8f7b008 0.10 MB 253 75
273,109 273,109 00000000000000019c13fb662c583583a4907ba281fbb9104d154073dd21498c 0.13 MB 241 43
273,108 273,108 0000000000000002cb7e9e734b49586beeea35141333456888a08f0091c9c298 0.03 MB 66 42
273,107 273,107 00000000000000038be5b258c7ca736c09cac15608ec07107ea471541eafc6da 0.76 MB 1,325 32
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.