Loading Tool

Explorer IconExplorer

Memory Pool

24,844 transactions
12.23 vMB
0.03329212 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.80/200 MB

Candidate Block

Mining Attempt edf06a3a696aa9c357ff69c36d2dda761f6efd5ce3f05fff67498d09e524170e
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 377a67392e3a89ae62ed5aea0168cede1fdec573b6efa0c9afbd2c80ea63f034
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,964
Size: 0.997965 1.00 vMB
Total Fees: 0.01131265 BTC
Feerates: 29.85 > 1.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (757,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,336 156,336 000000000000077081c7acd5a802b1b0761853e020025a63e1197bb9ede2edec 17 0.01/1.00 vMB 65
156,335 156,335 00000000000005bf8c13f2158f9e7d11662e24b31175f06689c8d6958a317566 17 0.01/1.00 vMB 36
156,334 156,334 0000000000000c3f188b1ecb0d526829073844d1292df58bcd79dff424224b31 1 0.00/1.00 vMB 0
156,333 156,333 00000000000005fb4c4a9af5f2b76875fbf2f4a9774dd47da8ed3a7a7964b628 63 0.03/1.00 vMB 104
156,332 156,332 00000000000004d826dd3049d2a59aa3ce4ac7ca2c645769dca7db79f63adb12 17 0.01/1.00 vMB 50
156,331 156,331 000000000000000e8178632fa426f9e4183dfd9fd1bec421370f923b3c68f5bb 106 0.04/1.00 vMB 156
156,330 156,330 0000000000000427bfba7992fb5da1a45f44073be5d60549e19967ed565e8867 137 0.05/1.00 vMB 78
156,329 156,329 00000000000000241cc1194067545eb58486e204664289b21ef2b3d5e6723b86 50 0.02/1.00 vMB 204
156,328 156,328 00000000000003602689d0092c8f4c0e4f031180d3aec564ad90f39958618168 17 0.01/1.00 vMB 203
156,327 156,327 0000000000000d5a69653b95da09b9d0590ca039ccf5fc47b06161852a73db88 87 0.04/1.00 vMB 143
156,326 156,326 00000000000009058e2de991404889e22dfde999b8c7de04a56945e166565aaf 7 0.00/1.00 vMB 0
156,325 156,325 0000000000000d5e839cee6bb9e079b3c41dd0605abeb3f8d8b7aa5f1692405e 48 0.02/1.00 vMB 168
156,324 156,324 0000000000000ceb988799c87826dae6167cdfcbee905ea4fbf29bbb63e4d134 92 0.03/1.00 vMB 449
156,323 156,323 000000000000094fefa8d4ef95aa26e9f1f24323d5897bf388175cd8b571d5cc 109 0.03/1.00 vMB 3
156,322 156,322 0000000000000d85c47d3e25c1a3ad6ca7b49098f4742e7eee899312dc2bb89d 51 0.02/1.00 vMB 105
156,321 156,321 0000000000000148abda73c7c0db506878f574428754ad38525141f379201235 11 0.01/1.00 vMB 67
156,320 156,320 00000000000005beb5017215d712c498566125e36210b3d889bf737e1d2a0875 13 0.00/1.00 vMB 151
156,319 156,319 000000000000044c0815aea8da31781a4024eb0f15eff4a1b4e224dbcb019040 137 0.05/1.00 vMB 137
156,318 156,318 0000000000000248ff26da1af1275cf95324c9ca5b086b0da44a2e62aaa82e49 45 0.02/1.00 vMB 82
156,317 156,317 0000000000000352f71e659bcff1867340328780ab9b3508609e8e21df0df8bd 41 0.02/1.00 vMB 119
156,316 156,316 0000000000000c2991da480ce81633c65bbf764e355989d5782a8b5938a11572 72 0.02/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 780.00 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: 477.44 GB
    • Received: 3.09 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.