Memory Pool Memory Pool Refreshing

3,374 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (717,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
190,193 190,193 00000000000005daddbf7551c7787e1fa244171c5bb620b851ba1474d39dd707 0.08 MB 222 113
190,192 190,192 00000000000001f167ee0a92a82c7b7323a66b601af4f07e8ca4bd8caa1b45b9 0.04 MB 112 210
190,191 190,191 000000000000066abffd0959b1fd2d00229271fa632403f413dc9d0fa54e31f6 0.00 MB 1 0
190,190 190,190 00000000000005b2895bbdc221eaf923e3e8eed9a3f4f074f5f6b2131885f963 0.21 MB 512 126
190,189 190,189 000000000000031861eced2083a4eb2856193d817681a8715f8aabb9cfc9d1f2 0.02 MB 57 89
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.