Memory Pool Memory Pool Refreshing

6,690 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (898,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,285 10,285 00000000cbb93957def7d9e9c8127f8698bcd048301e716995ea83b279b0d5b4 0.00 MB 1 0
10,284 10,284 00000000f37693724cc75a69ee0b4c6165419c5ea4b8683632928e8767c9355c 0.00 MB 1 0
10,283 10,283 000000008d4548943d7fd77645a80deb229507c2fd67867c41e1025327281110 0.00 MB 1 0
10,282 10,282 00000000732490012c804b5fc564b85a51d19c3118a192f173612df351ec011a 0.00 MB 1 0
10,281 10,281 0000000045b50879188f3effaf851bbfdd4f007ab5db6806f7cee7a7a4b360fb 0.00 MB 1 0
10,280 10,280 00000000e245867c08b47d1498f865bb562941a0b1f957e932d2a77c0fc3d11b 0.00 MB 1 0
10,279 10,279 00000000edb8f3284ce9754fbfa62560c038c07cdda8a2de2c0bca84a6013cf0 0.00 MB 1 0
10,278 10,278 0000000055af3659722a30e8c4a66f07537008856f5250ad7e50eb0c0f56e280 0.00 MB 1 0
10,277 10,277 0000000003ca64a6cc2a832898f662cf5e8d5969acec55fdd863d54e3761fa37 0.00 MB 1 0
10,276 10,276 000000001cd994281cc809d5e02296cbd2bb48047ec287b41bc6ce2cf16850d3 0.00 MB 1 0
10,275 10,275 0000000051190cf7c7ab6c0d79bf04c7cee98c08da018d3b89a42b7e5ffbf0f6 0.00 MB 1 0
10,274 10,274 00000000944d9d751d99d9722048afd9c35e7e67aa3e319eb04b77167da434e7 0.00 MB 1 0
10,273 10,273 000000003172fbc9e9a91643c52e624d59685bbd4f0171f123377e37525d12dc 0.00 MB 1 0
10,272 10,272 00000000c6679f2e331b83bb2b80d4e0a06dce253791ad58fc1d9aa2b24d2c58 0.00 MB 1 0
10,271 10,271 0000000049e6c9049676cb9d328f3e4ffd71bec98769d2841e01cda8fb74d653 0.00 MB 1 0
10,270 10,270 00000000fe83b6fd2883fd216c7d8675ecedf25ac4bd155e663c9e9c2ae8ac33 0.00 MB 1 0
10,269 10,269 00000000c81c54860c418160f8ce6f2bf9a1f129d7f5418ffcf63503c919cf95 0.00 MB 1 0
10,268 10,268 00000000bd673e884317d15c24c1ac21ed0f4f9b60bf533238fa0864101f3021 0.00 MB 1 0
10,267 10,267 00000000ff20f675735d528e99acd31c5eb2c2df4c2594734321453bb5c1f3b4 0.00 MB 1 0
10,266 10,266 00000000814c741110d0e8949de00110af86b6a580bd0eaf53cf51da2c63e783 0.00 MB 1 0
10,265 10,265 00000000a9ac03299b3f328c5cca1d220b33f5b4b29d97cad3d4a8d56b2e3d79 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.32 GB sent, 101.95 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.