Loading Tool

Explorer IconExplorer

Memory Pool

41,678 transactions
27.47 vMB
0.08235340 BTC
Random Selection Loading Transactions
Max Size: 141.97/200 MB

Candidate Block

Mining Attempt 018e4521a604eadec456abe2b9ef2e1bd8301c533acde5fdc62b62f71fb5f93a
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root af28167b4c99aea7d19f1075cc3701ece6707f9ef1dc67894c484dc0ae94e857
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,025
Size: 1.00 vMB
Total Fees: 0.02833161 BTC
Feerates: 141.50 > 2.84 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (252,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,384 662,384 000000000000000000013d57e83bf92cd79daca4284978e133f56ef0b460c2f6 2,565 1.00/1.00 vMB 127
662,383 662,383 0000000000000000000a8c9553f30f18298c7fed00c00a31e820b2ca2b90989e 2,175 1.00/1.00 vMB 79
662,382 662,382 0000000000000000000c532fbabe06833523a802d0fc7d2fd8850c0548d201b9 2,413 1.00/1.00 vMB 93
662,381 662,381 00000000000000000003ae7225c60c1b93f4304a2b00a25c33d3e78e5bae3ec9 2,808 1.00/1.00 vMB 134
662,380 662,380 00000000000000000001bac17afdbb08e2c2509551409b608fdff5a258511912 2,729 1.00/1.00 vMB 130
662,379 662,379 0000000000000000000877c72addee22fa596602bf672b0b3c78791a383dcd1f 1,088 1.00/1.00 vMB 80
662,378 662,378 00000000000000000007d487eeed8a873704be0aad2a9b9fe8e1198a742c6976 1,917 1.00/1.00 vMB 100
662,377 662,377 000000000000000000068e48c27b8af88c1abed0dff08250397716a3fdcf4862 1,506 1.00/1.00 vMB 82
662,376 662,376 00000000000000000002991164daefdef9d32133073e007f4933e31d9790f0bd 1,938 1.00/1.00 vMB 76
662,375 662,375 00000000000000000001227d4066f47eafb1c6970bb3e04fde164e31d08ed5c9 2,395 1.00/1.00 vMB 79
662,374 662,374 0000000000000000000886456d7f88bd78bda840bb28e01596e51b08cec7c9da 2,545 1.00/1.00 vMB 90
662,373 662,373 000000000000000000093953049f144b015a01466954ca2eaf8d1b302a176a80 2,478 1.00/1.00 vMB 119
662,372 662,372 0000000000000000000a4b303644e5f4361a0cc59dd92679e3c929e6d9623d3f 2,624 1.00/1.00 vMB 109
662,371 662,371 000000000000000000072d4cfdcfe0e996d9049bac61e01a6d135e0551696175 2,849 1.00/1.00 vMB 107
662,370 662,370 000000000000000000028d5400619f81635339935d80a616754e0eb6ddf1cd80 1,848 1.00/1.00 vMB 124
662,369 662,369 0000000000000000000312c069136f2c115e229773aa444b7627cc644664020c 3,104 1.00/1.00 vMB 149
662,368 662,368 00000000000000000004c2a1f93e9b222deb5d7e8e4f688db53bf8bc35038b3f 2,079 1.00/1.00 vMB 115
662,367 662,367 00000000000000000002482bcc2301826834bc4579140af8898656c955167d76 2,701 1.00/1.00 vMB 138
662,366 662,366 0000000000000000000b0d276332ecd411bd6d59f67e28c9d76995b0a085e49d 1,889 1.00/1.00 vMB 105
662,365 662,365 000000000000000000099285604115e83cdd02bca1657ac599f0af81a8036c65 1,624 1.00/1.00 vMB 67
662,364 662,364 0000000000000000000342f0a4f4857b3c7aae35b9ee0eaeb897f70063ec3add 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.66 GB
    • Received: 12.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.