Memory Pool Memory Pool Refreshing

3,127 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (681,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,127 226,127 00000000000000cd89533214850387ba78bb561df6d99dc4e74bd2977696bca8 0.02 MB 44 99
226,126 226,126 000000000000012f5c3eaffe9e66aacbe833f91124d3a699cb8c843afc70165d 0.02 MB 49 189
226,125 226,125 0000000000000135008de86245f2a1fa5fd9bc47c77f079cac747d48999c5326 0.02 MB 45 106
226,124 226,124 00000000000000e3b3e4f4fb99e5e71eb7486dcea54ef32dfe47782a8c5fe178 0.07 MB 84 331
226,123 226,123 00000000000001bcd90fad35d79cd3530a60396c69144348bb6ddaaad40e2e43 0.04 MB 57 102
226,122 226,122 00000000000000d172d63dfdfd235089baf9ae63481d4b83373d17a62ae714de 0.02 MB 38 70
226,121 226,121 000000000000014e1619538c798dd4a9a88252222932258a871778e4b0e5a333 0.10 MB 215 135
226,120 226,120 00000000000002f9ccd2623e72691b1edc725ef5bae02003cf9a985d3541ec8b 0.00 MB 8 18
226,119 226,119 00000000000001d5d3123f8a5b665f4b56f2402c2a7f190777512f708db6b503 0.10 MB 191 106
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
Previous 10 blocks ↓
Total Size: 769.66 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,654.14 GB sent, 96.17 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.