Memory Pool Memory Pool Refreshing

4,048 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (778,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
129,118 129,118 000000000000154b85d604bbfc6b923954512c45468645367758629253e53bbe 0.01 MB 14 2,370
129,117 129,117 0000000000000bf090b9940de53fdf9a33e7ded29cb6265e963fecef353b7a19 0.01 MB 19 2,222
129,116 129,116 000000000000186c134e87d70a83686286789a6e711d8821266951a4b10e95c5 0.01 MB 17 336
129,115 129,115 0000000000000e1986148e75a5a837621aaf9f1b6b3556c5d62bde3a2d05e0e5 0.01 MB 12 722
129,114 129,114 00000000000019bb3847cc836fe27ab1bc3ac8265e3dcf468530ad9debe3cce8 0.03 MB 24 820
129,113 129,113 0000000000000db88095286cfdd051f4f90acd596349f1eb1a9b436e0dac5f9b 0.03 MB 98 319
Previous 10 blocks ↓
Total Size: 769.20 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.87 GB sent, 93.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.