Loading Tool

Explorer IconExplorer

Memory Pool

23,131 transactions
9.89 vMB
0.07653413 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.87/200 MB

Candidate Block

Mining Attempt 1d6dace411295fc7189bf8f820c88b26cc421c04dde2a53d762144e0128c93a9
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 1aab302cff0489237424700f6c5af4f3a5ea5793152e1247295bc7d331af50a8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04840493 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (834,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,726 78,726 00000000000763bf05f64424c06953c413e6bbfa1d6192336929a17fc625febf 1 0.00 vMB 0
78,725 78,725 000000000056e4ec334fa5da268f9d1b10d827d6d2f436996e54bfcb825b461d 1 0.00 vMB 0
78,724 78,724 00000000001eae47ee5e2dffb96b1714bc8ca52b82a4f0e363f699ba81564786 4 0.00 vMB 0
78,723 78,723 00000000003d59265668d33316812af6b4679078ba3d9821da4dc48c8815ce69 1 0.00 vMB 0
78,722 78,722 0000000000360d9bb76389a0fe72294a3e559e90c642a5dd80adf7db7e7c4e1d 5 0.00 vMB 0
78,721 78,721 000000000049489f732dbc293acc72abd50510ae4ef87d35e01d04bfdcd36036 2 0.00 vMB 0
78,720 78,720 00000000000806a041c598cb1d996267de403c037f8af74d7c6cfb046173842f 1 0.00 vMB 0
78,719 78,719 00000000004b01de0c632265d127e811eee94753bab12c144d7b5160b3e79451 1 0.00 vMB 0
78,718 78,718 0000000000091e872b9b526dd063b8f08855211f0b0551547b6b74f155face49 1 0.00 vMB 0
78,717 78,717 0000000000237a7831d6169372108840ebffc90e01fc382671d467bc7a9a7ee2 1 0.00 vMB 0
78,716 78,716 00000000003afe85c2493aa1006f976d1cfadce9ee5d3b811e0f12ecd0859273 2 0.00 vMB 0
78,715 78,715 000000000047e85bf705f58d15743d05b4171b15769c0cf5c055fe6590debe38 1 0.00 vMB 0
78,714 78,714 000000000021afbe614df3040d78cf8ddd847215d792b3fe81354975ea90dfdd 2 0.00 vMB 0
78,713 78,713 00000000002fb422d39318fe448f20aadbb0881ef1024fc807e9adb4c71d6d0b 2 0.00 vMB 0
78,712 78,712 0000000000051430dccfb678fb4eb5d80aa3e51173ed85ec94c47cf2330c814d 5 0.00 vMB 0
78,711 78,711 00000000001b8f8e3e0ff76701c37038beca2057cae845cf49ab3baefd1062f7 2 0.00 vMB 0
78,710 78,710 000000000004026b8108228cebbad4293491aef319c4fdf889024f84f9569de5 2 0.00 vMB 0
78,709 78,709 0000000000326a4d8f10227974842a7dc6f603f1b58f7fb0857649bbae6aed03 1 0.00 vMB 0
78,708 78,708 00000000005695a1916468921d47ef335abaf5dafc8fa87fe83a4ab695a84a75 1 0.00 vMB 0
78,707 78,707 0000000000030672e8d55b817ed02345539e8f80574faed7d8d3585c1d9fb51e 3 0.00 vMB 0
78,706 78,706 000000000024f454a5cfac6d7977e56ad30e6c81b23c81568b1752a4494e8ed4 5 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 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: 277.14 GB
    • Received: 1.08 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.