Memory Pool Memory Pool Refreshing

1,361 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,621 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (860,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,261 48,261 000000001e30e313c02b2b29c0078c21d9dcf7a46aaeb4f0686996f49e2623f9 0.00 MB 1 0
48,260 48,260 0000000010128a4130de6395b31b9d04511481b4bb0688f19587fa7a4b25e84d 0.00 MB 1 0
48,259 48,259 000000000f5b735ad2aa29ef86f1e2d05c241e9479d671d331535093a24038dd 0.00 MB 1 0
48,258 48,258 000000000d2f8b4ac22bfdc76e1a16df624e9e34c7778781bf478d42b54125ce 0.00 MB 1 0
48,257 48,257 0000000007d08253055e261ebecc59e2ac20a2335340129f529347975de45cc9 0.00 MB 1 0
48,256 48,256 0000000003bbc3f94e02a61b17eac66ea06bc93234093ac1c52dbacf5dbaaf8f 0.00 MB 1 0
48,255 48,255 00000000330d638f73adfcb2c6addbeae6f49dea39aef68e4676c24b095e5f3d 0.00 MB 1 0
48,254 48,254 000000002c1ccf90a154da0f9af566dbccfafff85efb641bff8289fb2e3380fe 0.00 MB 1 0
48,253 48,253 0000000022ca5f81f5f3d474b919992bfa8571d56ed8b532e69779aace7920b3 0.00 MB 1 0
48,252 48,252 000000002351139f2ec6e85c2c67c099a6356b0183f42e8a30ac8c6af8a822e8 0.00 MB 1 0
48,251 48,251 000000003696149fe753478524d37e13bbda2cec974645d31cd99507bfc1fea3 0.00 MB 1 0
48,250 48,250 000000000afa38d84b4c8b0f468607271ee276fe52fa628effbae3eb4c109e2d 0.00 MB 1 0
48,249 48,249 000000001f6bb6a6fa69f94a15f796587f3e53c738f1f82182e23f5cb3207236 0.00 MB 1 0
48,248 48,248 00000000099e9a21b8d230f16497e7a29eec70114d39350786abadb802a87c95 0.00 MB 1 0
48,247 48,247 0000000022add3c26d923c22f52aa0ceac88d10e05a222b1dd55049e45c57d3e 0.00 MB 1 0
48,246 48,246 000000000ceb279a133ce4df1fa64a48c696357b8ab822d3db5df368e2689ccf 0.00 MB 1 0
48,245 48,245 00000000022601cceed0f4b52a77e2ba9a5b83a7cfb14dab596f997360d53772 0.00 MB 1 0
48,244 48,244 000000002d4aa7810daf32818da2ce3affbaab787f4f2c6ad689a7bbb3b82c81 0.00 MB 1 0
48,243 48,243 00000000119065e6371171d739212c50d879ae1711b2c4d36cdda6451ebaff75 0.00 MB 2 0
48,242 48,242 0000000028d2dd5b027589b3aa429b5c65aa430b34d739abd2e6590c901b2145 0.00 MB 1 0
48,241 48,241 000000000ac94f5a63a8a1aba0e07f90ff7351fc1ac2489998ef1334761cb416 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.09 GB sent, 101.19 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.