Memory Pool Memory Pool Refreshing

8,421 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (586,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,811 320,811 00000000000000000374822adec58db7eaced76254fc9f796b025b30b78825e6 0.13 MB 249 27
320,810 320,810 0000000000000000041808a116dbb0adbbce550415de22fcbbdac25d260d6a85 0.42 MB 335 20
320,809 320,809 00000000000000000a8a2b9dd12f8f5f782cbb614a4926d5444d0dd168b76a1e 0.75 MB 1,699 33
320,808 320,808 000000000000000016aa4d1944c652049f54ecc9192f593b12f21c6482580316 0.06 MB 106 27
320,807 320,807 00000000000000000c0249266dabf0e1f37a0622da21524b74197c2cd848261d 0.19 MB 254 18
320,806 320,806 00000000000000000380b817571e602a5cae6bce082b7441f523d90e85ada6b1 0.20 MB 482 31
320,805 320,805 0000000000000000117302ce71e9ea444651953d6e25c1589ec4589899059a49 0.15 MB 357 31
320,804 320,804 0000000000000000243d5a29c244a5ba908e852363e270d880c80403983fa73a 0.24 MB 437 26
320,803 320,803 00000000000000001811b6d72702157838bc7c467c6842963218c0a23ee3bbb7 0.15 MB 318 24
320,802 320,802 000000000000000009e1d690b2fbc28b6abe6c815b4b021f7ef572becc91e171 0.37 MB 712 30
320,801 320,801 00000000000000001d010059e8bcc5fe58df43e271855c05bf7099be2910076f 0.82 MB 955 22
320,800 320,800 00000000000000001d37121534ae0d31f2e26fed4ff5968e1ec208868dd2bd65 0.92 MB 724 18
320,799 320,799 000000000000000007bd0f5b1b111b45bbf36ed828465119baf751f6e7aae095 0.19 MB 242 21
320,798 320,798 0000000000000000065de611266ef8b703ccefb6404b386d0a96d084826876fc 0.20 MB 262 24
320,797 320,797 00000000000000001723067a7bb77bb7666fb235c3f0441bced5ef96b44ebe21 0.35 MB 385 20
320,796 320,796 000000000000000023b205cb4f13815084b5992a02560a3d46545141fd319ccb 0.14 MB 128 17
320,795 320,795 00000000000000000fca9f171c146ec68a4d8c6713034850fe5618c6fd0ed638 0.37 MB 569 25
320,794 320,794 000000000000000019472ed7294933dbdceb430aa5a9d83f94d84800b0bb8a54 0.40 MB 503 22
320,793 320,793 0000000000000000068f4cb3778e909fdb0f100be39cfc2ad3990a9c7b435176 0.13 MB 219 23
320,792 320,792 000000000000000015c4fd3f1f004d9ce3003b394175a89b151b0e512a9ebc68 0.10 MB 227 30
320,791 320,791 000000000000000009aed9e8d7286a0dd593c1ae8c2c3908ed963070b15b6244 0.50 MB 1,002 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.