Memory Pool Memory Pool Refreshing

1,829 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,823 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (165,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,566 742,566 000000000000000000042a5aef361e2ea1040c37093139d994a5a5b176df675f 1.55 MB 1,399 4
742,565 742,565 00000000000000000004241a980e23c37c44e62ec5d87c8b06d8f936f9fb5ced 1.36 MB 2,338 3
742,564 742,564 00000000000000000003e7fda6a12fbc91b180e65a00680ddf97c9e755e3e1ed 1.65 MB 2,104 9
742,563 742,563 00000000000000000001b4af5907add5a67acd6924a280a224487d44853e61dd 1.76 MB 1,372 7
742,562 742,562 000000000000000000015324b5098710d0d89b2789005c7ed63c6a108c25c83c 1.16 MB 1,005 8
742,561 742,561 00000000000000000006d4ea85a643dc9f055f945e09057cb187cabc5eb12e33 1.48 MB 2,190 14
742,560 742,560 000000000000000000035f03ac39979cc01e8ccabb5a069228f9f1d4535e2d9a 1.64 MB 2,733 14
742,559 742,559 000000000000000000092b4a82fee30da12bc54d99738d6490dd167a5ef2f772 1.37 MB 1,669 2
742,558 742,558 000000000000000000031056edd9817e89b6aa1d2195b1e6b4268944938184c4 1.49 MB 2,612 5
742,557 742,557 000000000000000000040f83717cdfc79ff5a38b3d64d9b4318fe41b36504692 1.20 MB 1,131 9
742,556 742,556 000000000000000000086c09cfcd136d07e9b1fbe6aed9660a9cea37bb860984 1.61 MB 2,623 11
742,555 742,555 000000000000000000093f24b1e14b76788ece71b541782fe7da413b9a3d8798 1.55 MB 2,147 13
742,554 742,554 00000000000000000007bd97dec5de4a14769bc6023d43f0f34ff873d2529736 1.62 MB 2,518 18
742,553 742,553 0000000000000000000813d71fc0050cffb30be53e6b9ed7f1952eed3de68d43 1.55 MB 2,762 24
742,552 742,552 00000000000000000002f258bf2bcdaac72a42b2b7977d0b91b675bcf738a7a4 1.48 MB 1,960 3
742,551 742,551 000000000000000000041efea5b227e17b272306eb2c173e321e512336bcaa99 1.36 MB 1,362 7
742,550 742,550 00000000000000000007eeab08985f8de5e8aea411e2e1ed6f6fb8f7f162bc3c 1.42 MB 2,989 20
742,549 742,549 00000000000000000008506b85602b0563314fda3d7ca1d95c0c3a51b875aafd 1.67 MB 588 2
742,548 742,548 00000000000000000001ea3251e209cddcc91cd9c4601b5c55fe993bd68b4ba3 1.32 MB 1,277 3
742,547 742,547 00000000000000000005832c0b7589c02a8b99628abdf32da7505ac83ffa2136 1.64 MB 1,841 6
742,546 742,546 00000000000000000002c59351522581915b5963e1af18237a38f7e0af4788ee 1.71 MB 1,397 5
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.