Memory Pool Memory Pool Refreshing

8,706 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (90,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,665 817,665 000000000000000000022bbc129268deda398cd26b1a6b22accc13022ef03c23 1.63 MB 3,886 74
817,664 817,664 0000000000000000000135fde733ef28450ea36fc5ca6de01411d36661cd6336 1.61 MB 3,482 134
817,663 817,663 00000000000000000003c28de3388c0143f382a199ea2d14d8a3159e863e81aa 1.49 MB 3,135 157
817,662 817,662 00000000000000000003b4d028c988abade0ea65751c9eef2998fba29780fb2a 1.54 MB 2,868 126
817,661 817,661 000000000000000000006673761a5dd0cd8b77c6970339956e9a2ba3dc2d0735 1.61 MB 3,791 163
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.