Memory Pool Memory Pool Refreshing

7,429 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,844 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (723,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,025 184,025 000000000000091127b823c7e9c42b43423176ebb650d871bf50418cd68989a0 0.00 MB 13 16
184,024 184,024 0000000000000988e705ea1b42262e2ddb6eedacc537e335e5382047f4a0f561 0.01 MB 36 105
184,023 184,023 000000000000093e96b7530c9166f855b2221b33a4f274abfc2cb05f82ba51d8 0.14 MB 308 119
184,022 184,022 00000000000005e3fc67108368b46f060b9318ec1af759ddf9257ff3b7dd33fd 0.17 MB 410 124
184,021 184,021 00000000000006dec627d2a4dc0c18c4b15d5c6383979ccd4264bbb2dd149ebf 0.05 MB 127 102
184,020 184,020 000000000000054b8bcaf10d416e2829c00b251e3cb01766623b46a8db6a8ace 0.22 MB 546 135
184,019 184,019 0000000000000a3b275c539369c24f5848319a73a95aa52c903f5605baffb05e 0.01 MB 24 16
184,018 184,018 0000000000000063ff2d7d158f6e7758fab3b189da769c7ba55cb4af7a43dffa 0.00 MB 1 0
184,017 184,017 00000000000003f324e86c0b0d9b122ead2cd2acdb3fc1da60aa217be9a41034 0.05 MB 148 136
184,016 184,016 0000000000000096cbbf6894f71fa7f67462eb2de588f1555848d52459d97eaf 0.00 MB 14 33
184,015 184,015 00000000000005f6dac96f92b03d29ef51b8cc643d307131c2bd7fa01526234f 0.05 MB 149 114
184,014 184,014 00000000000000d9ebbc44d931f306c54e72131bda573b3c0df67c74c42489cf 0.11 MB 256 98
184,013 184,013 0000000000000985a6a7527fd1d88f49b2e936c4839f074d79260eee9834a62e 0.13 MB 226 123
184,012 184,012 00000000000009a431d4198c06ed2f4365d62190d3216bc284c211ed101f4dcf 0.11 MB 242 113
184,011 184,011 00000000000004b5a9454839cb460c1915b8748bc381f36f279a8cec865a3053 0.05 MB 129 93
184,010 184,010 00000000000005d572ba7008066e6b8ab334ad4ad1c397d088232efb1a9412d7 0.25 MB 652 141
184,009 184,009 0000000000000183c3d229fb964a3916fa39720ed6c123c2f0dcb5be92ee21d3 0.05 MB 107 126
184,008 184,008 000000000000029514c0f386a1edf5ee808c94771890d5265ee5a5e7bb650cda 0.00 MB 17 70
184,007 184,007 000000000000005a9eab4a5f47dbeaf771e4e1b1d0ec424fda9eaa93bc0b175b 0.10 MB 188 110
184,006 184,006 00000000000009b32655c43153b485f7cb33452cf74d6def424254c0aa4ca0d4 0.10 MB 233 101
184,005 184,005 000000000000018bf1f49a3cf7e248c35c795dbbfec0dce56a22fe175c804287 0.25 MB 695 145
Previous 10 blocks ↓
Total Size: 769.25 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,635.18 GB sent, 94.19 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.