Memory Pool Memory Pool Refreshing

19,040 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,148 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (90,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,660 817,660 000000000000000000001ad3f49cec42c9f79545ab8bc62ee5a531b6fdf571d0 1.43 MB 2,521 114
817,659 817,659 00000000000000000000d50315a1d7c0864e540cf22afd6894df15b024a986e0 1.79 MB 3,796 113
817,658 817,658 000000000000000000012c54ca7492207f6060040dcdb432c4a193505da121cf 1.66 MB 3,814 109
817,657 817,657 000000000000000000039e8d8c641738dd4ff4caf3c2426812a665a102244d78 1.87 MB 5,218 116
817,656 817,656 0000000000000000000156ef3b7416f44faf217b271a5df5f6a499cf0829aeb1 1.51 MB 3,217 80
817,655 817,655 00000000000000000002be2e3e97dbc1791c748ced52edaf7003b4c527ac4cf4 1.72 MB 4,267 122
817,654 817,654 00000000000000000003c6caa95cf8e4584805630a4c83293e77286af1291d9a 1.71 MB 3,983 148
817,653 817,653 000000000000000000034408be4073f32381ff67f695ef39c2829a53c310146b 1.55 MB 3,105 128
817,652 817,652 0000000000000000000431f2d91af2431360e3954280c330c9d3531ae4e2ca61 1.66 MB 4,498 88
817,651 817,651 0000000000000000000101c1d58e9be3b165fc4f8c150c98a5fb25ca0fcd795a 1.79 MB 5,129 89
817,650 817,650 000000000000000000014fb1edf4de6d47fa3198b2859c7728b2e8a79d25d478 1.68 MB 3,688 68
817,649 817,649 0000000000000000000127a1d58a4722ce3eeb612dcc59b40ac0ef8a56742478 1.63 MB 4,031 129
817,648 817,648 000000000000000000030233ad9e6a2ef1369c35313b49be079dc06ba5bad1e3 1.81 MB 4,856 90
817,647 817,647 00000000000000000000aebf259d45e8bfbd4d2518503ca8a1ab32d774e88c90 1.84 MB 5,282 107
817,646 817,646 00000000000000000001723e715063ec667876489967764b45cb4bc49e99ba90 1.67 MB 4,093 111
817,645 817,645 00000000000000000003c9ea00c276958237ebc0510604f02e3725909cfc430c 1.76 MB 4,295 74
817,644 817,644 00000000000000000003246628518c659828ef4fa24952273b2abf0ef85fa6c4 1.69 MB 3,641 132
817,643 817,643 000000000000000000018d32cb049ca3edffeba1c243518e515622362aacfcd4 1.66 MB 4,043 146
817,642 817,642 000000000000000000037ade2f7668e4a94093a40f131f21f214f358301443ce 1.64 MB 4,001 100
817,641 817,641 0000000000000000000063398b0ff8d2258537e164d07564ae3ced49044eeeab 1.77 MB 5,096 77
817,640 817,640 000000000000000000027e55162b1019b1e5f58f85cabefae9d3082e926dcd00 1.65 MB 3,410 128
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,624.43 GB sent, 92.99 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.