Memory Pool Memory Pool Refreshing

6,569 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 ago 1.00 vMB 4,118 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (799,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,671 108,671 000000000000f70dbc15b9e72a17190e07405170d7e257dd07aa4b69d97a5190 0.00 MB 5 0
108,670 108,670 00000000000041e22cedb4795bef4818551ae2430fa02557a0da86ac6ec94402 0.00 MB 13 338
108,669 108,669 000000000000b4833bb9ac891fbd9865d78996ac500f3e1d619976a1f7101e16 0.00 MB 12 0
108,668 108,668 0000000000023d4f3d68c63a42c531cb084cd403c01dd056954431c56a2750a2 0.00 MB 11 0
108,667 108,667 0000000000006dfd747f23ff86d7324554cbaf194a02e05715465d8c3fb09643 0.00 MB 8 0
108,666 108,666 0000000000010efe7286bdb46437f122fe0f7a3e8fb4c95101c3a041640a1019 0.00 MB 12 0
108,665 108,665 0000000000005869cd456bd15f0dc6873699f9a853f9cb45b913e76865b0eb27 0.00 MB 13 0
108,664 108,664 00000000000135c53808c8ec7e6416ae944eaa2e2b071f0e3abe610826eded25 0.00 MB 12 0
108,663 108,663 0000000000017f8107c6435137ae37e965ea3d8a881d819ce40ff3af73e9a9e4 0.01 MB 42 0
108,662 108,662 000000000002833b9c0d6d80e6813aca241366e991c54f5d9a8581a83c3d5f81 0.00 MB 5 0
108,661 108,661 00000000000161608073de6d098a2af434fe80d9bf43e81e061c0e9888672144 0.00 MB 3 0
108,660 108,660 0000000000001601033cc0edbca77f5c8c8f16bf73af3a92871d75075de9271b 0.00 MB 6 0
108,659 108,659 0000000000011419993e78e31967d9e70cfa2b78d870ee2ed8b20fdca6bc26c4 0.00 MB 4 0
108,658 108,658 0000000000014951311cb9832131ae75ea9d738caa96ff46f999967ae2fe508d 0.00 MB 5 0
108,657 108,657 000000000000819b6a2a0be98ee668748983c43186204cbeb2c876c7d6d9f50d 0.00 MB 3 0
108,656 108,656 0000000000020f06a064cf63a80c689ab92f952305815f50dd055aa762d6bc84 0.00 MB 5 0
108,655 108,655 000000000000bda11ca22c7553de82dec443b307c3e36cae312813107a737215 0.00 MB 5 0
108,654 108,654 000000000002408aa9be461a40f43737434f8bd148aec92205bf3ab514785982 0.00 MB 6 0
108,653 108,653 00000000000210e462b948cc6b9ae4a8205a8bba421491c55798e7443ac1e2ee 0.00 MB 3 0
108,652 108,652 0000000000004cdb8b3e4dfeae6c35cb8d40d1a8866aa3f17cb7e21df58b8791 0.00 MB 3 0
108,651 108,651 0000000000017a747195b8887e103507bfe957dc354dae80fb0f75078d9a21b9 0.00 MB 2 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.38 GB sent, 93.99 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.