Memory Pool Memory Pool Refreshing

5,070 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,886 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (615,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,892 291,892 0000000000000000b3e98c0543c75c582fa192ea5369cae3da64a47999f20da2 0.35 MB 701 40
291,891 291,891 0000000000000000ceeb68c7594952e591d5f9df938811287054fa35bea92ce5 0.38 MB 630 39
291,890 291,890 0000000000000000b02238d39fabf0fbd853075e1aa1718fbbf738b91b7b865a 0.35 MB 353 19
291,889 291,889 00000000000000000663147a6448c4b5c68be96f9f00b9f655f309c5de115ca8 0.35 MB 848 28
291,888 291,888 000000000000000060be52865e21c890e35f6c7d27d379cd839901a4a8d2b810 0.25 MB 571 1,285
291,887 291,887 000000000000000016221998d63b3d9c2d920328c51f5af707d0d50c5f3b6859 0.06 MB 146 37
291,886 291,886 00000000000000002fd949770524eea54446adb70603a90a4c493d345f890e04 0.79 MB 1,405 34
291,885 291,885 0000000000000000bbcc531d48bea8d67597e275b5abcff18e18f46266723e91 0.35 MB 435 28
291,884 291,884 0000000000000000302e65482950c880eaec8b43e5f0573825c5f9fa81949ffc 0.16 MB 285 133
291,883 291,883 00000000000000009408497dcbcaecea134a69f246fc97ceeeb83c917da78e16 0.36 MB 708 39
291,882 291,882 0000000000000001012d1da1a33f3377db046bdc60e9d2200ba24a2ecd86fe2f 0.18 MB 327 36
291,881 291,881 000000000000000039df508957ab4a55b9cf29ac98aec0b7dde130daa5b333f6 0.66 MB 1,188 37
291,880 291,880 0000000000000000657de91df7a64d25adfd3ff117bc30d00f5aa3065894f4a5 0.35 MB 648 33
291,879 291,879 00000000000000005d18432d4ed57d1557100b549cde87b60fd84c3734913502 0.05 MB 128 39
291,878 291,878 00000000000000000f417711ad92c5ea9542d931b32788e51083023505daa9da 0.10 MB 178 22
291,877 291,877 0000000000000000118817efe0eb93d21a2c804de9291a4da699af283e3133ea 0.01 MB 29 35
291,876 291,876 0000000000000000dbbac6495217a63d81312b624b8e8ff736a74821949db14b 0.10 MB 131 34
291,875 291,875 0000000000000000dda2915c41cedb41a621e66489e8ee7a354ccca892c5dd40 0.28 MB 341 25
291,874 291,874 000000000000000101e502cb9e8b6b5bff7fece255ea114a0c571a8e21890a70 0.35 MB 781 40
291,873 291,873 000000000000000044a47450a7cbff646cb041246feb92fcf5197e4f0e5fa197 0.15 MB 361 43
291,872 291,872 0000000000000000a1adef964e28beafc83b4cdbbb5c669e8c40ba33ffc3bd83 0.50 MB 873 35
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.