Memory Pool Memory Pool Refreshing

2,417 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (858,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
50,499 50,499 00000000146392ffc93f835bae1fd5beb09c57b80105f5a9dd2353da340fd663 0.00 MB 1 0
50,498 50,498 000000000805d303903dcb3af87ed85b7c36760d9223ba10d8ac8b4943df1755 0.00 MB 1 0
50,497 50,497 000000001d01a7978d6a284d4cc47f9bcbffc8c323370a12d372f28f99af2698 0.00 MB 2 0
50,496 50,496 00000000058c1dc3fced8ae842ae42e3af0f87a7dc6a8d4b082a63f4f73cfa37 0.00 MB 2 0
50,495 50,495 0000000012ac3eca0da7fd25978bc1f11fdebaf0e9cfa4f38c41fb004de983c7 0.00 MB 1 0
50,494 50,494 000000001e72e536420dd49f4af9cf114bd7b659210b19f8219368ac30c40c30 0.00 MB 1 0
50,493 50,493 000000000d68d97bf6e583df5610c781c7f36d233ead2fe165b046b2f06daac2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.37 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.