Memory Pool Memory Pool Refreshing

1,599 transactions
0.47 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.47 vMB 1,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (857,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
50,507 50,507 000000000166b8a4a4beab1d569751e80aadb2c5130a63cc4e6bd6f709e8786d 0.00 MB 1 0
50,506 50,506 00000000083a529037e12fd88044b965803a2d9d0fce1847f305a2467313a2ff 0.00 MB 1 0
50,505 50,505 0000000013685081415e7b4c1d6efeaf870fb3c25a518b90849f9a5141e6b647 0.00 MB 1 0
50,504 50,504 0000000007a3a3378a134794ba2bd7792d75df1a941641d070eb4e724c1c4543 0.00 MB 1 0
50,503 50,503 0000000015ad713b4c8a705e34f83fc742a653693cf6a0cb4935ac2051e64941 0.00 MB 1 0
50,502 50,502 000000000ff859b8fb5d173cf276b64672f806d07a029f84070d9f38066dbba3 0.00 MB 1 0
50,501 50,501 00000000173edd7a34524baa7fd6ea867d960e11a0f89429703bea9adad87511 0.00 MB 1 0
50,500 50,500 000000000f7a00006941c145773c1566ca582d7dc12e0b4491d43157d9ed6e00 0.00 MB 1 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.