Memory Pool Memory Pool Refreshing

325 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (814,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,731 93,731 0000000000048699b55fddbf3a40e72ebd50dd2e5c0251ff35a938f0562c1d91 0.00 MB 14 0
93,730 93,730 0000000000079b48ba57d87363e71c150d9d8d1fac017f4543b69490b8307361 0.00 MB 14 0
93,729 93,729 00000000000136660d47267a18ccada7e25714019d6c9bd256cc1ffc32d74d50 0.04 MB 115 0
93,728 93,728 0000000000076b1ae279c68bc303cf0c137041d0eee1e0666cfb09f7d559b743 0.00 MB 1 0
93,727 93,727 00000000000253e284f052324c969f11621a20eeea94be4875718602cfa177d1 0.04 MB 113 0
93,726 93,726 000000000007804038d34a3c60a4afb39e8f2f80feea4db35868620b9a23e188 0.00 MB 14 0
93,725 93,725 00000000000653a54d98869fbb262a9267f4bf720ab62d2b7f2881954d8e093d 0.04 MB 71 0
93,724 93,724 000000000006d78de1722471724d542c8a1a3bb1e1029ead758a30a34726e850 0.05 MB 62 0
93,723 93,723 00000000000932c043e2a6a8e4b6ccff9a9cd4383b8870172794e9519c27f043 0.00 MB 3 0
93,722 93,722 0000000000089da293bf319f1fc19b5a7dda57a3ce515e00ff8f7ac98dcef0c8 0.04 MB 94 0
93,721 93,721 000000000008745e15d1eb08a9892e43155ac89e14dc1e208de9161914086a8e 0.00 MB 11 0
93,720 93,720 0000000000037fea22400d47dbf9c0e081e5573501007dc8504b7c95f7a958d4 0.00 MB 14 0
93,719 93,719 000000000008190e254a8e9608cfcccb465650ed6ff1e77fdd3689d7b1305326 0.00 MB 1 0
93,718 93,718 000000000007539e431cda2b10c7f495326393aeac9f138cd1448c8f549c6654 0.00 MB 13 0
93,717 93,717 00000000000480cdb483c92cc0e7c10b111008692f7dc50830a71ff966138839 0.00 MB 12 0
93,716 93,716 000000000005182ed84ccff5a30cdcfad7aac7a0fc9c901cc14264299beb8124 0.00 MB 12 0
93,715 93,715 000000000001e6c37658a40ca08860f54ad6c86f18a2fcfbe25951b6bbed73be 0.05 MB 82 0
93,714 93,714 000000000002ae202365f0db47bbf53cf0fca62155ee2cd4af1028fac8307748 0.00 MB 14 0
93,713 93,713 00000000000647071bfe3a85bedb94bd635e3093c70b57ac7d29503b54ce6734 0.00 MB 7 0
93,712 93,712 0000000000098703bb4a39e83d75ab68dfe1d6035e3f92ee26a66ca8ef9d0533 0.00 MB 9 0
93,711 93,711 000000000008d6359821085ca57676630046336b0d11013f5efecfecff746474 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.35 GB sent, 93.61 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.