Memory Pool Memory Pool Refreshing

1,266 transactions
0.36 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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,254 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (25,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,725 882,725 00000000000000000000e4cbfa71249f38f65a4239290e2661edc7c2ca21dcd6 1.78 MB 2,253 3
882,724 882,724 00000000000000000002505e0db49a2a64c99440f4c3f007f4ef11667b89b37c 2.00 MB 2,397 1
882,723 882,723 00000000000000000001fa9009ad503c2ef652dabaa2814188b23406140d3660 1.83 MB 2,566 4
882,722 882,722 00000000000000000001c3ba3a3a77b58776a61c8a40e6aeba79d5848c35c9e6 2.05 MB 879 1
882,721 882,721 00000000000000000001ad6e1b6f3bcc1336ef9176f924952e77c6c399e1ea6b 1.86 MB 2,119 3
882,720 882,720 0000000000000000000139f5eb2fa7ada68a1f7c8beb1423cd9815926c317a83 1.85 MB 2,248 4
882,719 882,719 000000000000000000009b281fe4ee564320e75cd47230474b190e32aa749c60 1.98 MB 2,070 2
882,718 882,718 00000000000000000000bf7d57be8dd60b3c14cf541ceeeb89415bfa2c668303 1.77 MB 2,529 2
882,717 882,717 00000000000000000000e3b5b98907e9db4994407f11727d87477edfae47a187 1.71 MB 2,694 2
882,716 882,716 00000000000000000001f47d146e502559afb6a98766c0e414bbcff14ea9283c 1.86 MB 2,758 3
882,715 882,715 000000000000000000027314ef9877408a7c2aa3e95e6be53f1621ba416028c9 1.88 MB 3,994 2
882,714 882,714 00000000000000000000da9943ccbcfab73a9a83a0620259a2b8220e73911b38 1.86 MB 2,964 3
882,713 882,713 0000000000000000000206960c876f1bd2183db5eecf04a5ca2367c0102ac8eb 1.84 MB 2,985 2
882,712 882,712 00000000000000000002998bf971462363fb9af24a87b4aee8e064a86698d4b7 1.80 MB 2,640 3
882,711 882,711 0000000000000000000089704d5a5a524f2cdd34c73ddd7c641fb51ebd142759 1.72 MB 3,748 2
882,710 882,710 000000000000000000000d525d436e6c29920409a27f6a36a503e4a6dbdf2a9e 1.69 MB 3,952 2
882,709 882,709 000000000000000000011424d7e92009ebe10759de8b4032749c1df9a6c23187 1.48 MB 3,285 5
882,708 882,708 00000000000000000000e0bb88dc788539a1bfffdf647441263417dc6d1810fd 1.68 MB 3,445 3
882,707 882,707 00000000000000000001924b119b819c5ca3ff60f5a2c40de7e5b833836b5af5 1.72 MB 3,370 3
882,706 882,706 00000000000000000000332deb05097bdd9f771d786ad67fd05a33a63edfc8fc 1.72 MB 4,336 5
882,705 882,705 0000000000000000000028c6973ffd3c1acf7828f348271592d4ca29823e0515 1.70 MB 4,098 5
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.65 GB sent, 93.65 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.