Memory Pool Memory Pool Refreshing

1,547 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,533 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (713,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
194,507 194,507 00000000000001183362bd9e061f84c80ac805030483f82071a72f3c185ab85f 0.09 MB 223 140
194,506 194,506 00000000000001958053c390b9dd20042008d34e70f86e3d5be8cdd9f53d874a 0.02 MB 49 135
194,505 194,505 00000000000002de4dacef41dbe50a549dce75fcb9833d9a650e8b9a44854ccc 0.05 MB 142 132
194,504 194,504 00000000000006ceac9f89334df0365967e367402f479e4fc4131e4eeeec539c 0.01 MB 32 132
194,503 194,503 00000000000005d76a0297b3094a09db8a5f91a428079860d048a509afa6d29d 0.06 MB 128 100
194,502 194,502 000000000000043883aa7bc436244350f0ee45fc91a0e3f8dc380241abce1bef 0.05 MB 122 147
194,501 194,501 000000000000076d62b021071bdf56dbca985a30e0cc6005400deae38682b583 0.05 MB 134 180
194,500 194,500 00000000000003361d05c1c3be3f74f0e11315a60a3feca1c0af049018ad312a 0.11 MB 298 201
194,499 194,499 00000000000002ad83b234a8fed82c6268ea5c1f76817f3ebe00b28f45009dc7 0.03 MB 70 119
194,498 194,498 000000000000016f210325792db9df4fb8fa77b1c2cff94b3d6c6312743c4825 0.07 MB 256 28
Previous 10 blocks ↓
Total Size: 769.06 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,627.93 GB sent, 93.19 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.