Loading Tool

Explorer IconExplorer

Memory Pool

10,076 transactions
3.74 vMB
0.01685829 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.46/200 MB

Candidate Block

Mining Attempt 5a45e3e6d87bc0ef3c49ac0df05789ab6ce73b43602febba6e593760c4d39079
Version 20000000
Previous Block 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed
Merkle Root a6460e1a6ea1d4c34dc94538d27844e6f13dbac78c2a93bb6ad468bbf0ab68e0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,466
Size: 1.00 vMB
Total Fees: 0.01249273 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,497 (692,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,669 220,669 000000000000036d13418899af22fe48a8a21130e0d150632d382b115385a664 126 0.05 vMB 186
220,668 220,668 000000000000043ca85f95508f820cf3e9e21b69fcfd00d99e636cc631da2851 130 0.10 vMB 91
220,667 220,667 000000000000012314c967d8e3ac1224b977985e1eec1e1939e28879310d039e 298 0.13 vMB 164
220,666 220,666 0000000000000350f4c85c9e3799cf669940051d0743ed663ccf8c693d9a8c5c 10 0.00 vMB 3
220,665 220,665 00000000000001dd38b0b257c5394c027083508547270a70f69700c8a98bcdee 470 0.22 vMB 172
220,664 220,664 000000000000022a7296b4de96aa48f7afec0dbc5d19f072355fb668bed78254 517 0.24 vMB 177
220,663 220,663 00000000000002dbbcbdbf38731087cb8799b8f5f606479754b996f29bf61282 229 0.18 vMB 67
220,662 220,662 00000000000002ed5fffd5461542c5e642c983b5039d7ff27533ff2bbf6283e7 346 0.14 vMB 205
220,661 220,661 00000000000002e44b8abe9cbb51aece7ab53c36b1d30033c896c7bc894b0b98 350 0.19 vMB 206
220,660 220,660 00000000000003589470eb70d2daf6a7eff2057c40be892f859dc48561e2fbe1 12 0.00 vMB 1,000
220,659 220,659 00000000000000d5f9a2c3297c8e0ced836569f928d5e0c592f86e7a87683b87 263 0.12 vMB 245
220,658 220,658 0000000000000302abf6524f488d79afc93178fa676346f230a2ee3abf2fd651 45 0.05 vMB 111
220,657 220,657 000000000000023566ce9911fa67d216e2f8163851377f09178d04c62f75c27d 184 0.09 vMB 141
220,656 220,656 00000000000001d508d95288cbe4cd7670524791f2af7336a6ce8ae958e19e74 437 0.25 vMB 144
220,655 220,655 000000000000003e96569144b527fac86b299385bd5714303074dff306aedd88 573 0.26 vMB 198
220,654 220,654 00000000000002e0055b58c9e1d2fac85fae88715db0dc02e7efa3b25f9be382 463 0.45 vMB 97
220,653 220,653 000000000000023a28724f7fa2b30861643fb689723e43979aea5b8ceab091d5 81 0.13 vMB 85
220,652 220,652 000000000000041e0b49b9d3949641b95a2ca6977f6a1a7ff8080013ab609829 524 0.23 vMB 187
220,651 220,651 00000000000001076ec73db515c35c7f1b174774ab4bd2dd6049cb56c94c4234 72 0.03 vMB 132
220,650 220,650 0000000000000083b40ec9b12c39548be8a2148daeac42b2f6a13ba8630552a6 494 0.25 vMB 166
220,649 220,649 00000000000002b65abd3cb570ab246d8925ba75cadb4d22cf118da4ef6263e8 512 0.16 vMB 242
Previous 10 blocks ↓
Total Size: 779.73 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: 366.65 GB
    • Received: 1.77 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.