Memory Pool Memory Pool Refreshing

8,744 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,267 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (547,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,300 360,300 00000000000000000a319eb6e855726d67d35e5091725f67cb086abbd80aeb2d 0.75 MB 1,795 32
360,299 360,299 000000000000000002a5e56031999e56dabc90c69e532cdbe756fb6557e38ab4 0.14 MB 307 28
360,298 360,298 0000000000000000018ed4671edb51c7d0dfa88bd0c07bd83401af801a15a73d 0.23 MB 451 29
360,297 360,297 0000000000000000154d6dc656390c62704f42b419e012635463e16e1d447d55 0.15 MB 267 21
360,296 360,296 000000000000000012f999b971016ed2a45433cbd1e6fbf4a00e2ae1aa3f9c06 0.10 MB 206 24
360,295 360,295 00000000000000000c156900cdccf58cd60e45e76de66858120819c969c6a2ab 0.75 MB 1,582 28
360,294 360,294 000000000000000016f86eb86380abfc39868b860c11881aaffebc4491e561ce 0.06 MB 98 6
360,293 360,293 00000000000000000fd3bda9af0de12e6f3365d41b3d502c784b852a27d21095 0.25 MB 479 29
360,292 360,292 00000000000000000b32e0ba1b3d92f917c154003188fd4fabf5677516ccb9d1 0.41 MB 838 28
360,291 360,291 00000000000000000cd74ac8a856aaa0eed141a146c810d6a9ebac7e8675f475 0.44 MB 923 35
360,290 360,290 0000000000000000090cabab24607a3e71d431dfa2ca96c1bf79a70d8f8362c6 0.48 MB 849 24
360,289 360,289 00000000000000000b95a98d4642c490ac6aeed703d54283ea1247b199c77349 0.43 MB 838 26
360,288 360,288 0000000000000000058d83905d80def286077620c16ccb2afa9fc02642aadd9b 0.51 MB 709 15
360,287 360,287 0000000000000000126f661be6a8609ab46989408a7d3cd36eaf991a4ae7b417 0.90 MB 2,149 36
360,286 360,286 00000000000000000aad50c4a540d2727a7aa575ad004779b9faab0ab9dac098 0.40 MB 825 28
360,285 360,285 0000000000000000143eabcff1fa8e8900fedc7a959c9616ada4efc225028ab6 0.56 MB 1,191 28
360,284 360,284 00000000000000001640922156907097a62a2090c83f2c6063493786c37fd61e 0.18 MB 114 4
360,283 360,283 0000000000000000170999ba9ff795f5225c67cbc400c84bc689c00852eadef7 0.26 MB 508 26
360,282 360,282 000000000000000001ab601c893db769189b4643c19246c7ef14e0355943f098 0.24 MB 390 25
360,281 360,281 00000000000000000f6403cb4a34d95a0191871aa3b712f3c34ed71e12f47c82 0.65 MB 608 11
360,280 360,280 00000000000000001152cc3bca22581af1f75671fd1d54e9b361a4af69ea4149 0.93 MB 2,285 33
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.