Loading Tool

Explorer IconExplorer

Memory Pool

79,854 transactions
32.16 vMB
0.07232777 BTC
Random Selection Loading Transactions
Max Size: 188.80/200 MB

Candidate Block

Mining Attempt aa7d8244d305eb5d4d27afacf9c7783f88ad6549f2ab98b327b5e748892b3786
Version 20000000
Previous Block 000000000000000000006f0eb19e528f2445f80ada1abf25aed95d9aa6aaaa08
Merkle Root 5d949f8b6254b49e0a1d294b581cb3cd252707d35460ac4c05038e56e05efd68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,774
Size: 1.00 vMB
Total Fees: 0.00892382 BTC
Feerates: 70.37 > 0.89 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,945 (282,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,299 632,299 00000000000000000001270fa2dbc6eae7c1f7685272e71a64f5327b7d795655 920 1.00/1.00 vMB 19
632,298 632,298 0000000000000000000a78c90d2c4c46a79be12390449eb4af54e728abc7a770 1,901 1.00/1.00 vMB 39
632,297 632,297 0000000000000000000bb2b0c825608eddc4d399db01321d05f99c4634a0cbc7 383 1.00/1.00 vMB 7
632,296 632,296 00000000000000000003bea2c8ed0d04fd376f1b6387c5eaeb553488ed7cba6e 1,315 1.00/1.00 vMB 23
632,295 632,295 0000000000000000000ecbe81b53d952f68a56d8f99a8ef762cb86a13518e680 1,836 1.00/1.00 vMB 16
632,294 632,294 000000000000000000089ed6be0d42e3c8bf16864416f463ecfd7b5ba1472808 2,481 1.00/1.00 vMB 73
632,293 632,293 00000000000000000003ab4cdd867e227ffaec6fb84a89403eed2bc9e3e12607 984 1.00/1.00 vMB 16
632,292 632,292 0000000000000000000f2d364c28f1122353f9b39f9a5d753d72dad273c6d3d3 864 1.00/1.00 vMB 14
632,291 632,291 00000000000000000005be31140c815db18c4ffee346d429967e768a71e4200f 2,335 1.00/1.00 vMB 35
632,290 632,290 00000000000000000004510e37c04e259421c03eaef0b7049c3ac562ce721453 2,368 1.00/1.00 vMB 53
632,289 632,289 0000000000000000000a12fea13cb4c1c3ff52710c93a156dd57fba16e7dd4e1 1,396 1.00/1.00 vMB 21
632,288 632,288 0000000000000000001071513dc5150dcb017a8087f0e2c0e49d3dba14960633 1,781 1.00/1.00 vMB 25
632,287 632,287 0000000000000000000dba0d204c8e2e932bb26397552af2fee0f907bf8114ce 2,588 1.00/1.00 vMB 43
632,286 632,286 0000000000000000000fbea7c704e344bcd0484f2494f4177ca9be007f472985 2,255 1.00/1.00 vMB 39
632,285 632,285 000000000000000000110870eb3b9f731325a587aed817d53de3e6391c4301b4 1,919 1.00/1.00 vMB 42
632,284 632,284 000000000000000000105b4dd57d9494bfeb1d9a492d1a673bc64bfd7c915aae 2,775 1.00/1.00 vMB 83
632,283 632,283 0000000000000000000a2badfe10d5bcd815f4d7e9630ad65cd5abdadc6c3a72 2,653 1.00/1.00 vMB 110
632,282 632,282 0000000000000000000aaacc3d923b25859907f8410be210f517c0a2fbad3d91 2,266 1.00/1.00 vMB 68
632,281 632,281 000000000000000000092e3ba15e7ac803d4c899d22efa2c520ccdaa8913020f 2,646 1.00/1.00 vMB 71
632,280 632,280 000000000000000000102d48de4b42ee6a2251a91b2ad3fa7074d925c3780720 1,440 1.00/1.00 vMB 42
632,279 632,279 00000000000000000005f108a0044bc1bd901f3b3d3ff049ce7de303e665ff60 906 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.29 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: 657.13 GB
    • Received: 14.49 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.