Memory Pool Memory Pool Refreshing

1,365 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,883 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (547,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,706 360,706 0000000000000000083a49ced9fdcf1df0e5966e4c025514f7f1f416e723aa77 0.25 MB 358 16
360,705 360,705 0000000000000000038bdf1093e45637e861ed63a71abf4c4b9a9406483cc3b4 0.45 MB 983 29
360,704 360,704 000000000000000006b364d10ec5c6a19d20d0d40fdd97627cbbc73508b4a1e7 0.25 MB 488 26
360,703 360,703 000000000000000002b8445d0c8a78dc3961a0346cd6149df6cb2aaae355f78e 0.25 MB 88 2
360,702 360,702 00000000000000000a6eebccc3d9d9173963b94c8bec9f2fc18131646bce4aab 0.21 MB 412 30
360,701 360,701 0000000000000000047ffa0b67408faf59375a23566bd2c6b183e5aaa49005fb 0.05 MB 96 30
360,700 360,700 000000000000000011b76502e54218d2aca740e165ce3b5e92a1cc99387b2a69 0.14 MB 429 33
360,699 360,699 00000000000000000450e017ef5d56a386f97c230b87be28769b97690886bba7 0.39 MB 857 30
360,698 360,698 00000000000000000b65869f8863dd36f880ae6b47fe6bb181856c53a2e2f0bf 0.16 MB 376 40
360,697 360,697 000000000000000005ccd9e726bd95807e0edd1503cf4eae07f78c3e2be82655 0.04 MB 54 19
360,696 360,696 000000000000000013e77d7af4a2f6081aa2eadcf4e85297fd45aadb68cb9e80 0.41 MB 761 25
360,695 360,695 0000000000000000148612eeb0e341351955c73a2e80200fc2a96eaea813cd01 0.20 MB 512 47
360,694 360,694 00000000000000000b787a22fa45d2afe11b82f676a16809f690504157875c8c 0.23 MB 407 25
360,693 360,693 00000000000000000ba1186213f7e77f5c216d8b6bd3ae9799686e2bb8f19451 0.09 MB 192 32
360,692 360,692 000000000000000016659b67d96df79137681ab3daae8517d8887f629922bf63 0.29 MB 497 21
360,691 360,691 0000000000000000137653c2ee5de552ae46b856bc4ffaa98341b6c0d46902a8 0.01 MB 30 33
360,690 360,690 000000000000000003a954dcf90b3bdead6a7c4741e276d4617eaabdffd2127e 0.75 MB 1,670 32
360,689 360,689 00000000000000000120560fd1a54fd89693f1700866f39e195e9de5d8176187 0.52 MB 1,112 28
360,688 360,688 000000000000000010801caaea2fc20281701d49a6bd0860a50f6e9e8840f21f 0.14 MB 271 30
360,687 360,687 000000000000000002aac3d4280f1d1b7b609f4ccf32eed30f6dc0e3b8dede7a 0.10 MB 154 20
360,686 360,686 0000000000000000033131d486af4c452dbe2e856165281adadaf79c8e6d41f5 0.48 MB 1,077 36
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.