Loading Tool

Explorer IconExplorer

Memory Pool

75,961 transactions
28.40 vMB
0.06654221 BTC
Random Selection Loading Transactions
Max Size: 171.97/200 MB

Candidate Block

Mining Attempt b5f8ae1dae32a149eaf7c6dcae8895eb187f30c7faf83fab59138370fc1c72e3
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root fc1d1691172dcdd1f81b8af2f11dcd5081c88ded6a6292dcc2d957b2fc653e50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,664
Size: 1.00 vMB
Total Fees: 0.00776571 BTC
Feerates: 101.00 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (232,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,192 682,192 0000000000000000000c0ab51ead2b8148b7fdf3af25338cac2d35bf3e1c0786 2,005 1.00/1.00 vMB 10
682,191 682,191 00000000000000000005f0efd8bc3840221f29c3755596472187b95c3d5c9731 2,308 1.00/1.00 vMB 32
682,190 682,190 00000000000000000002ad9578bb5511a478b2a96664c7f649b6643ac7ffd378 2,144 1.00/1.00 vMB 18
682,189 682,189 00000000000000000002f66bb6b1bdafed99b6e13f6a4b015be791100ce469d2 2,239 1.00/1.00 vMB 64
682,188 682,188 0000000000000000000cb75d8c609c99a88a07fd74927bac6710b338ae47a23d 1,747 1.00/1.00 vMB 42
682,187 682,187 0000000000000000000b1f26c14227499516bd0e7328a1c7df1f865709a525c5 2,011 1.00/1.00 vMB 70
682,186 682,186 0000000000000000000bb4aa7ee05661e89b18ca988f76937f2c85379aed953a 1,408 1.00/1.00 vMB 97
682,185 682,185 00000000000000000002150dc4272f0bfb6a4cb788f8b4a439cd410f72f1b2de 2,031 1.00/1.00 vMB 85
682,184 682,184 0000000000000000000d487dc0e20ab1aa9a405786753f4ebe796ba8cb4b5ab4 2,281 1.00/1.00 vMB 91
682,183 682,183 00000000000000000000057e544ea95cb6155d211e9792b10b9ffd7d0a2ea860 2,515 1.00/1.00 vMB 100
682,182 682,182 0000000000000000000c26e27c858d405efb59a753a95ecc53de1245998799b2 2,033 1.00/1.00 vMB 54
682,181 682,181 000000000000000000030a7b793c6dcc20baa9553e384e3d5761f092d9bd0b86 1,964 1.00/1.00 vMB 48
682,180 682,180 00000000000000000009e7fdca6bee7f54122f88d9b4279273b67728df4a19d9 2,219 1.00/1.00 vMB 70
682,179 682,179 0000000000000000000562ae3d9ff9c6a91b96d38785bd294240b1afe6875858 1,403 1.00/1.00 vMB 31
682,178 682,178 0000000000000000000893941f97d488baff301c0be10927ceb82731528db592 1,481 1.00/1.00 vMB 85
682,177 682,177 0000000000000000000a2c2357a7377fc3673389a56b9466439c25d94be5379b 2,225 1.00/1.00 vMB 92
682,176 682,176 000000000000000000067552fe429871fdf4a43ca5db3cff9c2425cc0100068a 159 1.00/1.00 vMB 5
682,175 682,175 000000000000000000066d11ce278ed5a7f78ba854b8812367bf8e132a2e5597 1,761 1.00/1.00 vMB 71
682,174 682,174 00000000000000000008578665b06766b82b531c4de52d9ff8e75fb22fbfd48f 798 1.00/1.00 vMB 31
682,173 682,173 00000000000000000000ef88e354b04ddd8ac0f49803234082a857e921ea3500 1,529 1.00/1.00 vMB 30
682,172 682,172 0000000000000000000169bd82ec4a33090c4573f4cc94bbd8744a9374c06002 1,839 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.