Memory Pool Memory Pool Refreshing

7,002 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,584 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (21,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,397 886,397 000000000000000000024a13ff4aaa45866bc1c1e7c0425b8a0aefbf8750bebf 1.48 MB 2,479 2
886,396 886,396 00000000000000000001319083fcf03694056b0e7952eb65fb673873ca7d091f 1.60 MB 3,369 4
886,395 886,395 00000000000000000001837c68473e98b11f6e5feedd2518a3d5a8c0a6d9ae0c 1.65 MB 3,533 4
886,394 886,394 0000000000000000000185b815194b5e3295c74dc603069d20cfbb7e31cb93ef 1.54 MB 3,472 5
886,393 886,393 000000000000000000020241eca6a0f51d99bc6ca1b05a4e93f9ec4b5ac8f506 2.01 MB 602 1
886,392 886,392 00000000000000000000e2e27bf7792f80352a0544faa197009a2088d2c1f7e1 1.89 MB 1,369 2
886,391 886,391 00000000000000000002312127eba0ce1686aa74d14af17513948f5839e4e8e4 1.79 MB 1,609 2
886,390 886,390 000000000000000000019177d638f60e949cb85f27f178ec3eab3ccf688a3b9b 1.92 MB 1,342 2
886,389 886,389 000000000000000000028631159e1ae70eed5b308099206e4cfe109a7a77658a 2.09 MB 432 1
886,388 886,388 000000000000000000020a445d3f49768ff477e14b2bbcd71fe06c3d8879bd97 2.14 MB 326 1
886,387 886,387 00000000000000000001d30f892e88a35abe1a46a5b01ff66585669f944b2279 1.90 MB 1,096 2
886,386 886,386 00000000000000000001e81026f999bf69d9a9ebc3410e169d1523995763a444 1.63 MB 3,476 3
886,385 886,385 00000000000000000002486a7cf70497ee8a9d72060c66d8764a2be51c0a36ae 1.42 MB 2,804 3
886,384 886,384 00000000000000000000f95120f21209dd007c587d879ab8702a2347365fd888 1.61 MB 3,404 4
886,383 886,383 000000000000000000010f955ff17a16a22991b6914a71a91847132e455614cf 2.16 MB 102 1
886,382 886,382 000000000000000000000b7aad55e5f5ad2227d3e584cc697106987c7c545198 1.99 MB 793 1
886,381 886,381 00000000000000000001b76a5fef52cfc9ebd84e6c3d4989668a98d26aa93cbf 2.14 MB 488 1
886,380 886,380 00000000000000000000aee877579766e00fdc8577ea3880afdb11a5cec85261 3.04 MB 274 1
886,379 886,379 00000000000000000001966ba3fb030cb1c1b63c841f52b4a61b305f9e91d8f8 3.02 MB 994 1
886,378 886,378 00000000000000000001c7c0b8a1a467a48b807a3b90b0b360cfe787f9cd8ad8 1.88 MB 2,766 3
886,377 886,377 0000000000000000000178d2b2c76d91464833983e1c0e1c363f97d85d4dcfab 2.58 MB 1,215 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.