Memory Pool Memory Pool Refreshing

542 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (8,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,439 899,439 000000000000000000011ff735adf259f875baa7504ea22219fcf77b9c86cfb8 1.54 MB 2,325 3
899,438 899,438 00000000000000000001f36d1822d25f41a1029e86b3bdfd7f4a4784e091341d 1.46 MB 2,052 4
899,437 899,437 000000000000000000015159fdaa418da8fcf0f034523606f7218fb86c3e2439 1.48 MB 2,496 4
899,436 899,436 000000000000000000002d76f0bb6f19e3b0dc52171bf4c390aeb50ffb255348 0.16 MB 431 1
899,435 899,435 00000000000000000001f680959044cba3ec83619b4505136c785562179ae57d 0.65 MB 948 1
899,434 899,434 000000000000000000022eb49b30ce7b17724ce0163bc9fcced200a6d562cc48 1.54 MB 1,799 3
899,433 899,433 00000000000000000001c861a6d5907e0d4df9850ebe2596f52858adb42a00ce 0.87 MB 1,581 3
899,432 899,432 00000000000000000000d9d40295c5b0a7a5ffef8d7c84bb5d2a56c94262d681 1.84 MB 2,532 2
899,431 899,431 000000000000000000005fef601fe5269a8b724eb73cc9485f76e172fb4ff380 1.30 MB 1,098 3
899,430 899,430 00000000000000000000389fc4b30b4d42e4872dc505134bdd503ba9e574500e 1.59 MB 3,605 5
899,429 899,429 00000000000000000001235bbbb754ba2474ceeeb01cfa47d3d02fd2cb4b0071 1.48 MB 5,164 7
899,428 899,428 00000000000000000001d67d4be28837464e00a1cf21199d29f0fee2c758b78b 1.04 MB 1,263 1
899,427 899,427 00000000000000000001acb1d3c558fe84560f2aaeea5983a0b2d2c5e986a976 1.34 MB 1,568 2
899,426 899,426 00000000000000000001ae13aa132f9148e8e45f7aa2d3d7d9f3b95488197f53 1.53 MB 3,253 4
899,425 899,425 0000000000000000000161c04ea57a644385cb942f70b66f1a29bcd117f147f5 0.35 MB 673 3
899,424 899,424 0000000000000000000113ff55b8fe7dc107f3d9ecb00c2522eb15195a452b79 0.34 MB 456 3
899,423 899,423 0000000000000000000100d9b2ca6c48b7a1980a8c37b252bd18167c8d2baab2 0.55 MB 1,034 3
899,422 899,422 0000000000000000000201d91a9a93cab6ffe302f990689bf327d1ffc91cb032 1.50 MB 1,357 1
899,421 899,421 0000000000000000000156a72e987d36eb1ac15029899a7c931fbd804468d93e 1.56 MB 2,197 2
899,420 899,420 00000000000000000001c94902530accef1066de93806d228b011622b81dfa23 1.01 MB 79 2
899,419 899,419 000000000000000000001ff7b4eeea3c592cd82583216be0046edc15707b2745 1.56 MB 2,985 4
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.65 GB sent, 93.64 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.