Loading Tool

Explorer IconExplorer

Memory Pool

45,606 transactions
27.23 vMB
0.07644912 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt 0adfcbe919946f111a5a92ab8fcaa6b21f08dd9d087f7506553cd538bf2338e0
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 91c5e2239d4e1ad4d9e544763dbb6ae153f5c2585214d02516cf13ff3415f1e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02550693 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (846,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,146 68,146 00000000015fb5a3f3ec95efff1ecf900195ae56b3118e704286ebf60a15f34f 1 0.00/1.00 vMB 0
68,145 68,145 0000000003b9877ae352ec97203f238edce2b048ca32994ab11c858ca8f4bc11 2 0.00/1.00 vMB 0
68,144 68,144 0000000004b5165291c702fb2cc6a37bdf1903021567eb4000d4a32ee903e6c5 1 0.00/1.00 vMB 0
68,143 68,143 00000000051e237c02f491cb5d1c4e770b9d4c12d43e85fc51d4e5d9afaea663 1 0.00/1.00 vMB 0
68,142 68,142 00000000006b75a449dcb49e7f0e0abac1d2ebe8db3872ff6670111d009349fa 1 0.00/1.00 vMB 0
68,141 68,141 0000000002b6df41812985b6752ce66ef492cc972c021ec10634f7cdd7f0fb85 2 0.00/1.00 vMB 0
68,140 68,140 00000000027f0d99380f9f1f11f58bb36397893a250e42c1826c4ddd96e6da3c 1 0.00/1.00 vMB 0
68,139 68,139 00000000041e7197c95e7e9c566bc160f86af232f9af988f8a52fb76bd5cf4c5 2 0.00/1.00 vMB 0
68,138 68,138 0000000000750bdcf177652bda8f673efd49279fe6d3169c4120ec7e437a7156 2 0.00/1.00 vMB 0
68,137 68,137 00000000053431f53b6a668e0422f86c7438f0d7dde7db1a7bdae93d7ac8ceb8 2 0.00/1.00 vMB 0
68,136 68,136 000000000359cbe41a06d1579e5a4f2038518ba76284117b1c738f848168293d 2 0.00/1.00 vMB 0
68,135 68,135 0000000000ec51b9d4e960fcac2fcb2bec2f4221e772b47fc513f9616ce940d8 1 0.00/1.00 vMB 0
68,134 68,134 0000000002462ebf6f787685d4beb79a106a37a9f56c16823b54ab2d6f3e4a47 2 0.00/1.00 vMB 0
68,133 68,133 00000000054a6752d3c4c165fce5f93b30412e2d677ca25f031cce37e0676957 1 0.00/1.00 vMB 0
68,132 68,132 00000000006d18bc89cecc44d5bb4f772ab8c160613a5d682292fc6943447a3b 1 0.00/1.00 vMB 0
68,131 68,131 00000000008ff7ec919257b9dccd71f18189b96601e212eede97451ac1e76e61 1 0.00/1.00 vMB 0
68,130 68,130 0000000003a80e16a1192c4f32e8ac3703e3461450e1729d854be17a5b0c57f3 2 0.00/1.00 vMB 0
68,129 68,129 00000000000900004f74aadad2a844ad5041bc3949609d9c2d02578447bee2d0 1 0.00/1.00 vMB 0
68,128 68,128 000000000521e6e46af2650538f12cf8775b2c711292fe5645ff4c08ed751992 2 0.00/1.00 vMB 0
68,127 68,127 0000000003f1ece23080c4d96de855cf0bc13c69ae614e132ad59befdd21d0cf 1 0.00/1.00 vMB 0
68,126 68,126 000000000384f32825a2ddd9daa8fc35ec614d589d2846c63aa9ad75311d94d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.