Memory Pool Memory Pool Refreshing

6,370 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,037 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (692,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
215,409 215,409 000000000000028e614a8f4c0cea9e1915bdc60109a77c4513267c58d9b55aa6 0.00 MB 15 414
215,408 215,408 00000000000000f44a26a21c80d4dbe82d37498edc8a670053db9eb50c34b903 0.05 MB 138 154
215,407 215,407 0000000000000552fc7cccb090335692bfe731e63541e8800c0dd003ed8fdea4 0.08 MB 157 155
215,406 215,406 0000000000000124209f0316b0bb6e2305fd1d8beabb65d9aec4a1b3d600ca3f 0.14 MB 398 193
Previous 10 blocks ↓
Total Size: 768.98 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.36 GB sent, 92.71 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.