Memory Pool Memory Pool Refreshing

432 transactions
0.15 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,931 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,930 (598,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,541 309,541 00000000000000001f79b6eae2c278aea6279e33e442d4cafd33bda3a422c757 0.51 MB 778 25
309,540 309,540 00000000000000003546d938518b4d384d15915dbe5f9107c7d5462f4bf5be11 0.11 MB 213 31
309,539 309,539 00000000000000000dbaa00c3b57365353c674592eec90a30d9e46902f46f576 0.07 MB 159 33
309,538 309,538 00000000000000003c467f941fcf4879e0818e9fe36baa0039b7ea9db2b84b7b 0.19 MB 392 30
309,537 309,537 000000000000000014b32136a9a5120b0087e864e91670d1b1a693a989dfb3f4 0.02 MB 29 24
309,536 309,536 00000000000000000101b7396f849ae8a7a12131292c340afd6fa26f0e63fb4e 0.53 MB 763 27
309,535 309,535 0000000000000000397766ae48a67e56f7874db752d2f5c9a2f2293413217df4 0.09 MB 108 19
309,534 309,534 00000000000000002ac2860c1c76561f9858ca43ea22da0639d9dfccd625d4a6 0.04 MB 128 43
309,533 309,533 00000000000000003f43cdaa4debb2bf8070507d27ff5a61af86e4770e6b40c0 0.30 MB 581 31
309,532 309,532 00000000000000000eed03d82db963e606c07c408e863e8a80e896ef1cf557c7 0.39 MB 741 35
309,531 309,531 00000000000000003dc1ec07dc3abf8abb3cccb6015752667622cd19bcfe9bb9 0.10 MB 175 28
309,530 309,530 00000000000000003606eaf825796e818e8b34cd2808eedb15feccc68b1aba68 0.19 MB 289 28
309,529 309,529 00000000000000001bd9049c24fe9776fbb0700e532b5fd866c8938e8f86860e 0.22 MB 479 32
309,528 309,528 00000000000000001c8dcea0eab48dedaf498fbc0e63afff56880e6e857aafc8 0.51 MB 916 30
309,527 309,527 00000000000000002bcd3a1745d1b7ad99999683afa2377af31561894acdd504 0.54 MB 901 28
309,526 309,526 00000000000000001179637ac000380cb365fafa8d5b1da1db6dc5684f36713e 0.04 MB 55 24
309,525 309,525 00000000000000003c22222e0226c4f5266ce3e77ca16a39483847a65bbc80dc 0.06 MB 117 30
309,524 309,524 0000000000000000176011cac016cdeb8536b81fc148f969279362bad455d33e 0.12 MB 175 26
309,523 309,523 0000000000000000191b55a647850e51df5934622a0a7a8a77ad9bfa199db7c1 0.13 MB 217 33
309,522 309,522 000000000000000008f24a576046ff149edd77730957d5f097d1431200bc6c6f 0.01 MB 16 52
309,521 309,521 00000000000000002fb50c7073351e140f435fc53d9541df825576eb868bf97f 0.01 MB 25 38
Previous 10 blocks ↓
Total Size: 769.41 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,644.86 GB sent, 95.00 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.