Memory Pool Memory Pool Refreshing

4,209 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (799,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,306 108,306 000000000002354e0e580292185779382b1790e45c8731441c61cdcd91fa94f2 0.01 MB 41 0
108,305 108,305 000000000002481c595ba45fdc4286886f1fbcb30cd2b1215b9ec0184e8849af 0.00 MB 4 0
108,304 108,304 00000000000028aacc155ed6654ab65430cbfd1b18ee56eb8eb4bcd202a7f0db 0.00 MB 1 0
108,303 108,303 000000000000cdece1d2d855b7f7b4c988f744a697fafb076985c8d0f6c9cbc3 0.00 MB 1 0
108,302 108,302 000000000001f58161c000d657218b4cfce175ab14515edd956c4c9674cc5867 0.00 MB 2 0
108,301 108,301 000000000000afb8d5436811dbef25708923b3e76b8cd563a4f13fe590e9a4e3 0.00 MB 1 0
108,300 108,300 000000000001a7d94230aac603bd9e62ff15045270f327cd880a3a181e976b06 0.00 MB 4 0
108,299 108,299 000000000001079a6b23cfcca91aa2b719275f80d93d0ba5def1ebd7d6884f9c 0.00 MB 1 0
108,298 108,298 000000000001602c122bb62ebc3ef35201e10d924c26c543d13a4d67eba99006 0.00 MB 1 0
108,297 108,297 000000000001b26ffd905d23111cb4c994f75ed352a1102cfdc2e615e9d6e5fc 0.00 MB 1 0
108,296 108,296 000000000001d78b4215481ab7b93a8e2d488222e83110cb2c63413e2818e8a3 0.00 MB 1 0
108,295 108,295 00000000000141d653be1f91218d45cb4743841189586e047329c98404189216 0.00 MB 1 0
108,294 108,294 000000000000a50db6963b918e7fdd70a822718a4f00d46a567e7fa0a23ef5e3 0.00 MB 2 0
108,293 108,293 000000000001f31755f1ff427f401c60922cde16fc64543aa3a787cf5737584d 0.00 MB 1 0
108,292 108,292 00000000000026e9d4f230ac67ad6e7727f6f0d2ca37cb08df3aab6bf80bf60a 0.00 MB 5 0
108,291 108,291 0000000000026707e440e18b0e9759f935fd7a94b57dd3829987fd74b9f5c58b 0.00 MB 7 0
108,290 108,290 00000000000275532f745b039411450f106c16c382f941f60951d079fa087b76 0.00 MB 12 352
108,289 108,289 00000000000198c30dabbc82124b1937bb5f85dfddebb32d253e00a5aec74cd3 0.01 MB 27 0
108,288 108,288 0000000000000b8695ce743e136c3c8c2cfcc100dd6973231d0542004770434c 0.00 MB 12 0
108,287 108,287 000000000001da97a08f4a1a8745504ab9f571abb6914e1396fb473b7612499c 0.00 MB 9 0
108,286 108,286 000000000001ebea2bf1c07ceb418d8281b2187b7e12a982eeb701e9c3919c5b 0.00 MB 12 0
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.20 GB sent, 95.63 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.