Memory Pool Memory Pool Refreshing

2,127 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,409 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (857,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,533 50,533 0000000015647c588a6e24cac6805fd1f7b3f99e16782abfa4d8a153bfc52a0b 0.00 MB 1 0
50,532 50,532 0000000006c89ace31e09d1a8a06273b879170de467a0fc9b86b2547d680fe79 0.00 MB 1 0
50,531 50,531 0000000016b2fabb01ce0e64def4b153a1e2bb4e88edfec2ba693548f41c38fa 0.00 MB 1 0
50,530 50,530 0000000011fa37d0acfcd52dc7f8ba54daa8ef67ee148d2c5f36b7f83bc47234 0.00 MB 1 0
50,529 50,529 000000000ed0cd84536b6cb868237cafa2bc63f1934ccbe7e968bc17613fb757 0.00 MB 1 0
50,528 50,528 000000000da8fa7de41b4b3a688e6e710901b8c78fad3664746ad0b2723c4e82 0.00 MB 1 0
50,527 50,527 0000000008cc1a70766478f130719d9f2d3620ee2f71d9d1b3fcc4a2ca682d91 0.00 MB 1 0
50,526 50,526 00000000029340d69037a3b2f213ba6d88c329f610433999b34f53827512e902 0.00 MB 1 0
50,525 50,525 00000000045ecd09be684634171f47bcca94a5c6cc8ae6af5e891f9898aaf29a 0.00 MB 1 0
50,524 50,524 000000001ee3d92a0d65f1df4675d414cc902441144f57f193a58b0c0329d9a0 0.00 MB 1 0
50,523 50,523 0000000011d15aa43da4509a7d35b9c91f6409d179e5d976c2868c37b042faef 0.00 MB 1 0
50,522 50,522 000000000c03cc8802f7e1160ee2e7dd461f1f4a848abe424ff63b4590edb2e5 0.00 MB 1 0
50,521 50,521 00000000191f8708f8b6e38475ce176c5b04486c1655a49b18fd453a1046fa7c 0.00 MB 1 0
50,520 50,520 0000000000423a8e152ac34e34d46b6a5d343230c9d1bc56ed9578f9daf25323 0.00 MB 1 0
50,519 50,519 000000001d47705d5b3edf5567029be9fc44cf6fb6b8941eab4234a75562b909 0.00 MB 1 0
50,518 50,518 0000000010f7a65762ca5ccf762deef1fb8e79bf76f155d03dec5900295ac5c6 0.00 MB 2 0
50,517 50,517 000000000b74662ddf04932750c64f176eda8c4348ee1fcc6fc92e891c4c0633 0.00 MB 1 0
50,516 50,516 00000000129400f557083a68d07bab0e9611a6355e2612bb9e707601f2f4844f 0.00 MB 2 0
50,515 50,515 000000000dc7ebdfb379e52578b0df8c562394a8fadb66129eae3c729e63dc9a 0.00 MB 2 0
50,514 50,514 0000000003ac2bf2b2cd8674731d8cd20112c9277cdd6308d62166cf5ff360df 0.00 MB 1 0
50,513 50,513 000000001d3fd694a30e3409b98cc3bdc04c8c09c41330cc2609c5ee42008b0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,721.97 GB sent, 99.35 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.