Memory Pool Memory Pool Refreshing

295 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 272 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (717,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,214 190,214 00000000000006b90984bafbd447cf3f43d0ed14afe83b3763346a343bd07630 0.05 MB 139 155
190,213 190,213 00000000000002a76a0d0739185d73e6f18cfbcdb44dc9e1ac9c8327458a3d4a 0.05 MB 128 117
190,212 190,212 00000000000004b555094b6550571510f44c9a15da111fad6fa30328c094a3e7 0.09 MB 202 119
190,211 190,211 000000000000041d10ff7a76f5f84c45ce266dd598ef5a9d8bb772c2d7c0d3d5 0.03 MB 128 35
190,210 190,210 00000000000005e2bd9d989a041156e05e2b8d562b24ea9336082eda791170d9 0.14 MB 402 153
190,209 190,209 000000000000059dcaac659d24b8ceff1cd0ddc49536e914df1e7e0ce502afd1 0.03 MB 67 77
190,208 190,208 000000000000079ae8feaccced91068658d400861b7bd96a251cf771de1915ba 0.19 MB 577 142
190,207 190,207 00000000000004cee00f7c9c5c7a04c460db84a580759bd81d9ac35079d5224b 0.01 MB 32 0
190,206 190,206 00000000000002e92b635dfcee0c5c5ff31001abfad4a60314cb4ac2ff489acb 0.07 MB 135 114
190,205 190,205 00000000000005e38665c66ed3d0370c878a57311dfc6cf43a44ff25bb6f5e67 0.02 MB 39 74
190,204 190,204 00000000000000021835cdda58a3a707ee0d15c16f0c973efb8e631c341eb130 0.23 MB 557 139
190,203 190,203 00000000000003843d779998a7a822af990cc85168b1f43b2138e24211834521 0.00 MB 1 0
190,202 190,202 00000000000007004b98dff263866243cade5a71e368078e0bf6b79f72bf62c3 0.04 MB 76 127
190,201 190,201 00000000000002e51eb56bc3dea3bb9229d6146f3beac71aa4d3777ee900fd30 0.04 MB 89 118
190,200 190,200 000000000000007dd4065aee391fe2e68862d060b495089e29596a9591af5c84 0.03 MB 71 39
190,199 190,199 00000000000007d557cb466d391bdc12e95d84811d265110dca7246000431efc 0.01 MB 32 0
190,198 190,198 00000000000000d34a1074504ae87499e1a34ca8aff16f56f8ff0c17e2220262 0.08 MB 205 137
190,197 190,197 000000000000029a0e93fb89d1fd2ca320613b139dca02b6b6676375e0f18113 0.02 MB 50 147
190,196 190,196 00000000000001a4e85a5c361c0c34df1d36beb58fdad3058ee0768e2effc15f 0.07 MB 166 112
190,195 190,195 0000000000000346abb4961e1e31b8375c2be08538f5e3a01965393227d19134 0.05 MB 122 116
190,194 190,194 000000000000031e0c50b9ab733f4fd6ec117774a38d10c823aa5b08cf1a1191 0.08 MB 183 99
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.50 GB sent, 94.30 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.