Memory Pool Memory Pool Refreshing

1,442 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (907,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662 662 00000000ae07b04e64e658c2dd85bfab0da646352a42037940dd0d18ea6ed8a4 0.00 MB 1 0
661 661 0000000067329a9d48d204813cc35e8b89a8c476f292d92f58691b9535b8da63 0.00 MB 1 0
660 660 00000000ef6644f79c0e3363c0359de10bc485d9d032af7c8097b325b54a2497 0.00 MB 1 0
659 659 00000000de071e247a1f44be9908714f0cc8282e2ddcdf7d2c4b3dbca9a624d3 0.00 MB 1 0
658 658 000000006aad240f2485670793fcc62eb5006a42aba22e32b6918d710a2583b3 0.00 MB 1 0
657 657 00000000219c44b7a974528cfe22f831631ba20a4bd8e7a238918d1d2f13aec3 0.00 MB 1 0
656 656 00000000915f7a477e3df905e1625c9e59ce63e6c26fa349f427b9cc314a4a76 0.00 MB 1 0
655 655 00000000180b5bdbeb61d547a04adf658f7c9be695cd2c5d8fdf3e27e022d833 0.00 MB 1 0
654 654 00000000f977441badb36a6bbac2057f7c6464dea83fabde00636803ae536534 0.00 MB 1 0
653 653 00000000563679ac0304f948a6a515b06077b3b6ef118036d9dbe4ef32122597 0.00 MB 1 0
652 652 000000008e1bd9998d126a037a31e20c2be174f6c760ba32d1cfe2498f570cc7 0.00 MB 1 0
651 651 000000002b5e03ee6029c1f5703b7baaf097630ca55f91d93ddd412eb0d054e5 0.00 MB 1 0
650 650 00000000d3ebca0f1cf140987959ba9231e9da43f3f76aed02d0cfe9d88b71d7 0.00 MB 1 0
649 649 00000000a99927e355bb8699c583c2214cc796c42aa28b82337979b60ef3af1d 0.00 MB 1 0
648 648 0000000055f9514359114a754ab74471f39a5fe6034ca6d05ec14e2d03dbd626 0.00 MB 1 0
647 647 00000000292b0f6a658cfab5e4d69a7d5753a6fef74ced4ef82e7026042a97de 0.00 MB 1 0
646 646 00000000417404b256f7fb76d9b6ec6a8077536369d120ac8ad1aa246b6e9da1 0.00 MB 1 0
645 645 000000002689f3021912d78bc8d5b046d2828a75dc695905b8743222b9907a8d 0.00 MB 1 0
644 644 00000000b98fcbc3ffa5735bca2dddb8ae01b75c01a1f055ba48b515eebef020 0.00 MB 1 0
643 643 000000006ded0e621cfacfcbab228781c8fb768d632a41503f8ed3a26ff58d8b 0.00 MB 1 0
642 642 00000000dc33f1794f744e76099e89015bb9de186004867bf8f09d4bbac0930b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.