Loading Tool

Explorer IconExplorer

Memory Pool

71,530 transactions
27.25 vMB
0.09607935 BTC
Random Selection Loading Transactions
Max Size: 163.27/200 MB

Candidate Block

Mining Attempt f478d2f6ed2e68c3142dc9481e32048312f27c44556c363a1e9a1a402e77bafb
Version 20000000
Previous Block 00000000000000000000c1868b741ca3460dfd5f2623a0e679cfe2f7ef930409
Merkle Root 27591263bb12bb99fbcac4e74d7247035abca6623bbefec1c58e6935143b5d7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,620
Size: 1.00 vMB
Total Fees: 0.03544084 BTC
Feerates: 1,003.56 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,475 (711,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,602 203,602 0000000000000093554cdbc2d42283912621bd7ef09b3d6e513f04b6a81ac3ad 508 0.31/1.00 vMB 86
203,601 203,601 000000000000009e45a9c591ac7001128ae14e0765d0ffa2cbb5ea68ec8d4064 140 0.07/1.00 vMB 89
203,600 203,600 0000000000000562dcf5d5ce440c55a3d5ab108f62a12aba0909a46586e66d0c 116 0.07/1.00 vMB 85
203,599 203,599 0000000000000127cafde2244e7491b0e3062a6100b1950efe5fd28002ab7c09 506 0.22/1.00 vMB 140
203,598 203,598 00000000000004faaeda2f337586cdf3507d51179c347484080d0c31d23869a9 122 0.05/1.00 vMB 58
203,597 203,597 00000000000004b64fd7bee96c20eeeffbe2e35af504dec22832fa58fb339d60 216 0.07/1.00 vMB 109
203,596 203,596 000000000000003190b776fd7e92fc84f55a57ffde642dd4ae01a4c39035e318 741 0.42/1.00 vMB 95
203,595 203,595 00000000000002d013aa43638e7a69f53e95b72022b6985d3d50501e783af617 740 0.25/1.00 vMB 180
203,594 203,594 00000000000004b72f032276b0ab9a4c14a640716eab03c8b3bd4074c42d9d40 105 0.05/1.00 vMB 338
203,593 203,593 0000000000000379d24bfc3eadd4acc47a51deac8912d92e13091bf0e37cd5f5 48 0.02/1.00 vMB 94
203,592 203,592 00000000000001ffc68d8de55154fe4316b5983655296ee64e0d667bfd15599c 80 0.04/1.00 vMB 209
203,591 203,591 000000000000027d99cf95bace2dc7c361a6c94e67acdb89d90f64a9af773a5c 331 0.18/1.00 vMB 97
203,590 203,590 000000000000042adac7a3462aa5a8851b7fe270d141e37fca935afc1ebe1e50 164 0.08/1.00 vMB 197
203,589 203,589 000000000000021967988d75e0a2cca77d7a1902f1831e2dc3e74db4ce316d9e 600 0.23/1.00 vMB 140
203,588 203,588 00000000000000ef3894dbe04d786e1c66c7eae11d7211e305b5b2009e51f4c3 579 0.25/1.00 vMB 116
203,587 203,587 000000000000050d722540978152af143c5ecdf964e14bae7ba2f9ab954cabd0 532 0.25/1.00 vMB 143
203,586 203,586 0000000000000037f217064b99109e7a4d3d95e113fc6765b0c497a28c81b62d 88 0.05/1.00 vMB 565
203,585 203,585 000000000000013c83013b6decaa215840e05f9496738c8b7c89ef17f748cb0f 12 0.00/1.00 vMB 169
203,584 203,584 000000000000030bec5b0d8a845a2e7d4cc5dbdab4e6ccbd1ae977996326b2ef 130 0.05/1.00 vMB 83
203,583 203,583 00000000000001d3cc089ff11d9aa2dc737d0b21adb01a33f50dc95fffb36f2f 787 0.25/1.00 vMB 150
203,582 203,582 00000000000000af4ae6a47582e3a94129ee2451a9b613cb77830cc74640b894 470 0.25/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 783.22 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: 757.60 GB
    • Received: 19.02 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.