Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (774,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,910 132,910 0000000000000c1efc6a2f05c44af3a9d3dfbdeaf599a700a7b062406a1f4dd0 0.00 MB 8 790
132,909 132,909 000000000000073a5e207b985880bba316ed85e41a58bb7816e9161e67ffded3 0.01 MB 15 278
132,908 132,908 000000000000113f6a3810e88113d3705d36fcb55c45cd6155dad900fa5ede4a 0.04 MB 137 300
132,907 132,907 00000000000012ec71e7f80dc773d07717da88008a8e24f9683b2fb4899fa223 0.02 MB 36 314
132,906 132,906 0000000000000dc52fb8228cc8b83e7e10bb4d8219c51ebdd477daab5c84498a 0.03 MB 77 250
132,905 132,905 00000000000002c8882a707875941277d086974e6824b144e6ca369b117701f4 0.00 MB 14 45
132,904 132,904 0000000000001031794bac988667053fc496f102dd15ab470bd34da229355923 0.01 MB 18 43
132,903 132,903 0000000000000c599809cb113d608c0afa0a79afa8fe45954b06311bc3d7e908 0.01 MB 13 538
132,902 132,902 0000000000000751fefcea491275d11851792de99a1893d16f8ec84b9bf4c14b 0.00 MB 8 1,052
132,901 132,901 0000000000000b98f64952a75334681d4d6dcedbffd5a7e0c2f8407168433d1a 0.00 MB 6 567
132,900 132,900 000000000000035407f0f3ff659ba9ff24c5795879e5e4df80025f94c98553b1 0.02 MB 69 456
132,899 132,899 00000000000001d0efbea10fdec00822679ddf4cd6a513a18511bc1a67f4b255 0.01 MB 30 6
132,898 132,898 0000000000000e26acf40ba0efb5e4b3b130276975f72f3b1a6918c137159d83 0.00 MB 14 342
132,897 132,897 00000000000004f6c2e9e6c757cdcc46f59e7201cfb0088de125d5cf0ad1f670 0.01 MB 14 316
132,896 132,896 000000000000125b959a9d98e5f44d2926c874c2ffaaf8d4bcb08b784f2f6458 0.03 MB 92 210
132,895 132,895 000000000000092f4f7388fd62cd70dddb2e8f8a46a29432f955f6acd3615a2b 0.02 MB 81 169
132,894 132,894 0000000000000f89df606b6038ef41d78f2c9c2d4a393e52b432f2973d02f958 0.02 MB 49 686
132,893 132,893 000000000000002cb718bee4a57666d5907562bdeea337e4b8b4d1df918d6c5f 0.03 MB 79 264
132,892 132,892 000000000000089174962b0cee272f9b55dc5a09016767c99b23049fae8f27d8 0.00 MB 10 296
132,891 132,891 00000000000010b60119673167546307b798e6bb0275af8788f01bc388e8ba17 0.05 MB 181 37
132,890 132,890 00000000000010bdc428c2bf52d1ad01d421e0f23502daa698a1cc9591713f98 0.02 MB 37 866
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.