Memory Pool Memory Pool Refreshing

6,146 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (705,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,806 201,806 000000000000026b2bd8b09d7642106e07b77810e33b422699dcb4a51ed32e4f 0.27 MB 561 396
201,805 201,805 00000000000004eb9d40ac06ab77e4fea51b1fecb16a52566a833588d5ec3b8a 0.11 MB 247 489
201,804 201,804 000000000000040547272fb6fa24034530c70d0071ecac31f045752757b2f58d 0.12 MB 228 313
201,803 201,803 0000000000000132bbaf1f8fbbde1f9710e1bcc62161d06d94c536a7924d665a 0.32 MB 551 81
201,802 201,802 00000000000001dfce3aa472d1b14b76f97741ea64ffc35b95f03a5c80ff17c3 0.33 MB 716 203
201,801 201,801 00000000000001ce5fedd19e5351d8a50240cc0a89deccca2e01aa277a24fb3b 0.00 MB 10 154
201,800 201,800 00000000000005451e9edc12b216691991e6de0d3bdb969085d9f3818feb2ceb 0.01 MB 33 98
201,799 201,799 0000000000000432bc15ec8f2522e691bb58e6fa1d93e8914d2ca802d7f08cca 0.03 MB 63 58
201,798 201,798 00000000000001c4a22bb81f0870aeffeeeb3b540b86dfe932fabb45cba02e29 0.09 MB 203 174
201,797 201,797 0000000000000257fae0b354a832a87bde3c8d9f1f0e487c96fac40a3ea84c6a 0.14 MB 212 153
201,796 201,796 00000000000004eb1c13ae992224d55919427c0edb1735047a23fa5f149eae63 0.19 MB 503 236
201,795 201,795 000000000000004e010fa0e285c81d8673220c1709b06584dded01f12998bd65 0.09 MB 244 150
201,794 201,794 000000000000056c9dbacbf4933d7f8e13275004bf9049bb4454621b779670a1 0.21 MB 456 325
201,793 201,793 00000000000003158135330bc9e4385b8e982d17d3467c5ba20467be400db9b4 0.05 MB 153 53
201,792 201,792 00000000000004cc6aabd79f4ce19fa76e508cf2abf075f05bb87b5eb6081363 0.15 MB 403 227
201,791 201,791 000000000000001edbe7f7cfdf445c521680f938ed8fcde2c2008d7c7f239e3a 0.07 MB 128 116
201,790 201,790 0000000000000175b4ae1f112cdfd97049dee0c83a6a3120455d9644081368b5 0.00 MB 1 0
201,789 201,789 000000000000021523a5a99b42f6e603f69a59a0ea225d6f8cc87034486feb99 0.00 MB 12 15
201,788 201,788 00000000000004b025cdd88f1041554ea9bad1d35764fdbce496b9d24abdea11 0.01 MB 22 102
201,787 201,787 00000000000003af317cce48e8fd47f6ab24ffae70a1ed353ab8a9b9ac61eedb 0.13 MB 86 22
201,786 201,786 000000000000019f74c18c1b19a5ed4c0bc568184285b53de96d963b94714ed9 0.09 MB 74 99
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.