Memory Pool Memory Pool Refreshing

2,958 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (853,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,146 55,146 0000000000d60d720907b6683f492bd76c114b18bb28c6160362dd3250735a6b 0.00 MB 1 0
55,145 55,145 00000000061ad42e8e9624157879883175751a70b7ad8c507297e7e13c673a20 0.00 MB 1 0
55,144 55,144 000000000e24876ed6c786da24cc7da796226a1b3cdb8b08eea03a64224b7d80 0.00 MB 3 0
55,143 55,143 0000000003be97926f82124686f12d75947f76b827b567bef24c3997e206c042 0.00 MB 1 0
55,142 55,142 0000000010e6396ab2098ace16f17306a64b46d1f706ba4e6c8f4a1c14c925bc 0.00 MB 2 0
55,141 55,141 000000000afd8b648ec2cd68c5a4d39aae2a73cc16389be0d75ec1da7fb0fa05 0.00 MB 1 0
55,140 55,140 0000000010adb24de1258f79a685d62e37ff7b758a4453fe439ff1c1c088f041 0.00 MB 1 0
55,139 55,139 000000000fc9355fc7cfa895445927100d81a08161b8d684e4dfaf6150ff7f9d 0.00 MB 1 0
55,138 55,138 000000000254beba8bcaa349a20662b574afc51f67e49a21fb5e46fe5f6d7f87 0.00 MB 1 0
55,137 55,137 000000000bf6753b08b5f6d48fc6b90433e9af2245deeada33051070aea814f4 0.00 MB 1 0
55,136 55,136 000000000da8ea64793f12234a72723edc8b681b38ad2d9d674ba2dba4384f60 0.00 MB 2 0
55,135 55,135 0000000007e869e99ac24168a99fe29d7195022be3d36307b4abec7698170185 0.00 MB 1 0
55,134 55,134 000000000b896f345e1747553725d2975d0af2983d95015b768a5b90b65bdb10 0.00 MB 1 0
55,133 55,133 0000000013a028f8350745b58bd9a80b7b22dbcfb85f0905d32244e105a58cdc 0.00 MB 1 0
55,132 55,132 000000001151423839bfc53b2354806d9eab1d7b1d184146749da5440e2d6f3d 0.00 MB 1 0
55,131 55,131 000000000ed9a9459060d47e12c6e30895b241ddb7278105bd601587f34093d6 0.00 MB 1 0
55,130 55,130 00000000076a0a6fb1ac3bc0827b46eb84d0679ccb32ee7d1c35814dc7608c4a 0.00 MB 1 0
55,129 55,129 000000001318a53ab092f389dff427bed9d5ba2562ef8b0749010c207f452681 0.00 MB 1 0
55,128 55,128 000000000084738344f9db93bd763bd3e5c9c93e605ea4c347037f23a874861e 0.00 MB 2 0
55,127 55,127 0000000013245f85a39e2908b65b37551b690ea0eb020c1eb0f48cbc1e6c91ac 0.00 MB 1 0
55,126 55,126 000000000d2200b1b7a67c61e43ed5c2e7c2837dfb33a01b6f11571c752bd73b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.