Loading Tool

Explorer IconExplorer

Memory Pool

88,420 transactions
32.21 vMB
0.13878062 BTC
Random Selection Loading Transactions
Max Size: 195.14/200 MB

Candidate Block

Mining Attempt c657c9033af4d7414aa955f8c4bcc9309ddfcf2104bc930db6506b5b10558bb3
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (313,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,309 601,309 000000000000000000125969b595f8bd844e5f17f621b6cdfc66913bc15334ff 2,795 1.00/1.00 vMB 27
601,308 601,308 0000000000000000000bf614c05596ac35507f2cd9dd3667a381cdeb8a43655c 3,308 1.00/1.00 vMB 31
601,307 601,307 00000000000000000010275a1a1554b4999139534e7beeb832534ddff5d7b614 2,404 1.00/1.00 vMB 55
601,306 601,306 0000000000000000000c51d038ca929b81597d2060cb960f1764781cf01c4ee7 1,834 1.00/1.00 vMB 13
601,305 601,305 0000000000000000000e8366e5b4787bad7d0fe06e0c48a675e852e3ae142947 812 1.00/1.00 vMB 4
601,304 601,304 0000000000000000000b6b4cfd43debee2d976d64a85b52425883fd7c746b7a0 631 1.00/1.00 vMB 4
601,303 601,303 000000000000000000033e73c4ff6feb6e21d9ca9d5a40884d9e7755ddce9a9b 159 1.00/1.00 vMB 1
601,302 601,302 00000000000000000005cd86e8fe3b34af556ca7506443afe228b9295aade854 1,508 1.00/1.00 vMB 11
601,301 601,301 00000000000000000002df42c6e7655f5973d83a28bacbb4335c36e1c3cdb1fa 3,092 1.00/1.00 vMB 23
601,300 601,300 0000000000000000001319b4e92ed5d162f061f3098cee567862d45e3e23f620 2,901 1.00/1.00 vMB 14
601,299 601,299 0000000000000000000547a2eb4f62c0a9ef5dec76714f09c224a9af2908e6f4 2,593 1.00/1.00 vMB 39
601,298 601,298 0000000000000000000f6b503b763bd4d160e9a7fab9763c570f41fbbc38a302 2,100 1.00/1.00 vMB 16
601,297 601,297 0000000000000000000b62a82cb7b3619007afc7379be06c1f4d04fd48344815 2,582 1.00/1.00 vMB 19
601,296 601,296 000000000000000000040dd25c3ad3b40d853cbf9c8b694f37e0adbcb062f8f3 2,861 1.00/1.00 vMB 13
601,295 601,295 0000000000000000000923a5cc02bb9ab6e69ba204a05c52e7dfdd5f89639bc7 3,042 1.00/1.00 vMB 36
601,294 601,294 00000000000000000011df369157f760f52763b72e38ad121385577d99cec117 2,855 1.00/1.00 vMB 32
601,293 601,293 000000000000000000010ad2d9dedd17f46867cdc07aefa4a330977fe8202c4b 2,141 1.00/1.00 vMB 14
601,292 601,292 000000000000000000036466f77983d1dc404d467d13a74d5dcd80fb0778cbc0 2,892 1.00/1.00 vMB 22
601,291 601,291 00000000000000000006cec11ffab223d31253a0dbb2eef2ab31268422377ba1 2,450 1.00/1.00 vMB 13
601,290 601,290 0000000000000000000866fab24e071c1969d0605fbc2dd7d8965a00bd7ce0c5 3,202 1.00/1.00 vMB 46
601,289 601,289 000000000000000000070651652582e60a4dd9a19d77614d3f0c89fef72123eb 2,670 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.