Memory Pool Memory Pool Refreshing

3,009 transactions
1.40 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
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (713,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,528 194,528 00000000000003734ac3cb8dd1941ff191a92e85b0580584bf323e74f7f568e9 0.00 MB 6 0
194,527 194,527 00000000000005a5ed277e13ce2301de05e2b4ffe6ceaf61d5ed223f03ecfbf9 0.24 MB 595 124
194,526 194,526 00000000000005e41a47f9ae2e32dee2aa6e5800d5a884018dc75b47810c1547 0.36 MB 945 148
194,525 194,525 00000000000006bb172485de9d9f03ec8ac515481c9b29ec96fd2623d34585a9 0.05 MB 140 99
194,524 194,524 0000000000000744be5d3d1d2c6ddb0d53de4c9c6df762c19d3e9a5ca0c6c383 0.00 MB 11 150
194,523 194,523 00000000000001d1d4d8f582ee6a0e97397c2c4640bf97d27e0ce6760771ab45 0.05 MB 136 75
194,522 194,522 0000000000000057aef9d0014149502c67686391e961b7cb36fc3d04943d0b00 0.13 MB 394 162
194,521 194,521 0000000000000564ddba5920af375bf12d6bf2945661dfb9a220d893e532c944 0.03 MB 58 116
194,520 194,520 00000000000000439b8b7f353a4b305c60bd4ccc1ffd756b2d3baef9f5f5d287 0.09 MB 256 20
194,519 194,519 00000000000000cbcc7b31897328470eeecced5959ae236c6e46df45d68e3c65 0.12 MB 292 128
194,518 194,518 00000000000002249348dfc17d32235d98c9aa0246fdd9e34313b0eee698663b 0.04 MB 139 10
194,517 194,517 00000000000001a99028999204220704ad15b28b615f7399c9b05475529d0072 0.18 MB 413 115
194,516 194,516 00000000000004aec60dfa4b20b905895a6adf7b43d60d0f164255ea1a26b45e 0.10 MB 233 110
194,515 194,515 000000000000068b23f2749b32504af7791d3705d40d6a80a92f0a8f52b74e82 0.17 MB 469 149
194,514 194,514 0000000000000352bc947e883a0ec0edee8e72d2cce76ecea5aa358bfe3e735f 0.00 MB 12 15
194,513 194,513 0000000000000373687bff4cfefce4ce242c0a134f643b7650b8a4bf4a5e5ba3 0.10 MB 272 143
194,512 194,512 000000000000007a4b87b633be5193f04787d633fa0bd46f88b2896bca26ac5d 0.09 MB 230 142
194,511 194,511 00000000000003faa8781e8c33138a292635c5a25dd10d0d9e6ec1c2cf16d479 0.06 MB 161 144
194,510 194,510 00000000000002dd0b9ea413fc72fb11cf64dbdf8f28854009775ac5d12b29a2 0.00 MB 1 0
194,509 194,509 000000000000009c31190f6e81953b434dfa01f8dad15016a8bcc2e3b71f2993 0.04 MB 110 38
194,508 194,508 00000000000006600b70c8275ec479e8249850ad4256f85adc9215a5e2904ef2 0.06 MB 117 115
Previous 10 blocks ↓
Total Size: 769.30 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.68 GB sent, 94.44 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.