Memory Pool Memory Pool Refreshing

3,285 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (656,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,270 251,270 0000000000000042c6e6b6cf30801351a50858c1b5d54d6f361b980baff3558f 0.10 MB 219 128
251,269 251,269 0000000000000000ef932f772aea13f773f585716d187bdb01c4615a6ba80138 0.15 MB 338 144
251,268 251,268 0000000000000039724bd36d840b019d8234b130a8f74ba78c024e7bfc97e528 0.09 MB 142 302
251,267 251,267 00000000000000007eba80d06b2c83753946866b1ddab48e7810ffef8c4c2192 0.10 MB 213 109
251,266 251,266 000000000000000ec077acc8e50766f5264734e15411ae0cbc279256a217a777 0.10 MB 278 172
251,265 251,265 000000000000002cae1633768824d49f9ec375523523b4722d677c3243c98359 0.08 MB 128 56
251,264 251,264 0000000000000039d403436c5442a8ce8dc3956086b0b6931dcfb90a6bb1989d 0.15 MB 351 269
251,263 251,263 00000000000000261f335d450490d8ad36b6693674f5f335cefdc5319d9dc1c4 0.07 MB 171 76
251,262 251,262 0000000000000012339a7e0feca89262b2f4cdc83681b4844531c6c0bfc0070f 0.05 MB 128 180
251,261 251,261 000000000000002a3541dc4cc66ae8e049c077e101bf4b15ea792fc64e32128c 0.06 MB 144 175
251,260 251,260 0000000000000022e3c251645c8879170cbe4f8604f5f564b51b34c5cd5df02a 0.12 MB 268 148
251,259 251,259 000000000000007285c850154ce89beb549c62f975e8f44b5ca130791663b24d 0.08 MB 114 53
251,258 251,258 0000000000000069b6e7e6a208c39940659739f70a88fbbff88a5ea5534d7795 0.11 MB 272 290
251,257 251,257 0000000000000038aedd6caf3ff1eaa6d569af2d7845cd99a10b9ea4f2207e8c 0.10 MB 203 124
251,256 251,256 0000000000000000e64c5a182cc7cad33025d0bffaeee6d1673ec1297e73d509 0.02 MB 36 104
251,255 251,255 000000000000005c13c57f47e5dd9b0d8ebc0683b9872dc277b2f80c23db68dc 0.15 MB 343 208
251,254 251,254 000000000000003addcc49ab444d3483947179de0254c9770a91efd600b95f52 0.04 MB 63 121
251,253 251,253 000000000000003ac87bed992df345e55ccbdcee1b76b08563bc26ffd07620c1 0.19 MB 413 129
251,252 251,252 0000000000000051030b482dd4f6aae9948ecf08d446b7d4cb488763dd0b7e3a 0.21 MB 313 90
251,251 251,251 0000000000000056b983c6479c3001a4a61adcf7390839263ca448ab69abaa28 0.25 MB 446 126
251,250 251,250 00000000000000536a3e05c9f7087be133c3391cd18544d38da8425ed1546d8f 0.15 MB 297 158
Previous 10 blocks ↓
Total Size: 769.54 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,648.62 GB sent, 95.66 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.