Memory Pool Memory Pool Refreshing

14,193 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (681,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,118 226,118 00000000000003442a8fd8b8e4f0650f2ed0f3c3c4a4f2c4a969820b823a6a61 0.04 MB 75 92
226,117 226,117 0000000000000173f5f09bc8878f5e4ec58f16af6e7493e4e4e653dbfa4d374d 0.11 MB 143 90
226,116 226,116 00000000000001752475622bfc85e9d52a8a3781e72f7307f08c7d2147e4d9c3 0.01 MB 17 390
226,115 226,115 0000000000000154415301f649ffaababbd69c234ac265ff354b3018a97ceaa6 0.05 MB 112 139
226,114 226,114 00000000000000d24d0c7a1aee237c3c9b39f3b924d637709164be856bd68708 0.06 MB 112 130
226,113 226,113 0000000000000366c63e12cbc1c02f01e713b907d0dab4220e37c260320f71cf 0.05 MB 90 78
226,112 226,112 00000000000000503885e75a071a4c5888823935b82b3aebaf9f40556cb7dd45 0.02 MB 57 153
226,111 226,111 000000000000009f2cf20a02f73947f9c006d1670ea206899935ab23609e1d0f 0.00 MB 11 51
226,110 226,110 00000000000003583fc625f8280c9acb0faf93ae8d41fb65868118173b4492e6 0.03 MB 65 166
226,109 226,109 00000000000000599bd91c957afba90f4e8d6b6280328d41b74dc510bff71094 0.01 MB 19 140
226,108 226,108 00000000000000287c378eec1e44cd983c30a5b20573d41bfd1b28367c796290 0.19 MB 191 123
226,107 226,107 00000000000000a1ab5ce91291f3b49d27ac419f70dbd585d55169ccaec41695 0.09 MB 103 132
226,106 226,106 00000000000001318923b558939d16af6124e735ebf037ff03863b64234d2f34 0.06 MB 64 112
226,105 226,105 00000000000001eb67b003730fc79c7e044439b601c56b60d9347d9a90c6d26d 0.01 MB 21 76
226,104 226,104 0000000000000128b480e6b7fa74b3879ba0bbf26452485a483a0a54e750dce5 0.16 MB 337 131
226,103 226,103 000000000000008e637922ced2f0121482c5eea8a05cb2a059fa9dd1e528eb7a 0.11 MB 153 105
226,102 226,102 000000000000030ecfecce7ab7764aeada61987aad188a37185a5fed108ac386 0.07 MB 169 132
226,101 226,101 0000000000000320b7cef17d9d7bde0a29785ca035e76fa218f3e0e12e9e14db 0.08 MB 128 171
226,100 226,100 00000000000001fd693c10ea02882afbfbb5f050e5260406b81930968fe1481f 0.13 MB 235 114
226,099 226,099 00000000000000722be958a906cdc99d8b6e1e661320585a6b6a51bd0ed14ef1 0.00 MB 9 0
226,098 226,098 0000000000000347f0fa2a4a4c012b0e492862444eca23be872703e188a7789a 0.03 MB 48 93
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.