Memory Pool Memory Pool Refreshing

32,913 transactions
29.41 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,333 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,332 (397,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,307 465,307 000000000000000000d0f94566697715ab2e29fda915e3f38918d45a5de8fb11 1.00 MB 2,730 220
465,306 465,306 00000000000000000125f00019e1d3550c1d75bff10198c00e34df021da9d5bf 0.75 MB 2,224 304
465,305 465,305 00000000000000000007dc0c9c1f5c7aa25655f8e9996bcf9b82eb02faf7e9d6 1.00 MB 2,824 252
465,304 465,304 0000000000000000020a07fbd9f0266a6be77eb81ca04c7d7ee94aea1f566ddb 1.00 MB 129 184
465,303 465,303 00000000000000000159ba568b349a445f2b2cb805ea5537fdd89eaf0dd5d03f 1.00 MB 1,658 169
465,302 465,302 00000000000000000105f7c2b30f70e814f94b8a1f23ad11f3a02870a7fd5be0 1.00 MB 3,292 230
465,301 465,301 000000000000000001d738a293722800232e7d3f606fef028f67f547bfdab1c0 1.00 MB 2,999 283
465,300 465,300 0000000000000000011386083010ac969ea03ebd13565a23d8fa1b844b49c941 1.00 MB 1,966 187
465,299 465,299 000000000000000000e0814b31d5ffe73ce339b4b2ed9b418ea258fc719cb74c 1.00 MB 2,317 151
465,298 465,298 00000000000000000187c1c8bb4a0e7719aa941bca8bddc24665b592e150bd7a 0.99 MB 2,475 189
465,297 465,297 00000000000000000058f4d940773f730328ba7a4044cc7368b3289f1984ce6f 1.00 MB 3,553 162
465,296 465,296 00000000000000000071756186d282597703ceb5a28484ae9fc361eba594c795 1.00 MB 2,099 265
465,295 465,295 00000000000000000198156075ee5f5911cd311f6a73d7ddf9842fbea477653a 1.00 MB 2,631 194
465,294 465,294 000000000000000001450a5ae077ddf62c5aca32e8a4b0f00b24c04233d0987e 1.00 MB 2,076 225
465,293 465,293 0000000000000000017a55ba7b8a39711e2551197be995e537fb2378556aef02 1.00 MB 2,431 134
465,292 465,292 0000000000000000015509408a6a11058f29a81ce0128a4729cae4ac83ab59c7 1.00 MB 2,126 255
465,291 465,291 0000000000000000000db357af937b794664aa8c2d943b90531df77ddfefd836 0.75 MB 1,696 381
465,290 465,290 0000000000000000020134ba569ba4d169eee1461ac6e50627555afced35189e 1.00 MB 2,002 301
465,289 465,289 000000000000000001fa713ddd6dec0d5c7b32500410cd7a9440c3b35e18c7e9 1.00 MB 2,959 186
465,288 465,288 000000000000000001da8547be673ef7775ba249698b8eddc44fbecc46e4b323 1.00 MB 2,924 202
465,287 465,287 000000000000000001cd560f3a377be9e2957fefa6a0c7f2ec0cfd98f98db7fe 1.00 MB 2,208 169
Previous 10 blocks ↓
Total Size: 684.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,364.16 GB sent, 103.63 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.