Memory Pool Memory Pool Refreshing

3,470 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (708,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,032 199,032 00000000000001d84f343f2a024a85351c526647c35ad8b9919cd6e3a4653126 0.07 MB 210 96
199,031 199,031 000000000000004dfc52b908c412d4b194b35cb46f06b19a3e2c62311ac4ef4f 0.07 MB 143 109
199,030 199,030 00000000000002b6925fb3dd07f4ebafe4eca7eb045f424b9a641f7ce0833c8b 0.02 MB 42 86
199,029 199,029 0000000000000379f49bba35b3350d9477d947769a1914578f43174d97b9e951 0.04 MB 98 85
199,028 199,028 00000000000001398f5b5216bc615966157950fb9c8a43f202f7907b69490755 0.05 MB 137 56
199,027 199,027 000000000000014818854131e9c9c5d5d657f139e0656f5b0152abf3a58a94f8 0.20 MB 409 92
199,026 199,026 0000000000000224f84d52424022fb428cb29365857aaa6523ce97d3693794b5 0.30 MB 607 110
199,025 199,025 0000000000000294acf12c3e106d9e132c8a3d240db9ade114da63582d3c93b4 0.13 MB 242 113
199,024 199,024 00000000000000abbc5e467bfdf66cf57bf30ad1cc7384f2e415d39b45f4bab4 0.06 MB 133 139
199,023 199,023 00000000000000828aa6d4a1dce33345ef03eb860682431289a19787160522e5 0.00 MB 13 0
199,022 199,022 000000000000025a77cefd0978e8dc0d6527b76a9b105e5e1b22bd059727fbe8 0.09 MB 177 104
199,021 199,021 000000000000008750f2d21c58d8969c9681f53b051cca4f0d881da3bcdd308b 0.04 MB 86 96
199,020 199,020 0000000000000627325ea210804d38a20be9897aace42328640acc1e3d0dbaa2 0.07 MB 144 142
199,019 199,019 00000000000002b23b10f60d0892fc58c35a3ba7cc2552deeae43b5ea1e2ac8a 0.00 MB 10 76
199,018 199,018 00000000000001c1a01fd0100112d7ddd082abb58c7af0b06df8fdc0c890acff 0.08 MB 147 92
199,017 199,017 00000000000001e3a5635895cfa5551cc9de995350f393ea4ee97d5ce31e52cf 0.01 MB 22 116
199,016 199,016 0000000000000354eec65d0c2c24ea9bb7886601c1b9fa5e2ce8308c82c20746 0.25 MB 432 89
199,015 199,015 000000000000056dcb94b7ebb40ec08fc87c12cd9b3a854749dc6c6bd7700581 0.00 MB 10 53
199,014 199,014 000000000000029a183b30123a07b41fb19e81abebdfec1d5fc5361123177a60 0.05 MB 120 152
199,013 199,013 00000000000004143a5f79a21a4f25ee5f63686fc7c5d30202d09b8b391856af 0.03 MB 105 34
199,012 199,012 000000000000022f98667e514370e34e597e5f2199c86d26d5456729e16f5d0c 0.05 MB 98 100
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.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.