Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.35 vMB
0.12423882 BTC
Random Selection Loading Transactions
Max Size: 176.71/200 MB

Candidate Block

Mining Attempt d21012d85cf5620bb22fef9f2c794c46b5029fc0b71283a17b4bfa5203e6d03d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (212,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,848 702,848 00000000000000000008e8512d3e907f0897040bb4ab6cf28baee098ba063621 1,346 1.00/1.00 vMB 6
702,847 702,847 0000000000000000000e9ff7fcb35a93c0c72d9f29a0e65fe0e8df5623f374e6 335 1.00/1.00 vMB 7
702,846 702,846 00000000000000000003b1dac84090a4cd2abf4dad3f86024768af7e0e55fba3 1,888 1.00/1.00 vMB 16
702,845 702,845 000000000000000000062892e6550b6912ad623c23450ad90db3100f9f6a2fd3 362 1.00/1.00 vMB 7
702,844 702,844 00000000000000000004d1b3b2d4fb7542a6d100b06f6b97a60d99727c35fc12 1,554 1.00/1.00 vMB 9
702,843 702,843 0000000000000000000bb483878d9b25e3550630b5649bdfb03e9ac7b7df3469 3,085 1.00/1.00 vMB 18
702,842 702,842 0000000000000000000421c208f032ec251382f3a9c24da9efcc750a60dbe6be 2,387 1.00/1.00 vMB 12
702,841 702,841 0000000000000000000ada347ba2f26874ee6778c92ba9529a3f7b701e8cc2dc 1,121 1.00/1.00 vMB 4
702,840 702,840 000000000000000000011ef06268ab708dce37d230e29a5ab28f68bbb552aeb8 1,687 0.96/1.00 vMB 11
702,839 702,839 00000000000000000000045b16c18330537bb0d8823d3c1e1181bd6ec5e28398 1,778 0.96/1.00 vMB 3
702,838 702,838 00000000000000000003211fb0d0479f94a0faeb369943ad3f1abcdd997d3d86 894 1.00/1.00 vMB 4
702,837 702,837 00000000000000000006dbcdb6b7da25b58b92e3ddeed460d34ec93b68be0225 2,301 1.00/1.00 vMB 14
702,836 702,836 0000000000000000000c50a067c796b5c8cc8974a10b66ad4085b7231b122211 1,735 1.00/1.00 vMB 11
702,835 702,835 000000000000000000070a5af5d4257522adbaad930138460d7ac960f5d425d7 1,204 0.99/1.00 vMB 3
702,834 702,834 0000000000000000000cc64dd10a32c01a2684866b26982f427656e285bb4d36 2,214 1.00/1.00 vMB 11
702,833 702,833 0000000000000000000d382607704d8088eb139cd058593f82ba31a3682444a3 1,407 0.99/1.00 vMB 7
702,832 702,832 0000000000000000000390cefb14b42fddd1a3cffa910bc6e03a162a185bc89c 2,821 1.00/1.00 vMB 13
702,831 702,831 000000000000000000030038fc7c3c76e2eab1139e8ca554271dde890c90a6b7 1,638 0.95/1.00 vMB 9
702,830 702,830 00000000000000000001a81968a78cc3047d6c7d3f42802fae7bb326d39a9e8b 940 0.99/1.00 vMB 4
702,829 702,829 000000000000000000026ded24c2a3a86fadd5761dff2e9cfa121a79d62c7676 745 1.00/1.00 vMB 3
702,828 702,828 00000000000000000009859a61c7ed21be6cd1c79b2de96ee87c01e11d8279d8 419 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.