Memory Pool Memory Pool Refreshing

1,553 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (857,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
50,512 50,512 000000001b4812e3d417e6c70f4aa564cf21fd3a03b75b513fc865b3e8262fa5 0.00 MB 1 0
50,511 50,511 000000001131c83e97a299999f967073396a99ebd070edb1c23319cfa3eb6d26 0.00 MB 1 0
50,510 50,510 00000000083510d98d466ddd25ede085862436ef0e0a9d40e61a15830000faa0 0.00 MB 1 0
50,509 50,509 000000001d6e18eefe7f5ffc967281213de52c5f427128ce4dd21dc3dfaf36e7 0.00 MB 3 0
50,508 50,508 0000000015628818998088a05f1174176fafef64c9ce4cac7486fc07deb17229 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.