Loading Tool

Explorer IconExplorer

Memory Pool

36,666 transactions
28.69 vMB
0.07047065 BTC
Random Selection Loading Transactions
Max Size: 143.45/200 MB

Candidate Block

Mining Attempt c8f1400537e6ac8adf1cf22983e3e2cb5a3006e79549091d26842e83ac912ad6
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 8eb78e4862fa8461c8b01d4b58df476d6971e4c335d0f2ddc7db13b3063b8597
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01465881 BTC
Feerates: 200.00 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (677,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,523 237,523 00000000000000c7bf3fba5565a85607bc657da57fb6d0b4dc995239d9f6289e 315 0.25/1.00 vMB 77
237,522 237,522 0000000000000094a9d3cb9cfa3d01a5eae71f9d0c9ad2cedfc5f4d8428e59d2 786 0.25/1.00 vMB 247
237,521 237,521 000000000000002c611ce42b31300f7f38d192fa15761e9fe7e5bd9b3cab5431 635 0.25/1.00 vMB 201
237,520 237,520 0000000000000103c0dbfcca5021c0eeefda4edf508674fb4709b5260a220fda 306 0.21/1.00 vMB 120
237,519 237,519 000000000000012c6cde2595e0519ff70cff6d965b3909545487b8f0cfc28721 627 0.25/1.00 vMB 218
237,518 237,518 0000000000000084b87e2bfe84cccc3f7c1187741434b03ed40941174246b60d 360 0.19/1.00 vMB 144
237,517 237,517 00000000000000dfef27fa2341f8fba2936bd66cff07e582c0580f7efd130f0c 480 0.21/1.00 vMB 198
237,516 237,516 000000000000007d61c1b22a810e105ff3a7fcc9987d77c16e7ac6f1cd8e13c4 154 0.06/1.00 vMB 180
237,515 237,515 000000000000000f877533e9a58ddb0c3d2a8659d48f7a34aec6595191bc68b2 105 0.04/1.00 vMB 160
237,514 237,514 00000000000000aeef17f7aaf89bae595b0371c4e13a7eb44138663f316e698b 389 0.18/1.00 vMB 215
237,513 237,513 000000000000017ca71f61801ee5deea57a48c10c7deedc1cf42a41d472faf76 30 0.01/1.00 vMB 178
237,512 237,512 00000000000000661bcb5da0bf76dec85c281fcc9ad223191bd004224e3dafb1 325 0.15/1.00 vMB 163
237,511 237,511 000000000000013a60e136555adb18977fadbe78ef16a7ca70c1bf90b5354d7c 289 0.14/1.00 vMB 230
237,510 237,510 000000000000016ed9b15d09f4787148d86f9e3d351a83c6f2253ee36945c8f4 384 0.18/1.00 vMB 158
237,509 237,509 000000000000008814b1ea9777388fa625d2520b8bdb72f9090742d479af224c 139 0.05/1.00 vMB 195
237,508 237,508 00000000000000df1c8df9209da420d203cc26809a09ce47800f97a063eaae86 255 0.13/1.00 vMB 143
237,507 237,507 00000000000001060bbfe2d3d4d737197e478f4fa1324c2f1bfc509978543512 122 0.05/1.00 vMB 180
237,506 237,506 000000000000013476a6a466c9dee600925c2b9a8065a7e171e7e84c2c63bbdf 18 0.01/1.00 vMB 77
237,505 237,505 0000000000000166e6f46da26abc22dd29157c63c6a07241a7c859eea48493dc 104 0.07/1.00 vMB 137
237,504 237,504 00000000000001508aaee39f2788dbc5de208ae72aae6ac07af1de13e7b09f1d 190 0.20/1.00 vMB 97
237,503 237,503 00000000000001622c6562723064d3c1cc05c925e5abaa72b5431b1e870ddb85 291 0.25/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

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