Memory Pool Memory Pool Refreshing

2,658 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,109 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (566,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,236 341,236 00000000000000000af0fad84fd0c0b2e456ebc42c2bc56e12373586f29b6e24 0.84 MB 1,001 21
341,235 341,235 0000000000000000004c4cd218a552f416602f43d4b58acd8fab3519bea62a9d 0.74 MB 781 18
341,234 341,234 00000000000000000ec97f30d536d804d2e24fb44a18d7aa51fb618d09183787 0.42 MB 1,115 38
341,233 341,233 0000000000000000067376556313227596430810cc8173bdb7c325e281b4baf8 0.21 MB 343 22
341,232 341,232 000000000000000005d995157e008cf9557a3b3e2d386498b2f49125f555a038 0.20 MB 374 26
341,231 341,231 0000000000000000158757619a135df232542a28b746ce767ea4b9ed0aa2f5db 0.10 MB 191 22
341,230 341,230 0000000000000000138cf527a14bc6f35e6c418f79e70d17d7defdc4def8d52f 0.28 MB 267 17
341,229 341,229 0000000000000000198098e96ac3edaef8dc52494e1ff4d6b3f3e3734f4957b4 0.12 MB 256 28
341,228 341,228 0000000000000000045989473d24a692be92857825c8935370c5fad360111828 0.35 MB 754 28
341,227 341,227 000000000000000004518f99de4a5e4fba166df75e42e56bb6af5bf4ac2f52e6 0.09 MB 173 26
341,226 341,226 00000000000000000d789b22c90104401867c6ccd820b25390e3bf180088b538 0.92 MB 1,106 17
341,225 341,225 00000000000000000879816828333cdd8841a7d4586b698ddfc2acd7b2063e60 0.75 MB 2,095 35
341,224 341,224 0000000000000000005ed5aa9a35c2decd20eac4162a4ef0295258777220cb4f 0.29 MB 814 37
341,223 341,223 0000000000000000002ab596500f6b50c2bbbe853d0783e706cb30091be12032 0.03 MB 45 19
341,222 341,222 000000000000000011533eb40fd56858f5a1b2d13fb2de9638fb42e76382cde3 0.31 MB 599 26
341,221 341,221 00000000000000000467759d3e467560bdd796ff04c74aaca42ecd9a3b902841 0.09 MB 155 17
341,220 341,220 00000000000000001881e40b29bcbced5768a699d78fefe0e45f3ba68c229a57 0.29 MB 404 20
341,219 341,219 000000000000000000917e478d5508d192de9d0f548e24b20f9840ea8e6762f6 0.18 MB 337 20
341,218 341,218 00000000000000000b5bf8bba04ea48cb92e5fde77cc054c33e61a6189b0a7c2 0.75 MB 635 16
341,217 341,217 00000000000000000aee102b64b504f44d0f657c487a2e1a7378e70a916d2571 0.75 MB 1,727 32
341,216 341,216 00000000000000000caba1f0b685c85efcb568e5585872582c5f26dbdc6ebcc5 0.11 MB 206 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.