Memory Pool Memory Pool Refreshing

76,658 transactions
32.26 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,322 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,902 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,321 (187,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
685,112 685,112 00000000000000000007e54cbd7d89e35e49fc0cdcbc069f980b674b7846579a 1.23 MB 1,823 30
685,111 685,111 0000000000000000000937e0fbf695b84718a76a3712d004a4bf1bbe23b724b0 1.39 MB 2,113 66
685,110 685,110 000000000000000000069072b72e434c7c42621ab6e550ad71a740b137cb5a58 1.32 MB 1,534 33
685,109 685,109 000000000000000000081f4387e62a3bb5f126244675068c6322dc09fc6c427a 1.42 MB 1,416 15
685,108 685,108 00000000000000000000f4f3428258f50413e067cc4535506e73cfda28736f8c 1.44 MB 2,361 83
685,107 685,107 00000000000000000003642cd9f385502ae5bb1aeb3eb66b1b9830d743db7c97 1.40 MB 2,059 62
685,106 685,106 000000000000000000073461e45af3c0255261a93a8dc04d53db82c606bd701d 1.39 MB 1,766 53
685,105 685,105 0000000000000000000262d406564749705d8fad689010b40c6b6ae0a0050b1e 1.25 MB 861 70
685,104 685,104 00000000000000000007018f32bca5877cfa737471861df398274620e4ab50cc 1.01 MB 329 8
685,103 685,103 00000000000000000001facc3c5403cf6e200b7a72f0a8259fbbc4fb64328b87 1.34 MB 1,676 48
685,102 685,102 00000000000000000001d7a0882ed3c32df3658158f9b0be7e620f3974c5cb6d 1.11 MB 737 11
685,101 685,101 00000000000000000009470a40ed367b753fc726631320c1abe6cbc9384dc3e2 1.13 MB 625 28
685,100 685,100 000000000000000000049832052e471c286786c0296048cc1e2d27176f556df6 1.39 MB 2,240 72
685,099 685,099 00000000000000000006d3cec99d7740eef1fa8ded890de381c9f05b59c80bdd 1.12 MB 1,015 22
685,098 685,098 00000000000000000000e1737fededb4031693cd78e0e5cc17c2dac559a2db55 1.35 MB 1,358 22
685,097 685,097 00000000000000000002f9aa6cc5c85e1e0b06bcda64969112b805190e3d6423 1.35 MB 1,919 67
685,096 685,096 00000000000000000008c3fcd3a46bb1beb39dc8bdbad546d595e0b7d665fd20 1.21 MB 927 57
685,095 685,095 0000000000000000000276a3071c12dc8952f62c0a09c066e7837944a97535bc 0.00 MB 1 0
685,094 685,094 00000000000000000002af00dc86cfc99c8843c7a4906a1ec3b0a79712334d81 1.25 MB 2,145 98
685,093 685,093 00000000000000000001285810a20074bac3c4e7dc9f387fa7bce275b9133624 1.33 MB 1,523 29
685,092 685,092 000000000000000000069592630c4f6e49406d7cbccead3c02c3d3f468f5044f 1.30 MB 2,381 44
Previous 10 blocks ↓
Total Size: 703.81 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: 2,622.19 GB sent, 236.81 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.