Memory Pool Memory Pool Refreshing

3,248 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (309,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,824 597,824 00000000000000000012c39d9c05d5242fd12a4dc3c35672b5c5d23531e9bb7a 1.34 MB 2,153 11
597,823 597,823 0000000000000000001313ccc581eace6086fa5e5cf206166434bdf9b3ab30b8 1.31 MB 1,419 18
597,822 597,822 0000000000000000000c0983457cd67b410529c4fdcef85b1ee6d555ecd6608f 1.29 MB 2,445 32
597,821 597,821 0000000000000000000c60b1629c15a66da1b88246ef3407e7b5dbd64bbeae7c 1.54 MB 1,755 13
597,820 597,820 0000000000000000000f72534534ad679b9d06cfc87102f8a29efc115384f70a 1.25 MB 3,083 19
597,819 597,819 000000000000000000116750bdf37697a3d170a4c05635e64194d915a6bb22ce 1.27 MB 2,590 25
597,818 597,818 0000000000000000000ac47b95f27fd684ab53b384f0afc361b4427780a0bed9 1.26 MB 2,858 6
597,817 597,817 000000000000000000042cf79c3fbbb023df157f10e37d06d2f2008afa715455 1.32 MB 2,490 32
597,816 597,816 0000000000000000000ee3facd1d554f4b88d5f74ef011fceff6eec7fbe05730 1.45 MB 2,788 55
597,815 597,815 000000000000000000029862f25075044caf8fa848da3a46a8154448e8637231 1.62 MB 734 5
597,814 597,814 00000000000000000000d6815b401288ed8ef7299a2209cf08081581fe091199 1.26 MB 2,749 24
597,813 597,813 0000000000000000001221f462e33b693145a2aefd6cb678997a98df7b42d8a5 1.31 MB 2,801 29
597,812 597,812 0000000000000000000a722b272f4739653b89b9c7fdc7c5944af8df4023e77a 1.75 MB 691 5
597,811 597,811 0000000000000000000603a7ab2233e82665b146f3d84e4655f2c4e4e922727b 1.20 MB 2,791 24
597,810 597,810 000000000000000000139fbaf931d39d785766a20287c11186440a65ce638949 1.38 MB 1,634 4
597,809 597,809 0000000000000000000dec83490771d8294e6852fd81415f7a2fed61a7c0c2e1 1.27 MB 2,734 37
597,808 597,808 0000000000000000000b1a67f67d8b2887ad25708a5bcf7add1e7368ecb7a6fe 1.52 MB 753 14
597,807 597,807 0000000000000000000f08964da33da9a79522fa766396637d59e174739e7c16 1.32 MB 2,135 34
597,806 597,806 0000000000000000001350b0de3e60a92ae14612236f6999039b0d74bcca6d6e 1.54 MB 1,356 2
597,805 597,805 00000000000000000012005db96e094c40d9cdb0ff4818ba0f2730fdb66a85bf 1.23 MB 2,585 23
597,804 597,804 000000000000000000025658eecfe030a751cf3afaaecc1e56c6d1e46f626243 1.33 MB 2,853 33
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.