Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (604,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,270 303,270 00000000000000003fe01d7a4f73566f6bd9a5cadc7276c52ea52742e3fd457b 0.19 MB 362 34
303,269 303,269 000000000000000050b9b6947381e4825af59eeceebf0ffd1d3053a86c280dba 0.03 MB 78 31
303,268 303,268 000000000000000023211726e7db77b71d228f1903b1e1a776bb5a7d12abd534 0.47 MB 862 28
303,267 303,267 00000000000000003abbe64e379ad38200638c7a064cfd3e1cf3bc82ffb49e7f 0.01 MB 10 17
303,266 303,266 0000000000000000262c354d11c4cc83c563471ec1a52a99da3fa92aa6ed071d 0.02 MB 50 33
303,265 303,265 0000000000000000376f53ebfa0a692acad580d5c1aa863b8707b3e15f1edb5d 0.01 MB 30 42
303,264 303,264 00000000000000002af54ce4a2d5c1b35ffadbbbb5ca1cc31035c7facbbeea1f 0.20 MB 459 35
303,263 303,263 000000000000000042224962c7f7c5329b7238754a64218a78f7bd570e56a7c5 0.13 MB 268 28
303,262 303,262 00000000000000002826ed57450a277f894aad26e861a1b55f380db62d22a3ce 0.09 MB 167 29
303,261 303,261 00000000000000004d4e335389ba092580c364314ac7b4e99f1c0b514e4cdd38 0.03 MB 82 32
303,260 303,260 0000000000000000674221cdc4b090bce0b2708381ede5e4d49f95738a97c0f1 0.23 MB 514 35
303,259 303,259 000000000000000034abec3f328d9dc46189df51ed16232f3ed0c9f161744f5a 0.09 MB 203 38
303,258 303,258 000000000000000057ca237dfdf879466b3ef1a6f0ac3461c62adc8b7ea8ec7b 0.03 MB 49 23
303,257 303,257 0000000000000000487292bc6b9ae0ad846a908207ebd1177eb7a71339c5e2b2 0.11 MB 187 27
303,256 303,256 0000000000000000444009f4b07b942cac795e125386b8a20860132c4c5d7bcc 0.02 MB 35 27
303,255 303,255 00000000000000003930122f048abff5a3ecd3c82bb391040985949af4d57c92 0.55 MB 1,008 31
303,254 303,254 00000000000000002f6d526c8fc6c9fa33751da5ef11b09fb5b51e8e111e96d6 0.27 MB 424 28
303,253 303,253 000000000000000060e324620c21e32d8b436b7df21760ff0e8330ea2b73ce19 0.30 MB 548 36
303,252 303,252 00000000000000000b06e45f7203b3299cc44ad23740a43ef754653108feeef2 0.22 MB 319 25
303,251 303,251 000000000000000018ebe728e653d0ced8704b1ec88f8a93978d733ae6ada310 0.61 MB 979 27
303,250 303,250 00000000000000003d064dce6041a89b9b333d9300a633b42f85027aa7892727 0.21 MB 341 17
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,633.31 GB sent, 93.78 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.