Loading Tool

Explorer IconExplorer

Memory Pool

72,846 transactions
28.08 vMB
0.06794876 BTC
Random Selection Loading Transactions
Max Size: 166.30/200 MB

Candidate Block

Mining Attempt 3b6c4cd57fd7a42926fbafe8199c0eb18ed347395c1cb745bc2830ca7b7bb42a
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 636fc1f13d2692819d4723477c2287f8162c2bd67509d99a23b2478e43d86abc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,716
Size: 1.00 vMB
Total Fees: 0.01187171 BTC
Feerates: 150.86 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (793,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,029 122,029 000000000000804596733b47ccf4c0cc144b170d3b4a9579052825747bc5c37b 11 0.00/1.00 vMB 320
122,028 122,028 0000000000008b5cd6c1e3f7933a958930001b34fcbe7d943e783f0160f74767 9 0.00/1.00 vMB 0
122,027 122,027 00000000000003fd67862b4585771df4e467cc5a10fd27a20e1bed9aea7d3d6e 18 0.01/1.00 vMB 1,323
122,026 122,026 00000000000015e56190ff2ab35a9ab598fecd14153d154c2c17baa9c3cd28d1 177 0.05/1.00 vMB 20
122,025 122,025 0000000000001e43444b1873ca24d965d7ee4d5bdf78a96bf2b8d4a62efa4317 9 0.00/1.00 vMB 527
122,024 122,024 0000000000008837cdcec2943313167e0d0e8022e881b6736c4bbf185067ad36 7 0.00/1.00 vMB 313
122,023 122,023 00000000000037914e8fe38c0a0a2bf6332db3c282c239d8d622b4f68f3e47b9 12 0.00/1.00 vMB 0
122,022 122,022 0000000000001d23d7a26b09f19288b2b06ef45edfbbb3acceda10748052933e 7 0.00/1.00 vMB 0
122,021 122,021 000000000000499adc9e78573b94b50411aea990ab51bf9bdb79d8fb08bfbecd 11 0.00/1.00 vMB 0
122,020 122,020 00000000000056dd4fa9545c3f907a87b2978b999803f90cb8323dc8e0e126cf 11 0.00/1.00 vMB 306
122,019 122,019 000000000000449857887020aa8851ba2567c21fdd6ec086c938a177f8b073c4 6 0.00/1.00 vMB 222
122,018 122,018 000000000000279caad9ad0a3b159f2dc628a7c4bd1649294891a2d60f419ac2 9 0.00/1.00 vMB 0
122,017 122,017 00000000000052871a67adb1971007eff6d031cf8bebaee2885f3e9f84a52017 39 0.01/1.00 vMB 673
122,016 122,016 00000000000084158cad1f248d9efa6c39f310f062820f828f4fd0196e788fc3 11 0.00/1.00 vMB 324
122,015 122,015 00000000000044ed726dc0c487cd69df71b807a793ea10731a23a80cac8a884b 36 0.01/1.00 vMB 2,594
122,014 122,014 0000000000009508c738a55b5af55048203f37484c02c4675618a3eef69f64f7 17 0.00/1.00 vMB 600
122,013 122,013 00000000000016ebf666752329ecb650dbe63c6aaa1b59e7bd888d68b59a14c6 10 0.01/1.00 vMB 158
122,012 122,012 0000000000008045fae56fc042668df0e6d2b142243e7e66a4d8f0de8f3beb30 12 0.00/1.00 vMB 0
122,011 122,011 000000000000529a100075311b9de8c8193f6a0e68cb454332d29741fc7c0ff5 12 0.00/1.00 vMB 0
122,010 122,010 00000000000080006bce68e21d47dc51e115c2f32fc2de36e20334c377d61b28 5 0.00/1.00 vMB 0
122,009 122,009 00000000000049784cd4a88e8c08af66a8acc931067630dd21703311761e6ad2 15 0.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.