Loading Tool

Explorer IconExplorer

Memory Pool

80,071 transactions
29.46 vMB
0.13016190 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 5f765058f8e93e6be0e66db448b503c973854bbc4f88a4cce117429c60997c98
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3af86a7e254f56887b45e5221a44a54e088e50d7eb860aeb3496f0ce4a61e46e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.04839706 BTC
Feerates: 301.72 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (636,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,961 278,961 00000000000000022b2fb9ef3011b88d9195b6ca967c9bf1b0391b3cb2abd71f 574 0.25/1.00 vMB 49
278,960 278,960 000000000000000009bc28e08b41a74801c5878bf87978c2486aee7ed8a85778 1,103 0.50/1.00 vMB 53
278,959 278,959 0000000000000000f7d7b35dbc3d750166fe3b9c45e24a25dbed93fb4a28bf2f 529 0.50/1.00 vMB 22
278,958 278,958 0000000000000000ed8a5f31656bafca5d17254dd99d8226ccbfc1a06d96d1e5 704 0.25/1.00 vMB 61
278,957 278,957 00000000000000004ecb9e17fc336ffd8d1fdd1c074a2e6c69d023c68f0aa3bb 656 0.25/1.00 vMB 82
278,956 278,956 0000000000000001d8b6259a52fd4b77188209f972e2a3d525887b30925c2ed2 1,070 0.50/1.00 vMB 28
278,955 278,955 0000000000000002187764739ec539352101f8b923da3aab2a2938bd8af5c359 654 0.25/1.00 vMB 64
278,954 278,954 000000000000000260cb9281929e4ac48bb06ba2a4a9206f32aee058eebe34a9 754 0.25/1.00 vMB 96
278,953 278,953 000000000000000136fc126b76180a9be32fd1c40b8ac83462b980f3ff358664 312 0.16/1.00 vMB 13
278,952 278,952 0000000000000001ece72f4ad792f0506d874ecbe8da82a9cb10dad58e661a37 153 0.15/1.00 vMB 22
278,951 278,951 0000000000000002a4f7b442e7464baefde66b1c2adf22670c5530f001c4039d 551 0.50/1.00 vMB 31
278,950 278,950 00000000000000017df763abee1294c073102f480ea03f75ed746e2a3bfb446c 505 0.22/1.00 vMB 44
278,949 278,949 00000000000000028abf2fc8644191196bfffe789f5c9854ffdc87d4f731c1a1 305 0.15/1.00 vMB 18
278,948 278,948 0000000000000000d245c4a2c85c34ef643a792f296e3a3262080f0b1b2bb7e0 294 0.13/1.00 vMB 39
278,947 278,947 0000000000000002959f81fe1caf1bdf7b19dce6c21cfd3013d6c1e16b967bf8 258 0.15/1.00 vMB 37
278,946 278,946 00000000000000002f7f54dd569df69c6acf1a10690d9b93b291bbbabfe69212 1,165 0.48/1.00 vMB 59
278,945 278,945 0000000000000001c5ba407f9e16f877abdc39e428d461e668077956f8c89db4 211 0.09/1.00 vMB 37
278,944 278,944 0000000000000000efb5bfab1b871959e6a43ffe975e70f8844a9bf6ae08a490 50 0.22/1.00 vMB 12
278,943 278,943 000000000000000109e09cb569d9b41b88840bbda485228eaa1cc14e8ef99323 978 0.50/1.00 vMB 42
278,942 278,942 00000000000000012e23842f364f2c0b1b2b7e4307fbcbf96885fd4af21c6383 672 0.25/1.00 vMB 47
278,941 278,941 000000000000000088ceb1558cbc516a91e2a25d4672b2daa809bc14c3b58fd1 725 0.25/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.90 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: 713.75 GB
    • Received: 17.46 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.