Memory Pool Memory Pool Refreshing

2,694 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (90,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,298 817,298 000000000000000000000f893f96a8ed4420dd052f669f246fa1f251de099a60 1.75 MB 4,779 326
817,297 817,297 00000000000000000003d1e860a8735166595c2c934e51ccf4e88d4b974e80c8 1.82 MB 5,126 311
817,296 817,296 00000000000000000003913779d68342f73767c51732182237257ef94c575167 1.81 MB 5,233 305
817,295 817,295 0000000000000000000194c55fae1c9a6b20849065a9cc08f5afaa20092b5c61 1.74 MB 4,677 356
817,294 817,294 0000000000000000000085d0936e967f996a9de22390329da78951cd812c1d55 1.76 MB 4,898 349
817,293 817,293 000000000000000000042ef6babf68f290e6fcda558032400efad4fcd09be8d4 1.81 MB 5,155 326
817,292 817,292 0000000000000000000375aa3bb959c8a2ee2211b73c44593436d1205d956914 1.86 MB 5,419 343
817,291 817,291 00000000000000000003d231b6d2b3a47a0ae480b32984b95427c634554ce354 1.50 MB 3,232 358
817,290 817,290 00000000000000000002423115a50f4786a33b4382a10e9183959ffc84ed4791 1.66 MB 4,277 275
817,289 817,289 0000000000000000000061e6546f5fa88c51285186a12b6f2172ff8e1f2890af 1.74 MB 4,656 223
817,288 817,288 0000000000000000000421fe286da6c63650fc256fe95f61f89e74cdcfe763d3 1.56 MB 3,779 264
817,287 817,287 00000000000000000001436926e0204ed7cefcd9257f71a2c457fb7d2cb6803f 1.90 MB 5,657 193
817,286 817,286 000000000000000000031ab93d65ed9d0305d1ca536907f72e4f80ac467f3395 1.70 MB 4,416 177
817,285 817,285 000000000000000000040a33c42bdf725fe9c9f56c1d4e498fcd4eb491555f29 1.68 MB 4,177 200
817,284 817,284 0000000000000000000197766e3f7e8a196f98e799ff59220d55f36e5f4fe2d8 1.70 MB 4,592 198
817,283 817,283 00000000000000000002d3c9b14b383e46797550323306058a96ee127dc978bb 1.76 MB 4,700 180
817,282 817,282 000000000000000000042010cf1d2982aaa5f555caa369a1344f8ec0c98d72ed 1.71 MB 4,284 189
817,281 817,281 000000000000000000003137c69a5f03f2ada1d0eca66090947e7bcc54888c6b 1.77 MB 4,448 195
817,280 817,280 0000000000000000000309cca9a98b0f09ef98061c8430fc89f597aa1217284e 1.67 MB 4,288 197
817,279 817,279 0000000000000000000392a6a2c77b9bee6dcb262f2d23e5cfe91763843e4d61 1.77 MB 4,957 223
817,278 817,278 000000000000000000038944d0451f73f2b4b4b842a9dab2604def59e984f799 1.82 MB 4,947 215
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.