Memory Pool Memory Pool Refreshing

8,380 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (685,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,151 222,151 00000000000000c3aad4f1996f94818f088d9fe6dc137781a8f4d0b95689c7c9 0.15 MB 315 164
222,150 222,150 00000000000000237b233ef95fb6260e341978b1734ae721d32077a6632a1794 0.20 MB 492 204
222,149 222,149 0000000000000171283da98294cec0b3b61a2d5f287db258fa378576cb4b9623 0.00 MB 8 59
222,148 222,148 00000000000000e5273b883db3b5c1f5233f79c428aa4ad453033755d1794cb8 0.08 MB 179 175
222,147 222,147 000000000000013850f9218f0757161dbd7bb22af61e76772a947664b9b7627e 0.05 MB 130 128
222,146 222,146 00000000000002a188ac969644cdaa045547f0814877c64e88809dc2ea928c33 0.02 MB 34 82
222,145 222,145 00000000000001c0953d36a86973c00f9b7d7b7cb16ffcd3094430f141fb2bf2 0.01 MB 22 148
222,144 222,144 000000000000000389df234faf13635fe45a0ee589211c9c2ab42915cf2f658b 0.11 MB 267 151
222,143 222,143 0000000000000296b0ab7536e76e0cbc6582bcf9d35516124075c8c68d9b1e59 0.15 MB 357 222
222,142 222,142 00000000000001abb740e3faef00590d95a8900ca6a58cdcde82b4302ccda623 0.05 MB 118 34
222,141 222,141 00000000000000784395344989448025b4e8dfb974f0caa01e2381ce07346f42 0.20 MB 383 142
222,140 222,140 000000000000039fd2a78ccd576c8cf5a388cf23928e71e8937050067379f618 0.29 MB 454 130
222,139 222,139 00000000000003e7b17b89c30d3d7709421f84747229033ae0280c91989afdaa 0.00 MB 11 30
222,138 222,138 00000000000002316a2baa4116013b3bac5b569dfb10aa1d8d0e29e644345751 0.05 MB 121 28
222,137 222,137 000000000000009e5898b5c3be12e913f0722c56bdd9e91bb9baab8577f85dca 0.25 MB 575 181
222,136 222,136 000000000000012d6aec82f775d10296d22e9a4a00cf3a207881d83e94bcfcf7 0.00 MB 8 161
222,135 222,135 000000000000041004949480f595f394a66e9514f0976401851f7b67abba51bd 0.14 MB 286 241
222,134 222,134 0000000000000086a3c027ac7f4c18ba6032663a8e94c3b51ce2b5ef7f7c6760 0.13 MB 310 175
222,133 222,133 00000000000003bc9e6882c70b9a57cb57d9ffa4a10541faba6da71e8d9e427e 0.16 MB 194 100
222,132 222,132 000000000000042797f0190d3ab7f27d7a7467dde5e015eab1ea7679b4c02816 0.02 MB 25 44
222,131 222,131 00000000000000fcd2e8f8b61aa4990001946b1466359135ad5399a11352c67a 0.15 MB 295 314
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.