Loading Tool

Explorer IconExplorer

Memory Pool

76,842 transactions
28.45 vMB
0.09756364 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt fed9f7ca0d6953d4f96eabdb30127d6e7ec7497927a6bd1149510c632f717838
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d0e5c71f170e9d02e231c3a5fb99f2aee9d18d92e6eabf223d789853cdbd1567
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,674
Size: 1.00 vMB
Total Fees: 0.03378735 BTC
Feerates: 150.80 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (698,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,213 217,213 000000000000039d2408a3752f5e255b8ec13d8ad7ce2d0a4ff00ff686413806 128 0.06/1.00 vMB 125
217,212 217,212 000000000000014ab0ba646d14eed3a97475187c40c435f46c60f66850446185 500 0.25/1.00 vMB 193
217,211 217,211 00000000000002134f87656e2f21ea9c45916b5b1fa169c0fa925827290b4052 749 0.25/1.00 vMB 259
217,210 217,210 00000000000001fa97d7d1e64ec2dca6050312bff6bceafa3fd2086a32818440 209 0.09/1.00 vMB 201
217,209 217,209 0000000000000011861ed7368f96b98ca03766db1f50d3d929b8d60eb9647c74 126 0.05/1.00 vMB 195
217,208 217,208 00000000000002387390d57a8caa4cb67769ed6e1e47c69437d669dcd3e5329f 11 0.00/1.00 vMB 14
217,207 217,207 000000000000000562b5e498f3e248a77746c59200706817f4a9936f81b90370 64 0.03/1.00 vMB 304
217,206 217,206 00000000000001037da09c5d3ba9b1a329984ab0c3211642e7128478e00735e3 447 0.22/1.00 vMB 173
217,205 217,205 00000000000004c5d1b29a2f01f3848b9e3ea7c3dffe991ce58c1c5096d1012a 568 0.20/1.00 vMB 249
217,204 217,204 00000000000003f4f3cd869e3ceee81bcfc63ff85e1f977df9d99005d4cca094 123 0.04/1.00 vMB 73
217,203 217,203 000000000000012f589ae9f2f8957a678397b33c9279d652a4a7762c29a9777d 26 0.01/1.00 vMB 292
217,202 217,202 00000000000001f7a7d1fcd0484bd5e5299b2f96922cef0deca2bf943fcf2b09 251 0.10/1.00 vMB 217
217,201 217,201 000000000000006a83a4468813f885be12e6eff191c19c6ea923a9d87275aed1 160 0.07/1.00 vMB 170
217,200 217,200 00000000000003bd639654d6e78a4357b85c887c39c608c7e43abfb129aef6a7 43 0.02/1.00 vMB 91
217,199 217,199 00000000000004150828aa25409ec776aeca217b364698c48f2387b52e5a7cc7 301 0.16/1.00 vMB 162
217,198 217,198 00000000000002537a7fc18be4c5461d9725ef8f0b256b1ab2bcccc0a589bda3 649 0.25/1.00 vMB 221
217,197 217,197 00000000000000e70a69529cdf7d598881f4faeb9b24cb0665e93a6911fdef3d 155 0.06/1.00 vMB 164
217,196 217,196 0000000000000398835350332ba4ccff7fde5e229afc91baca5eefe3fe5fedda 117 0.05/1.00 vMB 263
217,195 217,195 0000000000000482a1e39494add934607ffc118729ebab94ee8620f001c9e6fa 57 0.02/1.00 vMB 75
217,194 217,194 00000000000004ac137f2fcfb0db0a355e5757fa427d9497db9e6a1c8fd226d2 243 0.09/1.00 vMB 249
217,193 217,193 0000000000000485ce3375ba783a7472003e2d45c4c86a34e96332bba2d07b23 203 0.12/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.