Memory Pool Memory Pool Refreshing

6,890 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,926 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (778,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,139 129,139 00000000000008725fa4dae3559c9c60560016c133204d82b397038ab5c85764 0.02 MB 57 946
129,138 129,138 0000000000001bc4586fe5cba2fa93ff4e7dbf3b1121881ede1c5bc12726e807 0.01 MB 17 351
129,137 129,137 0000000000001230be920ec45b147c52ddf3a7aa146b5be0b75dba02979c777c 0.03 MB 65 824
129,136 129,136 000000000000177aab71bc9c716849b4bd6c1ca3803c53aa0a6aea4085848797 0.04 MB 78 427
129,135 129,135 0000000000000aa1ea764837d5c9e9cfe9738d9af652f1b7e13fca22ce107229 0.05 MB 96 1,007
129,134 129,134 000000000000050a7e4455d185a12cedc4672e1434149c4d7836a3572d478dbf 0.00 MB 11 827
129,133 129,133 000000000000070161686adfabd8de3169fc142a663cb10a4c64cb3290ab05c1 0.03 MB 56 568
129,132 129,132 000000000000177d6c0eb3ac845ff3f1358f2e9e5e40e79fe4deabad847bf3cc 0.01 MB 49 868
129,131 129,131 00000000000018483a144664128b16cc6b81124a86137629269b42043e2c1f2d 0.00 MB 3 4,149
129,130 129,130 0000000000000f108c2d5a1c8c846ab8b336eec6d4bb31e8c3bf113f89f564ee 0.00 MB 6 0
129,129 129,129 00000000000008c7e898b48e9a55814301564cc4c48e8f53d73f51792bd24fda 0.01 MB 47 79
129,128 129,128 0000000000001d781e47323a719e6c4a4b2ef63bb3afc3023ef3946cdb0ebc7f 0.02 MB 50 132
129,127 129,127 0000000000000288570a401bcfeff956eba80a239b8c8ec766d961d942d2b558 0.02 MB 34 1,848
129,126 129,126 00000000000005113b7c808199c4ec1b58314bcc1e6ade287b703fd6936b2db3 0.03 MB 34 788
129,125 129,125 00000000000006b2f82a07fe6639fa0f286ae1602715ac35f36a3dbb81c0e943 0.08 MB 195 451
129,124 129,124 0000000000001bbe4bfecd9b80f1684f8b601a1d675fa9fa1419aa48ede57f84 0.03 MB 68 831
129,123 129,123 0000000000000fd13c4ba6b651cc01970b8dec0fdb74f6702453471b240de9aa 0.04 MB 32 2,628
129,122 129,122 000000000000038dc206d64f0789c668584e83e2c153294d869c3348afc85a67 0.00 MB 1 0
129,121 129,121 00000000000008bab4285c8f4adcafd3de8913b214d9fab83eb73b23f7665490 0.01 MB 11 973
129,120 129,120 000000000000140a8b065c6354f6de72faf9a731f082f59704637b426a289c52 0.05 MB 128 254
129,119 129,119 0000000000000c6f529669823c77467b1f8637b4e5306a10d88281693032bde4 0.03 MB 68 370
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, 114 incoming
  • Data Transfer: 1,633.42 GB sent, 93.81 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.