Memory Pool Memory Pool Refreshing

3,906 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,829 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (652,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,166 255,166 000000000000003b4889ea32691888253ad313ec15d31173acfcc1a691a06079 0.07 MB 152 104
255,165 255,165 0000000000000031edc3d24ce95e8be79a654b7560f20b7d02a0bcbba085b342 0.35 MB 898 92
255,164 255,164 0000000000000000e1597c26fb1eb731de40bc8d183933e59563ef47241c6d3a 0.25 MB 610 159
255,163 255,163 0000000000000027467700db595d069733b3add97c674e12f31c728a4ae3a6fc 0.06 MB 111 47
255,162 255,162 000000000000003069d400e78b747c9e8cfd4e856006e89caa4d6818941449fa 0.16 MB 306 88
255,161 255,161 000000000000000e6b475798b2571e76ae41faad312f3cabfbd448243600c29f 0.10 MB 139 69
255,160 255,160 000000000000002dc258935773485263914fec850eefed460d62593b8c745461 0.11 MB 275 112
255,159 255,159 0000000000000035bae16b3d63066bbc3eb604bd26ea592989dab471c5c92c45 0.20 MB 467 104
255,158 255,158 000000000000000222afaedce7c3fdbf7c967e5776d8b38d0c09b4cd5797cabe 0.15 MB 367 110
255,157 255,157 00000000000000077381a7848fa5059ee5c038e0f8083696d61f8d253fc0b130 0.09 MB 171 91
255,156 255,156 000000000000000e4b1161b3121fb0ddddfb7933727bad1603b6b768e7333697 0.07 MB 120 34
255,155 255,155 000000000000000f919481e13167a4a14964c379ff6bbe8a26fc0081537fe795 0.19 MB 385 99
255,154 255,154 000000000000001857a91b77052d81b6b6d9438493a8621b2edbe2945f742a02 0.04 MB 129 89
255,153 255,153 000000000000003f0e0aa2097d5d965b489adf21fb7a27edb8da688af31c5562 0.20 MB 479 93
255,152 255,152 00000000000000322ff0ff5b4910e569ab8fdf4cb291b3d16cfbf8f23ea57eae 0.25 MB 506 125
255,151 255,151 00000000000000179239b24754dbf5ca24d9e79e132cc25340702a4a588e8936 0.07 MB 173 109
255,150 255,150 00000000000000405ed08aead9ad02fac228800fa5700444d5b415b805634593 0.01 MB 31 101
255,149 255,149 00000000000000114b95f70c69bac71459d365d43df2e58e792c6c9f6b189e20 0.09 MB 166 113
255,148 255,148 000000000000003c13e4d0477f37a39897c03c91c783b0554af48ecbf4638e33 0.03 MB 52 141
255,147 255,147 000000000000000a35d6d2e78c00bd4d5408b186d9b5351c754668176ca48a58 0.02 MB 36 70
255,146 255,146 0000000000000033159c863a0bb44a08f5cfe10f5b0785c1ccb2119a31cbcb4c 0.03 MB 66 73
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.93 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.