Memory Pool Memory Pool Refreshing

6,579 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,672 (796,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,347 111,347 000000000000f8cae031211c1af78c1bf1a71a50eeeb4e75b2abcbb0fbff622f 0.00 MB 1 0
111,346 111,346 00000000000057915fad1ae2b0ded9a302a76baeae87692b5e3b3354848574f6 0.00 MB 4 25
111,345 111,345 000000000000ac2025701a16789eeed814e12d467c99a348932e41b0377cf114 0.00 MB 2 38
111,344 111,344 000000000000576de2ac0cc5a9212c705546e9115da12971a42cf79cfda5fa24 0.00 MB 8 533
111,343 111,343 0000000000000c14ecec1f48af63ed4365ae2c1e38b6f0cceb2b524d218ff211 0.00 MB 12 24
111,342 111,342 000000000000bd49e5e7d7312c80e78dac154d4bfea874c6e1aecd36a4eff866 0.00 MB 12 21
111,341 111,341 0000000000009dfba9cf30f482a7ee652397675cf577305055eddd2d41868ebf 0.00 MB 11 18
111,340 111,340 000000000000c82940225ff46177dfdff6b9b7d3e137a73db084808534b4d7bb 0.00 MB 11 13
111,339 111,339 00000000000047119ab82ad53452fd777ca63a31aeaf0b5701b4e5c800b79d0c 0.00 MB 11 318
111,338 111,338 000000000000488841c43a238dd1b1de2ce41f3e4b21552b60e9142b844b6d55 0.00 MB 10 7
111,337 111,337 00000000000081c8868ba838fc3799756a909fb6a3c0e27f43b024f28f353fdb 0.00 MB 15 0
111,336 111,336 0000000000000750960b09f2303750ba0d85a5808c1966eb379547ce2ca5e847 0.00 MB 8 30
111,335 111,335 00000000000014b7ea4f9623c87221ba02b7ef97e30848a418ea94202259a353 0.00 MB 8 418
111,334 111,334 000000000000ba23649986a7d8e44b486155b333d53d03f52360b0cb24270d7f 0.00 MB 7 9
111,333 111,333 0000000000008b6c30def4f86e933ae95e4908b262f28e2ca6f06d360bc577cd 0.00 MB 4 7
111,332 111,332 00000000000044e663cddd8285568d6389c650a9a481abee24673a91c13b3a7c 0.04 MB 98 40
111,331 111,331 0000000000011c5c7136c756e245a7cdb8c3dd5ceca5301f800ebdc84f369782 0.00 MB 1 0
111,330 111,330 000000000000a64186245129f084d4bda9636820e912dc7596e850a8766dba29 0.00 MB 15 0
111,329 111,329 0000000000004084de92e4f4cf3f12940e6f0c2b86cda7f5688d19159a1f9a3f 0.00 MB 9 6
111,328 111,328 0000000000006f4c16da5b5d0864d9a2e2006a77b292ef2083114eda0ad53e9b 0.00 MB 10 10
111,327 111,327 000000000000fc4a5f0ee3e06f7ea3254f1fbb6a2dbee355be8485119cb9bfc8 0.00 MB 10 7
Previous 10 blocks ↓
Total Size: 768.93 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,604.13 GB sent, 92.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.