Memory Pool Memory Pool Refreshing

9,878 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,395 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (344,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
562,822 562,822 00000000000000000010016bf6cab1fd4d9a75a5e5b55fb1016691d80314fe2e 1.19 MB 1,959 15
562,821 562,821 000000000000000000104d0efa4e5582bbc8951e5decc016d2bb42974d4ec589 1.17 MB 2,427 19
562,820 562,820 000000000000000000052e4ded19a91698e8d9e2d86c5f60eca568d6c44408c9 1.30 MB 2,611 46
562,819 562,819 0000000000000000000da3f2510a56fbc9e1d9ffb39aafe50e43a76183b5ba33 1.17 MB 1,894 10
562,818 562,818 0000000000000000000f5cb21996bbb9027283e796a4e033d318442ca8602a3a 1.15 MB 1,750 20
562,817 562,817 000000000000000000169e69531de77d5ec84b63073741a9325f66620a0d0ad9 1.12 MB 1,353 23
562,816 562,816 00000000000000000008f2c7bb3e0be5448157702c47685f37965e4b25aa4c04 1.27 MB 2,743 34
562,815 562,815 0000000000000000002aaad4c58b18ab0b18bf0d3778a938d16f3dd758aef519 1.29 MB 2,201 50
562,814 562,814 000000000000000000212d371d5c1f125a6fa4b3efaa6c2616f9a1f182860af7 1.27 MB 2,002 8
562,813 562,813 000000000000000000043b6516e235884c06d1d51f9e82b5066019ff514efc94 1.21 MB 1,392 5
562,812 562,812 0000000000000000000747a6abe7b91f8aa745e692b0a10deb879712e2ed006b 1.25 MB 2,276 14
562,811 562,811 0000000000000000000f197e628441727b20b84d1d532cc0a55500942ab1352d 1.34 MB 2,680 31
562,810 562,810 0000000000000000000e5144e1b7ac2484e571057a4ec9cd40843e4f4a93180e 1.32 MB 2,699 29
562,809 562,809 00000000000000000001979984c509a77618c5addd65dc1e1e67de8c8581d749 1.39 MB 1,939 19
562,808 562,808 0000000000000000000c9eda1e570125e9b2ae5130bc4a510c8f1a31cd15f347 1.27 MB 2,673 15
562,807 562,807 000000000000000000263113f24550ffa07c8f49067de0a6b3dd8be5bbee911c 1.17 MB 3,100 19
562,806 562,806 000000000000000000205702c9ced856bd2603d4c6bd8abf33632676f38752b9 1.21 MB 2,588 29
562,805 562,805 0000000000000000000bfde93d171bda8a9d60fee2b567a60f16ae1b46e13756 1.13 MB 1,319 7
562,804 562,804 00000000000000000011578a0cad20ad111004e6eb180ee07e128e3ec79d223a 1.20 MB 2,676 27
562,803 562,803 00000000000000000021a6edad69345408ee5f2d96a5250eb0acaf274dfce769 1.33 MB 2,235 25
562,802 562,802 00000000000000000010e6e0c1e9c61234270324ea75a0b4d202a9b41aa5a91a 1.36 MB 2,672 25
Previous 10 blocks ↓
Total Size: 769.02 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,624.76 GB sent, 93.00 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.