Memory Pool Memory Pool Refreshing

3,083 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (136,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,789 770,789 00000000000000000003212c8f4a44af1447422193641e95c1a8269df5708f01 1.59 MB 3,197 7
770,788 770,788 00000000000000000004f4ef4cfeec522992d3ce8a4bb18a1a97885345572217 1.34 MB 1,917 12
770,787 770,787 00000000000000000001e58169ad9d87765f5ae8de0daa71026fe29aaeacfae5 0.96 MB 775 7
770,786 770,786 000000000000000000005c1f52958ebf4bd229cdf0999891862ecc43b61ce376 0.32 MB 632 8
770,785 770,785 00000000000000000002dd2a30fdc934cdada934ad2d664ca840aebb229fbbb3 0.34 MB 571 8
770,784 770,784 0000000000000000000571a44ac1cbc6fabe5314867228becb4b0d062fab9710 0.02 MB 51 9
770,783 770,783 0000000000000000000462126183182aeb2aaf1bb59ef35b1e202509851094c2 0.01 MB 42 6
770,782 770,782 00000000000000000002d173ce3497fbae55def9f7033a122e367fa32b03fa40 0.18 MB 392 10
770,781 770,781 000000000000000000008dbba21024ea8156fabda9807bb316750091783c4639 1.02 MB 1,690 8
770,780 770,780 00000000000000000004115cd05f13764ba0fe9e7a360d04d66e8b1b68c0c365 0.23 MB 500 11
770,779 770,779 00000000000000000007b9e0e9bdbdc6ed518975d04fc6495b1d6e62d3c6b9db 0.10 MB 210 9
770,778 770,778 000000000000000000041cfae9ce92582697ef6df4308fd4a20565ccc5109c92 1.24 MB 1,921 6
770,777 770,777 00000000000000000006d2fdc02759600b9aeee037fd6b005de234078354b78a 1.61 MB 2,721 6
770,776 770,776 0000000000000000000751b87f8eee564239e6cb701a3656f3a90e83c9527223 1.51 MB 3,013 12
770,775 770,775 00000000000000000007fd2c0db89ee7ac030b2bf3cc15d30b64bfb44d815328 1.31 MB 2,314 9
770,774 770,774 00000000000000000007651141182dd7cd29a1faecc8f8c41d22d3282e5c81d6 1.24 MB 838 4
770,773 770,773 000000000000000000051246345635c84fd14f893f6716b3b197f54e638e9565 1.63 MB 1,020 3
770,772 770,772 00000000000000000004909a38491191648da1cbd7bdf10763e0f9e744341256 1.57 MB 425 4
770,771 770,771 00000000000000000007e5e25807d55fd74763d24d4e172069536c0bfda57c5a 1.06 MB 2,271 9
770,770 770,770 000000000000000000069be5c4d082e85654c905814d2efd85556bbab34b62d3 0.29 MB 476 7
770,769 770,769 00000000000000000008032de9852a36a0f683aa6679c99df0c47b90812c32a9 1.46 MB 2,806 9
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.