Memory Pool Memory Pool Refreshing

4,165 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (904,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,154 4,154 00000000881a84e0b4b78c221ca646b9ff5c29a5b1a7329fe8d14b004ee03ee1 0.00 MB 1 0
4,153 4,153 000000001a3b51c0442865280c85fd2077d92840a58f6a22c29a8841983174fc 0.00 MB 1 0
4,152 4,152 0000000028e21d8670cd0be03ff2b4de82a7982a27961fc49e658e5e906b3744 0.00 MB 1 0
4,151 4,151 0000000036c8118cae642fadc55b7640a689e14d9ffb076d794a3ee8fe3c8b98 0.00 MB 1 0
4,150 4,150 0000000087bf3306d466c50bd7da99e3c77e11622b64b965ba52f939b1cd10ad 0.00 MB 1 0
4,149 4,149 00000000875cc9366cc1cf79163277797e43e75240e75737e01e928de9fe6198 0.00 MB 1 0
4,148 4,148 000000004eb12c2afed1b5ac4950557265e39df441f0d74cd3a67d334d39368c 0.00 MB 1 0
4,147 4,147 0000000018685c7be119b5f0cc0ba0c0501883280eff81e5e6b1c479f0bca5db 0.00 MB 1 0
4,146 4,146 000000002fd7ff7c739cd4e586da08320445736ceb85a4b215cc4778d4aa473b 0.00 MB 1 0
4,145 4,145 00000000370cf14d4f0296008a935cac77e4f2eaa3566e2c566c01898a3c2ea3 0.00 MB 1 0
4,144 4,144 00000000a82fca5d735979f3a709eb5f6f18af05deefbb1f11a58d7a371dcda6 0.00 MB 1 0
4,143 4,143 00000000c24906f6de8c706f25a59e79580dbf5d7f606326c6b5cec053a66b24 0.00 MB 1 0
4,142 4,142 0000000039dd9ba80ede5c3c4f023d60ca8fde3c3008e10dc8ad5f01e0005f61 0.00 MB 1 0
4,141 4,141 0000000068e5fa5b8234dc167d7e761ce7888c2db5810b32ce4ebdb133159a12 0.00 MB 1 0
4,140 4,140 000000004edc3adfd6d3afe58427334b81c844f54a54e78f034d417c2290233d 0.00 MB 1 0
4,139 4,139 000000005279a4a3e26637d5fc36a404667b0410844eddd9db19c7145ddd03f4 0.00 MB 1 0
4,138 4,138 0000000081a53e8972a09bc6724ee2686f6998261ad51f902f75adf941b442fe 0.00 MB 1 0
4,137 4,137 00000000097559226f21bad95c5376d61ffab63da57945e9d42292100a4dffbe 0.00 MB 1 0
4,136 4,136 0000000063ea2e3ce28c3b9e502491af8da703ae41980c39b6be0ee383239179 0.00 MB 1 0
4,135 4,135 00000000e509664c7f625d7e7d67ac8d10a15997198753aef1b42d918590cc7a 0.00 MB 1 0
4,134 4,134 00000000d79d0dddda3752ba98951f58bee4340b20ab51bd903cda75849f34ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.