Memory Pool Memory Pool Refreshing

9,954 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (620,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,562 287,562 000000000000000116fb15bdb8b2b0bde0df0643da2c8c7709d9ac4a20a03be4 0.03 MB 27 6
287,561 287,561 000000000000000137a780c38b17880a292250e22de37a15dc5a5d98635b10fb 0.00 MB 8 20
287,560 287,560 00000000000000010c320e37a48dc808aae2f22c284a58b3400bf72e190ecc91 0.10 MB 184 32
287,559 287,559 00000000000000009763a185ce52c07903848f1a7e1a17ce5b52115737ca4ee4 0.00 MB 7 21
287,558 287,558 00000000000000001a9da98d6658d1dcd612832723639d5424581e01f0a15f1a 0.04 MB 66 28
287,557 287,557 0000000000000000bae199d8cd8c09af039531a9643c396bf42e90e5e2e7ad46 0.11 MB 275 38
287,556 287,556 0000000000000001375286b8d5ba6dbc3ad878adb7d591a526ba73ea09a02bd6 0.11 MB 162 28
287,555 287,555 00000000000000003d39c1410c282b069c24c7357f19a05ed9cc7402cb9eeea8 0.10 MB 156 21
287,554 287,554 00000000000000008cc1da0abfc509f6239fb9044200579b5e03cd2e4ae8f69c 0.03 MB 65 64
287,553 287,553 00000000000000011b7c3a6d688d9f8cf045238567e14f368785a7ab3e88968c 0.14 MB 283 41
287,552 287,552 0000000000000000e3e968769e93920fed9785b37c8745319f5e3f1e4ea49307 0.08 MB 166 32
287,551 287,551 0000000000000000f3796f2ddeaa6532c0a802c1310d9c135dbbc21ff0bd7291 0.03 MB 45 21
287,550 287,550 000000000000000043b1f9aa8ef52342605bd971dffe8579d9199564a368d454 0.05 MB 68 37
287,549 287,549 0000000000000000be73f193f49758472f3c04d3e70935d5fa3105dd72f98cba 0.18 MB 322 39
287,548 287,548 000000000000000047c4d8cd47b1411730257948aa1b65f11869f3d11e72d987 0.13 MB 153 23
287,547 287,547 0000000000000000f06ef42140a4a35b8d2890ce7008d0b02f994dd48b4cd332 0.03 MB 58 61
287,546 287,546 00000000000000000d504cfd4ac296c3aec42ad0cc38edcf3a81c97d86384fcb 0.29 MB 267 19
287,545 287,545 00000000000000010ae8684d0dad1bad1f84cd2af28b505fc4e8229df98db804 0.35 MB 704 40
287,544 287,544 0000000000000000af0ab47f694a203e0e1977e3e569a4d87b559baee92fe585 0.03 MB 62 70
287,543 287,543 000000000000000136e1499ba5b373ab84ee604fe4c2b4828b021a55b4716818 0.14 MB 243 35
287,542 287,542 0000000000000000236aeb1cd38aac6f9b29b909ed37589699634b00834fe224 0.09 MB 143 33
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.