Memory Pool Memory Pool Refreshing

1,782 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,681 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (755,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,512 152,512 000000000000092b0d659bdcf709a6eb9e4f899fbea36ae1c6dfa8a3967bb838 0.02 MB 21 82
152,511 152,511 000000000000096452f38ba87d8863f0eb419ad13bc9d50dea79a474432d327e 0.00 MB 9 145
152,510 152,510 00000000000008f4ac41fc24c4c918d7a3acd9e8c1ae5f6fd31788507c253200 0.04 MB 112 115
152,509 152,509 0000000000000d542a7d91966fe41766f5ac35979a4a7b14d48101ace30269d5 0.05 MB 102 203
152,508 152,508 00000000000002354b6ddc096782c8e5ccf9737157de40ff154eef244ab572fd 0.02 MB 58 85
152,507 152,507 00000000000000b4306faa495b6ca34b7e10ad00ab07f8d29ddddcab130a78d6 0.00 MB 13 16
152,506 152,506 000000000000070aff4215899caf01503cb6b2efdd47b8a0b77ad7020fbb449c 0.05 MB 130 39
152,505 152,505 00000000000002a31e57424f564c297f7d5bd08fd90dcc8ba43a8204408ac0d0 0.02 MB 71 157
152,504 152,504 000000000000044c17ebf3327ea0eee3972d79d9a950a78097318bacce9500e1 0.01 MB 26 125
152,503 152,503 0000000000000351f4f47eac306c1c9d3fa858cd43235c8d0f752da72d9e5d2f 0.02 MB 47 286
152,502 152,502 0000000000000c0d208fd4dc55bbad362d185d7f117d67f6a1a7ea81746ab66a 0.03 MB 40 84
152,501 152,501 0000000000000c695dd00019702cac28244192faa2baf641810904280dc4aa07 0.01 MB 25 91
152,500 152,500 0000000000000d96acf6528f443ef2c4695a1f54aa044f315c3c176b78bf1443 0.00 MB 16 220
152,499 152,499 0000000000000b30e1df8fe11cea3c021674c04dbdfaaea96e686fcc672d41bf 0.00 MB 7 53
152,498 152,498 0000000000000169f0c622e5e2bfcf7f7a4251980843d2a7c7eebfb18c60d251 0.03 MB 75 118
152,497 152,497 00000000000005d80fda046ad30eae0296b1e50863d02f519c16f15c1b62c6f0 0.03 MB 59 20
152,496 152,496 000000000000046961e2512cd06971a5bfab72daa467507b82e2f4b102fbcfaa 0.00 MB 1 0
152,495 152,495 00000000000000c8a9ed79f7e22f15f738806966887861a253f8ed9be11c2a7d 0.02 MB 33 137
152,494 152,494 000000000000020375a8e1e93fce96f3f7697e5d66766cd1f5c51da719559a63 0.00 MB 15 348
152,493 152,493 0000000000000932214357d16e1a072085b14e840ac97cb4faeafe317692160d 0.00 MB 6 1,120
152,492 152,492 0000000000000b653a879c49c8d4f5d542c095b880469a9be2a280849fb6b60c 0.03 MB 97 11
Previous 10 blocks ↓
Total Size: 768.95 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,613.67 GB sent, 92.52 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.