Loading Tool

Explorer IconExplorer

Memory Pool

79,267 transactions
29.49 vMB
0.08445289 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt bd5e409f59e22c71403c2adf80d826003e7a2722120179a53fea345e69d0abb1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ccb7ee42a99378438d7d4d20b83965d24c392450d143085f7430f3da06de5c79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.01958643 BTC
Feerates: 402.60 > 1.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (852,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,122 63,122 00000000078d5821e7b76b10b79fde8babd21d6671bb9b6781b300f2d6060eda 1 0.00/1.00 vMB 0
63,121 63,121 0000000002ffce13ab4953192c9d1fcceaae67ace1000519dca33c76b97e9f40 1 0.00/1.00 vMB 0
63,120 63,120 0000000006b3b3b56f075c6e6754181630e471868cbe0f4e5b2368ebeba7aa53 2 0.00/1.00 vMB 0
63,119 63,119 0000000003d4dd197857339cd2054e16c48f9ffd0ef99ea39d46710eb86ee732 1 0.00/1.00 vMB 0
63,118 63,118 00000000042ac7b4e390a5ee95e5ed62face14fe593087213299169f9dbdae61 2 0.00/1.00 vMB 0
63,117 63,117 00000000017d6151ca7cf598a6c5dbf23f72cc39fd2ff727a310c6d8ff1928ba 2 0.00/1.00 vMB 0
63,116 63,116 000000000814a020efc39b30684de80c304afc08062db243ff989c792a1ed4f7 2 0.00/1.00 vMB 0
63,115 63,115 000000000454f5e2a8c263045b6a445cf2b49600eefe80f62b524535f44cd56b 1 0.00/1.00 vMB 0
63,114 63,114 00000000035f0dd98a4ff6e8aa103d0b473138b0d54f81435e9c7292c4a17bff 2 0.00/1.00 vMB 0
63,113 63,113 00000000007d79d8aa43844eb8dbdf832ddc45ec9c220e8e4a49a0e527248a7c 2 0.00/1.00 vMB 0
63,112 63,112 00000000057a3d280fa99058e25aa0b056606d4957998c287f63156d9615e13d 1 0.00/1.00 vMB 0
63,111 63,111 000000000ab51a744527fdc7eea03c95b19005087cea8e063330bf98830a0996 1 0.00/1.00 vMB 0
63,110 63,110 00000000086287027a4703bfc08b6cd25a0cd828222393a252a39c7c6fde4f43 1 0.00/1.00 vMB 0
63,109 63,109 00000000099dc5f9081fb85dda2a1f5eec68cffd66e4972127ecf2d3e2016a6b 1 0.00/1.00 vMB 0
63,108 63,108 000000000aeaaa6ec10b505de7358b76491c9ba6d3fd20bf7d475e02312fbab1 1 0.00/1.00 vMB 0
63,107 63,107 0000000005513f0230a8091f5b9b865746724d3fb9583647ef47291cbbb12e97 1 0.00/1.00 vMB 0
63,106 63,106 0000000009a3e2f389f83ec9f71e76ff86a587b3ca76683b38fe59f6a6547e45 2 0.00/1.00 vMB 0
63,105 63,105 000000000caabd27558054fb08477fb7b99bdf88ec893c6310410386c462fb3e 2 0.00/1.00 vMB 0
63,104 63,104 000000000912ed60bd04b71a4d5749680cda1e97d806f895cda402f868dc112d 1 0.00/1.00 vMB 0
63,103 63,103 000000000709e840a93296ac4fb58344dd4de2179f47999f795d4e0f9f64925a 1 0.00/1.00 vMB 0
63,102 63,102 0000000004ea9273a10bfcaa405c066ef7fabe0b0eaafd380bc31aeba773720f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.18 GB
    • Received: 17.66 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.