Memory Pool Memory Pool Refreshing

14,139 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (608,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,304 299,304 000000000000000005eb9f09209261373a6bfc8e6ce612ed9b9f632f559771c0 0.45 MB 906 41
299,303 299,303 0000000000000000333c637bd2e6e02cb646895bd03660894ce51f7d0aff3318 0.24 MB 142 14
299,302 299,302 0000000000000000306d1a9aabba8eb0ef11ab99b298d918f6e8b1a60e16a85d 0.50 MB 1,167 26
299,301 299,301 00000000000000005afb3305c2454b681bdd51158c63e5c3fda4a882803e300a 0.35 MB 1,116 55
299,300 299,300 00000000000000005f15bd691e773e75ad809131b01d011839eaa559b3c25bf5 0.40 MB 776 28
299,299 299,299 0000000000000000780bf23c6c362c7bef066f26f1e6a5963ea15d7a03fa05b9 0.25 MB 468 39
299,298 299,298 0000000000000000263de62d2817bb74f35f6fed0bbe76801f47b2a7b8a49b7c 0.35 MB 814 44
299,297 299,297 00000000000000007addb8e544693cf3c2a516aa8e5bdd95ee878c3628829553 0.14 MB 256 32
299,296 299,296 0000000000000000422eb9cc2eb41ffd99f3b7a96eb4a0a67e52afbf3494bd90 0.16 MB 512 54
299,295 299,295 000000000000000070c0209dd00943a2b6081b51dc6456b5b4af55f70e9460cf 0.34 MB 642 37
299,294 299,294 00000000000000006050244ed6573a0ec9f381b5119734cc65fd32ae267b4e7e 0.24 MB 503 43
299,293 299,293 000000000000000055a16e504bb8839f32289b94d0ddf4ed5b4d1ec6d59382d9 0.16 MB 346 71
299,292 299,292 000000000000000044e85bc01d2d889956861e0fd63195629a64af86d04714a1 0.28 MB 723 35
299,291 299,291 00000000000000002f0515a9951ff900f6f6aeb5e0e0e848138e404f548c65ee 0.38 MB 703 49
299,290 299,290 000000000000000065e5e01076c03b9d6900c2b158345118e53d758532147df8 0.08 MB 95 29
299,289 299,289 000000000000000041136c5e7904909d75c5e57d7bc3598d01ddf0c25b96ff0a 0.13 MB 256 49
299,288 299,288 0000000000000000246850fed7dfd63178e02a8884a034033ffb612167e0beb6 0.33 MB 602 31
299,287 299,287 0000000000000000524d8595da37a1d54dcfa6939c1415b63f5df020511c9b84 0.34 MB 600 34
299,286 299,286 00000000000000004baee231b347d16b23211abd068946e23ba81c84ba347fb2 0.50 MB 984 40
299,285 299,285 00000000000000000e82bd10fd73bee969142fed20d908d955d060873ea4b138 0.04 MB 18 12
299,284 299,284 00000000000000006b3e9c2bded318267f45419d64690e0f321be96c5ed006b9 0.10 MB 178 38
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.