Memory Pool Memory Pool Refreshing

3,947 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,268 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (799,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
108,285 108,285 0000000000002787af60fce30a7bf9d6d607039ba7dab6d3740f98fc30703e5e 0.00 MB 1 0
108,284 108,284 0000000000005908d0f79ab0ebcd2e346e2228a8285632fcd7ba1429bcc838f6 0.00 MB 8 0
108,283 108,283 000000000001a5d1f12348440684346fc00615991c73c948f4c73c11c6817905 0.00 MB 11 0
108,282 108,282 00000000000190cf420505f177a5c678134344b87151c5c998f73d24ba8eaaa7 0.00 MB 11 0
108,281 108,281 00000000000123099509d3e7de4337b498de2086b378634972663b93497eb5cc 0.00 MB 10 0
108,280 108,280 00000000000103f5e03664c557b19643c25d65140ded2f1f414f7f5ea451260a 0.00 MB 12 0
108,279 108,279 0000000000010d551cf4e5de2f445518aacf419732b828bb1312506c621b790a 0.00 MB 7 0
108,278 108,278 0000000000002db193111943edef76dca67f288936341c3ce956f3fa39df2a0a 0.01 MB 23 0
108,277 108,277 000000000000a67b00576af401a4eea7809681bfada5f34bec8fb8198108f72e 0.00 MB 9 0
108,276 108,276 0000000000026210bff9040956c3a5a9e1fe9ffc26d7983b5f2b1a6c589ad6e3 0.01 MB 3 0
108,275 108,275 000000000000bc04ccacffb6a8508a9730ec7a64b04f038dcf7f23272ca5de14 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.30 GB sent, 93.98 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.