Memory Pool Memory Pool Refreshing

5,242 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (521,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
386,145 386,145 000000000000000004b6b248d13e141e370bb21cf846e5e8ddaeb00bad554ba1 0.82 MB 1,190 21
386,144 386,144 00000000000000000a834eb859d833a76024e8da907a7301f776fa8ac5fe01ec 0.75 MB 1,959 47
386,143 386,143 00000000000000000e34db965c9d449a1bca7f637eb2a116dcdb1da1fab5149d 0.32 MB 959 48
386,142 386,142 000000000000000002c5b97cc19a0eef1bb11e94bfdd2b620fac71c1d77395f1 0.75 MB 641 8
386,141 386,141 000000000000000006ceffbdd554a6d35e99ef5f2261a8d8fe680f318c0505f1 0.38 MB 477 25
386,140 386,140 0000000000000000098ed7c8ea7f507ed8d55614fb4b6a4e996a0b0d4f77e94d 0.00 MB 1 0
386,139 386,139 000000000000000009ee400d94bbb33cc681330efcdf0732e9588c467e1f83e6 0.12 MB 168 19
386,138 386,138 000000000000000002929b54f70eee176ec3223849b4af223fe577d511dbf6a1 0.10 MB 198 30
386,137 386,137 00000000000000000c56c230fa298a1a52f7e41696732813dcb27bc38b8448f6 0.45 MB 923 35
386,136 386,136 00000000000000000670bc8788f2641b74278685fa4a2bda9ba1979dc4c6988b 0.29 MB 436 22
386,135 386,135 000000000000000005b12bc18cac76266d40a086a7ed3e32301b3371f94bd366 0.18 MB 479 38
386,134 386,134 00000000000000000215e8d80efc8fce4c38fae2b4920e4fe809ed3bcf6a7234 0.14 MB 235 21
386,133 386,133 0000000000000000079e76ffc84c92f71e51273606f1d7193b141f6bf488cf0c 0.38 MB 624 33
386,132 386,132 0000000000000000000353dbb3c1ac46b953d4ade4927c3013f325e2a54a45c6 0.21 MB 380 29
386,131 386,131 00000000000000000e5d476005165b664f8f35895f8a5c939133a6cf839e9f8e 0.43 MB 338 12
386,130 386,130 00000000000000000cf440e28d90f947337935e4c197bdee4476ebf0bedccfd9 0.11 MB 217 35
386,129 386,129 000000000000000006fac434b29477ecfc764d8c83cdce4548d68248103b3b4e 0.34 MB 936 51
386,128 386,128 000000000000000007b045ddeebd1b4657d28f466929e6a85b67fef55feef2c3 0.95 MB 1,237 23
386,127 386,127 00000000000000000944a80d16257e8fc6b2e0afeb7867783768fae1d7cbf4ad 0.93 MB 2,079 38
386,126 386,126 0000000000000000071d3dd8fe5266c6d946292ef703aa60a6991731ccf5005b 1.00 MB 611 13
386,125 386,125 000000000000000006f2a625372c878359206b736e04a6f0ea4614194e5b0fe4 0.15 MB 359 37
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.