Memory Pool Memory Pool Refreshing

1,122 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,113 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (692,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,430 215,430 000000000000037ff2d48f771a1f3b0d78e60e6e5c611cc9d2bfcfc97009592d 0.07 MB 153 122
215,429 215,429 00000000000001266f854f788eb91ef4b2d7bd3e9711d548e56e7e45917dd1e5 0.15 MB 197 23
215,428 215,428 000000000000036e91e91e7c883775e83938a54abfe3356b03ed3846c4c43789 0.21 MB 410 151
215,427 215,427 000000000000046f4bc8f6e0dabac9a71e3371764bac30ca55f8f8d930025daa 0.05 MB 101 91
215,426 215,426 00000000000004a99b5fc56fe0ee5cd945226e4c629a19366afe9c20af728e67 0.20 MB 605 239
215,425 215,425 00000000000000a5661c454260b4d161e87734ef5cc8befe52a13b70d7bf19f9 0.05 MB 124 93
215,424 215,424 000000000000042a1edf077096ddf95d8209a2132d4cc98c64157823aa0ad979 0.11 MB 167 106
215,423 215,423 0000000000000369d217fad560ac68c33f94861ead1dc0c1197e7df1c7fb781a 0.19 MB 504 212
215,422 215,422 00000000000000ac52a9557c0efd6ea2f408bf144d70dc2b676e220a261f1b3a 0.02 MB 47 168
215,421 215,421 0000000000000195f37864c18a5c4b0abb2255b730523b68a2e7b43257941a10 0.03 MB 102 302
215,420 215,420 00000000000002efbf1696b98d5d1feb27922dfde1cfb79f9c64719982533a56 0.04 MB 70 149
215,419 215,419 00000000000003c8e7c429944f53724dd60a46d538af8d0c448cd8a0af45f34b 0.18 MB 420 199
215,418 215,418 00000000000002eb050c26d665d62586875bccb38b0ddc9b87a018b65e593de2 0.00 MB 8 298
215,417 215,417 00000000000000e17849171f27a4c5b836dcf30db124e4b58dde5b54fd5a4cb0 0.14 MB 330 196
215,416 215,416 000000000000044e4f0f41d4e65270d5f09e0dbb8bc3f45a9f06d6300cbb599c 0.10 MB 257 286
215,415 215,415 00000000000004e9ce7397835558ac090c5f60d27ebb5f6c1681f425f76056d3 0.00 MB 12 118
215,414 215,414 0000000000000289e90ffc5acc97c901a9cdf6e51db7d5d72cdb6ef111c84d65 0.05 MB 75 151
215,413 215,413 00000000000003dadaf5218ec103302e8a0de7d0d6e84ed340e70e3f7951ef8f 0.05 MB 124 128
215,412 215,412 000000000000023a3275356341b0643dafd8f1d2eb537a43757f8bc604949dbe 0.09 MB 165 159
215,411 215,411 00000000000003ec0d597b9946b3819ac41521516175b317f49c25a77e2d5eb5 0.03 MB 64 62
215,410 215,410 000000000000029b9d32dfa76c99478179c039c0828051665ba4c0b09a400f4d 0.25 MB 619 176
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.