Memory Pool Memory Pool Refreshing

8,511 transactions (3.09 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,519 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (876,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,222 32,222 0000000088e6f9dc5e3301d15eb9b622a410d60c809aaafff545ccf19cd22bfb 0.00 MB 1 0
32,221 32,221 00000000229bf1f8ff0c74dd05a688f098cb97b3e15d51776c108e2a57b14da4 0.00 MB 1 0
32,220 32,220 00000000ea3d076b951cc57b4c925d66b6b90d85e7d734085dcdcfca86aa6c0d 0.00 MB 1 0
32,219 32,219 0000000000e6acf3219c03344d06a79a601b3462d6eea5e382fde15ac77d22c4 0.00 MB 1 0
32,218 32,218 00000000d33ac3dc991efa1a631fcf0638a2de16245eea6602a50ce521359dba 0.00 MB 1 0
32,217 32,217 00000000b6e02c68939dc49d4a7c7a07663e3fc3f83fa1ca7e7293b80102ab40 0.00 MB 1 0
32,216 32,216 000000001bb0b4c345e47ded50e7208af0af79ee8f998e596b9017f4031edf25 0.00 MB 1 0
32,215 32,215 00000000a1ab47f9b372aa08fff483641166e591a1e6c9b03009b4da8f72d916 0.00 MB 1 0
32,214 32,214 00000000bff06ce15e4d64bef1e5ec07c4d5912a7a2999541204169c1d38242c 0.00 MB 1 0
32,213 32,213 00000000f5da9a37cf5e501748928323ea8624f4b93790ac30f6d34d34021ca8 0.00 MB 1 0
32,212 32,212 00000000cecbcae7b2afd765a4fc9e3f93fd7fb398225e155833aa5f79a6fb73 0.00 MB 1 0
32,211 32,211 000000002d7ead28f4bb933847a46d0d5e730ce42f43826e33612f98434f4953 0.00 MB 1 0
32,210 32,210 000000002bd851506d10ef1ed4ca859410175cfef2d836847bdedde71953b095 0.00 MB 1 0
32,209 32,209 0000000005563cee9a3c9094e4419bc3929e6bc6624d68d24ef911b4242020a8 0.00 MB 1 0
32,208 32,208 000000005b85944d2591ca20892c01f72f4a4a4c7a124c23ccd3ca77110beb66 0.00 MB 1 0
32,207 32,207 000000001c19a18a3c86cc966adf14c353164a08234c8023064bdd927c4d192d 0.00 MB 1 0
32,206 32,206 00000000568835b7e7a3a37b8df07a68084dce09973c631bdd366de03e8e08fd 0.00 MB 1 0
32,205 32,205 00000000a4c9318b644857c6f0638d2eafb36f7ef37f925a5898c2833f897bff 0.00 MB 1 0
32,204 32,204 00000000a0ce5ed0a4b215bec458ebb555721b5c222f1e31c5e6a8fdd358e2b6 0.00 MB 1 0
32,203 32,203 0000000099f07de52dc4a3e265b6e0cf91fb1054b6b32787f9b2d312c6ec2f66 0.00 MB 1 0
32,202 32,202 000000005bcbaefc35f094d72b99e36349652aafaafd67293075a5b5c759c51d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.83 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.