Memory Pool Memory Pool Refreshing

2,568 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,068 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,554 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,067 (794,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,296 113,296 0000000000003860c660ecb551e9a6439d648a9506417257861b9223abd2a468 0.00 MB 10 0
113,295 113,295 000000000000473306bb7eb931266b9847054e99b8c6959b8e20ddd8781158e2 0.01 MB 31 267
113,294 113,294 00000000000019225c0a482d57ba54fda0fc4d4738466225aec7fc7b796fd228 0.00 MB 13 311
113,293 113,293 000000000000b1b9a83815a008e195739964b9bde935d8dae0b67697ee8cbe46 0.00 MB 8 0
113,292 113,292 000000000000d4a1829b13bb9b5cf003384b5f08056135e155ff063ead2a04a7 0.01 MB 9 0
113,291 113,291 00000000000004df448c7606d9b13932991280908cf829d1359a1761c91e8ce0 0.00 MB 1 0
113,290 113,290 000000000000078e844aefa230136103568731e51148f6b079e7f7e38a856746 0.00 MB 9 0
113,289 113,289 0000000000008e6a25c810b9a1bb95eacc88d212ac306db51159f88291ee180b 0.00 MB 3 3,861
113,288 113,288 00000000000095bc2e65532688a3fee3c64ff5f2e28ce87ad552a271ee762f05 0.00 MB 12 584
113,287 113,287 00000000000038ff2589771bfb70a9be7bd20e829417f81ed282612f7f09342d 0.00 MB 1 0
113,286 113,286 00000000000090b990499a006bb0eb926c82c832792ba402317437c039d0b268 0.01 MB 25 0
113,285 113,285 00000000000022375c728392be5d7fcd8bb9e35ecefbe13fee019d811ab7b83d 0.00 MB 12 308
113,284 113,284 0000000000001dc28624bc6f9f19f2f34c24d6097efda6e60aef5b163bb40d1f 0.00 MB 11 962
113,283 113,283 00000000000094082602f9240c450825c1efb2af35898ca156ceb49a573559ea 0.00 MB 14 0
113,282 113,282 000000000000094579672fa48cfa89a3f579ae5625da9676283306b540840386 0.00 MB 13 349
113,281 113,281 00000000000054b140f7c2f5eb0ab1e00fd3d864b2a679daf508f19dc8983e45 0.00 MB 12 318
113,280 113,280 0000000000004f0a1d5199b4c3e552348d3872f5a17227c4b927dc70a0591f0b 0.00 MB 3 0
113,279 113,279 000000000000486ca734b68cd1b61a9de1007d4cf180a215c7824e3ea20c74b5 0.05 MB 215 36
113,278 113,278 00000000000001f042e46796e0e9d672ad0ad456141950ccbcc8b051df819358 0.00 MB 1 0
113,277 113,277 0000000000009b846db3408af37c80cd412956e62dad148bf90b3f2eecc5775d 0.00 MB 14 683
113,276 113,276 0000000000003a29d217bd9acb3b4a8e0d5bb7915f336900478e3601e092857c 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 769.67 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,654.79 GB sent, 96.23 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.