Loading Tool

Explorer IconExplorer

Memory Pool

24,106 transactions
10.59 vMB
0.02509877 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.68/200 MB

Candidate Block

Mining Attempt 2af9fc622ececfc12f009ed751e96161467fcdc4455f5ecf7ec6b3351aea5795
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root e5cb565c5b41239c811e5d4e47388a976ea60f7c9077a360e300aff7d07a242f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,016
Size: 1.00 vMB
Total Fees: 0.00771276 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (776,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,231 137,231 00000000000009e80e08b04315d9a368e129a5e1c5efc5abdf50fb9dd36770fa 86 0.05 vMB 259
137,230 137,230 000000000000098d77c31793a00d9f28fdd926b470dbaafdc4b81fe0c90e84da 95 0.03 vMB 327
137,229 137,229 000000000000078e6b55fd1e923de660941800bc50ef64d27ba52ff2b3d421b8 18 0.01 vMB 35
137,228 137,228 00000000000006c51fc0818297e8a6ffc829bc50670478a57bd4496252e3f335 80 0.04 vMB 164
137,227 137,227 00000000000003c91cfce0c7b37f27ed8a695401d2d0c7e1c87d09de7d018396 32 0.02 vMB 647
137,226 137,226 000000000000005ced98dbb1a5105e13a226a9d40dbd5ae392c9103c52055c38 122 0.04 vMB 302
137,225 137,225 00000000000005851a3fbeb64c16fe46092112949b9f56165d3fb280caebc3de 8 0.00 vMB 321
137,224 137,224 00000000000001ab70324aa2fdf31636f52529f0c8ff06a0d21ebfb3b71e0895 18 0.01 vMB 148
137,223 137,223 00000000000000eaa362747627eccce06d525e56c55147cbaf994c549f69188f 83 0.03 vMB 16
137,222 137,222 0000000000000529a7e450666c2bd1a3a79e059cb1ce3d1a11247cf72c86eeab 125 0.05 vMB 177
137,221 137,221 0000000000000325ebdf2d418a0fae2ec8ac86961f151a967089122295b7d06a 14 0.01 vMB 65
137,220 137,220 0000000000000287ce24f192e693adb919590e3cbcc526811504ffca461754e4 27 0.02 vMB 124
137,219 137,219 00000000000006b6d4cd3c84797569221b374826aa85a670b3d8b846124d68d9 47 0.02 vMB 255
137,218 137,218 000000000000081a4ef74c7b6dc57a35214d9759aeb8a14170fff24e7c3d0e64 7 0.01 vMB 0
137,217 137,217 00000000000002c2d13272829eb8a41c8b82ec7f257ad126535beb28d9c66e1d 38 0.02 vMB 172
137,216 137,216 00000000000009612500bcafb37ea302661028f302ee8378cfad718b3ddab58c 52 0.03 vMB 137
137,215 137,215 00000000000001baf2b8419e69a7ab535ed80b697c6cdc1989083353ff726546 10 0.01 vMB 677
137,214 137,214 000000000000000e32c1fae67beb73cd98d624952c2b720b26d92bb10325f5ac 44 0.02 vMB 93
137,213 137,213 000000000000079d0bfbd6d67b956b3d8ef62135591ef8008806191c656d16aa 19 0.01 vMB 355
137,212 137,212 00000000000002edc39de66ce66eebb14a8e049854616e481172e29dfaaa7785 56 0.02 vMB 28
137,211 137,211 0000000000000084677ab48011f38f5b5d573d9e171fefa4f44a31c7ab45755d 60 0.03 vMB 328
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.75 GB
    • Received: 1.92 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.