Memory Pool Memory Pool Refreshing

9,221 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,818 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (759,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,806 148,806 00000000000000ddd31373aaf9e0826ab3a2bbb7e676fb487ede6bc05417b412 0.02 MB 58 92
148,805 148,805 00000000000009d85c0f0c991b787745372e19960f93098eb338e4656d6dda10 0.04 MB 123 64
148,804 148,804 00000000000007acc963667be7541b07f177a39f0af3f711c458a5ff0a968f25 0.01 MB 21 155
148,803 148,803 00000000000004c4cfefc1a7cd623df8a84556cb6495c578c7d59859937d217b 0.01 MB 25 126
148,802 148,802 00000000000000dfd3cba1f4025481a37d6267d3dd0203ef17f34b804e3e3a97 0.00 MB 12 17
148,801 148,801 00000000000008e6557fb186c072ab5d9a557cc6304428c0d47382bda5252390 0.01 MB 27 173
148,800 148,800 00000000000008371089fddbdee1f7cf580d98e64c276c649102d2ab95fd9844 0.03 MB 77 190
148,799 148,799 00000000000007ec364d283d600931d8e6105dc66cf5c7d05e73a1e4b6f70c48 0.04 MB 78 162
148,798 148,798 00000000000000cc2b52199ad5df3822b4a22042379662d061090a9a1457a59a 0.03 MB 78 132
148,797 148,797 000000000000009e73928ca5e03d07c07f7cd8a5c83e8c8cd8424b29b61450d1 0.01 MB 21 201
148,796 148,796 000000000000026efb26750f56c90b004b76da94e58714cdc1b34aae17fd9f0c 0.02 MB 35 113
148,795 148,795 00000000000001f33e39ae096bb34068f3c7f67a02c8f84eb3aa814d645f3c92 0.00 MB 9 17
148,794 148,794 0000000000000702242a817137165d6131e2c81ae6abc872a568a7c2fec6a734 0.03 MB 63 121
148,793 148,793 0000000000000143981c7c10b59a9d18becb3db8573321e9a3c8f24aeeb61e0a 0.00 MB 9 400
148,792 148,792 0000000000000637ea5517ee39c4e8f08cd7dc560160ed6a538b3214688caedb 0.02 MB 77 4
148,791 148,791 000000000000088614d3de93f3bc9a37f712d3b7a50097cda8e1da1b236e2f0c 0.02 MB 42 214
148,790 148,790 00000000000004f5fc292429790b631f3a3f2909e340ac9560a62b2ce1288a0a 0.05 MB 71 209
148,789 148,789 00000000000000207486e7c4b170c36ba34c3c5b20457e6fe3660a075e5e58a2 0.00 MB 9 544
148,788 148,788 000000000000008b9be636a612c0ad2451ea510782da1cc3445e44c061466b59 0.00 MB 2 0
148,787 148,787 000000000000083769e9c3794c4cf72fc32112365e2970cde2d592de75682888 0.00 MB 3 45
148,786 148,786 00000000000003ba6d5976aac7f5a2d215e684fab951dd08ae537db85ab46b77 0.01 MB 22 43
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.