Memory Pool Memory Pool Refreshing

1,470 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (849,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,144 59,144 00000000065ffd5e186976ba42d5893a75f26ba18961837a434a04f819b915e3 0.00 MB 1 0
59,143 59,143 000000000838bdfc35be517eaea6f3f8eb8c1f7229ea10301f48c3ffae06c251 0.00 MB 1 0
59,142 59,142 000000000ecaac8f759aa167a5f6bebc084d1f955010606d75b3681d1eaca14d 0.00 MB 1 0
59,141 59,141 000000000de5dad046ed2a44a93fbd73ad492493d512633d1ae911d6eb55baf4 0.00 MB 1 0
59,140 59,140 000000000a979536dcd4d50eea30164c429f7d3f311ee4d3dbe73fea818e706f 0.00 MB 3 0
59,139 59,139 00000000064f54c2368124302ae625af13975b50ae027c694f8b2187f3ce6edc 0.00 MB 3 0
59,138 59,138 000000000400c82009cb9c01ad7af4eab748f28ee183133cfe5cc4cfc6f9f066 0.00 MB 1 0
59,137 59,137 000000000757e17385317a9ca370193aa422cf9feb2b3c985cc3afe9a7daa29c 0.00 MB 1 0
59,136 59,136 00000000008a9fe2dc6c31470a7b7c661c323f97d21d8e6a459352d139bc2d29 0.00 MB 1 0
59,135 59,135 0000000004807fc5d73a8213ad3b5cc7df49eb2200ef0e88cbc7598ad1f96d33 0.00 MB 1 0
59,134 59,134 00000000098f799937050203e7b043e0569f823dd155853196276de603d2965a 0.00 MB 1 0
59,133 59,133 00000000017d79321153adf7af32a4b632bf3682ef3f992f4f58f8e4c09c8c2f 0.00 MB 1 0
59,132 59,132 000000000e81e7e5839ef0724e974b420be138a80ad4b99f66ccdf500d2c9516 0.00 MB 1 0
59,131 59,131 000000000992c3598dcbbc6749fcb8075eedb1fdd9015c995d293341f8949909 0.00 MB 1 0
59,130 59,130 000000000f4621114758cb17410ac231f456c35a1d4de58acdad274cb4aa9316 0.00 MB 2 0
59,129 59,129 0000000007c02b22fa3193dee2c7be7359e92d7ef20e576de8380a65ebafe74d 0.00 MB 1 0
59,128 59,128 00000000084c672a691ef1a4660a5478ad97590190fe0f998521bdeedae8c481 0.00 MB 1 0
59,127 59,127 000000000bd61a5c80f6095654c0dc65a61e4ee92277845ff0afbb247c07e150 0.00 MB 1 0
59,126 59,126 000000000779a3db0d6bd35a6da7adf17d3b8b24d0550537dd26f22d4f241366 0.00 MB 1 0
59,125 59,125 0000000008b9635411a72a4b654698fd25397e4498977a5fd3e369735afa737a 0.00 MB 1 0
59,124 59,124 0000000007d9720d7b95657e8a27eb949b781c30306fc182d354ad57c07e6d61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.