Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (551,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,538 356,538 000000000000000004a3920303d59b5b26ae7a69dd91b4264f5e74824c628cc5 0.10 MB 79 6
356,537 356,537 00000000000000000212ee9b3b6e9b12ef205c3a76b94314f4b547ebc12b0a7c 0.27 MB 582 24
356,536 356,536 00000000000000000ecf80943a8ecf976c97bdfeb436c6084c83687ffe535c85 0.31 MB 498 16
356,535 356,535 00000000000000000c4ba2805db8d5648ea613c2d74b3ad44a68b969fdce4562 0.75 MB 1,918 36
356,534 356,534 0000000000000000025305b8d150a08ae0dd2737fe178ecd9538ebbb1442d542 0.00 MB 1 0
356,533 356,533 00000000000000000199b99b6577de5ae40a06998681b07512aea1067e9a68af 0.20 MB 488 29
356,532 356,532 00000000000000000c6ad22d3028f38bd2329313353ee5daf3f4a77d251273fa 0.73 MB 1,384 26
356,531 356,531 000000000000000015160bef4ce8c13f2cf0eac9829523ff7eefca0db1976fac 0.47 MB 1,005 30
356,530 356,530 0000000000000000115d7463c6126929f120cc50dce63105e757d4c29c146850 0.06 MB 126 26
356,529 356,529 000000000000000009a7974cb8b1b597a5dc4518aa58041d4219656a7712312b 0.50 MB 1,048 30
356,528 356,528 00000000000000000920ca0e163b266218668359ddf310970b6f140905e2a28c 0.25 MB 473 26
356,527 356,527 00000000000000000420464c2b7f90f89adff719faf4582ecd1939aff94365df 0.17 MB 282 24
356,526 356,526 000000000000000012d99e0c0bafad313de17327430999563e48d71147e4dc4e 0.10 MB 138 10
356,525 356,525 00000000000000000c77820549f166cc011d5cdf09d0602cb517cad8008ab94d 0.20 MB 355 24
356,524 356,524 000000000000000011ff163ecaf8dedc1fdc1361cd515276dfce40d2908fe1b2 0.08 MB 146 22
356,523 356,523 0000000000000000103c3dabae91e465ee18866db8a50efefa27020591c0b6c4 0.44 MB 608 20
356,522 356,522 0000000000000000041c97081d166d8810e440381e560323fb5047431f72990c 0.63 MB 1,284 27
356,521 356,521 000000000000000002fe079186a723f8d28c55ddedb446cc386c9b28dfb73af7 0.00 MB 1 0
356,520 356,520 000000000000000001e816f5c0779404412b5f45100000e769f79b8bc0f54901 0.17 MB 319 26
356,519 356,519 000000000000000007252543f3489d5aa636ae6bbebe622305bce24c6bf5eb15 0.87 MB 1,562 23
356,518 356,518 000000000000000015198b5a6672d034918985b828f878bd7e5e68e377c70db1 0.75 MB 1,762 32
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.