Loading Tool

Explorer IconExplorer

Memory Pool

82,800 transactions
31.79 vMB
0.11716582 BTC
Random Selection Loading Transactions
Max Size: 191.03/200 MB

Candidate Block

Mining Attempt 6a0c1b11c6edefc0105e4167101745a2f770a0eeb6deb180954de4b7f104424c
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d189ab7db1241cb32cebc70b6af7753e247aed53d4b9de9089d323f542e6e940
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.03103722 BTC
Feerates: 318.30 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (434,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,428 480,428 000000000000000000060b9b59e8211cf6c34045b936664b329cb10a22fca00a 1,411 1.00/1.00 vMB 133
480,427 480,427 0000000000000000003854fec30cf636005030ae7d6869047f9b2317515886b7 2,200 1.00/1.00 vMB 184
480,426 480,426 000000000000000000e23d86f60c588b5cc476b4fb78afb7522f80cf224c85f6 2,227 1.00/1.00 vMB 235
480,425 480,425 000000000000000000801626d8716b36a1bb85d9061bbb599706c5788f8665dd 1,890 1.00/1.00 vMB 110
480,424 480,424 0000000000000000004955d2a61c055506c2b4dbad7076fae58773ff1d25adf7 1,056 1.00/1.00 vMB 14
480,423 480,423 000000000000000001261d10a0ee7239c39f6ffd88acf25cf30beb4b45fcba7e 1,607 1.00/1.00 vMB 115
480,422 480,422 0000000000000000010675aa0851b564f3d4e8bd9a71a3f52a61df27597e9093 1 0.00/1.00 vMB 0
480,421 480,421 000000000000000000d4829d5030bc70ec5e6385454b3ca7c87f75d042b5e695 2,624 0.99/1.00 vMB 204
480,420 480,420 000000000000000000546e8ad0552f1202d6681b8c6298b2c3891bed3589a032 640 1.00/1.00 vMB 45
480,419 480,419 0000000000000000003fdcdde8f7b47dfd61417eff6a1934aed9a3125492225b 1,390 1.00/1.00 vMB 10
480,418 480,418 0000000000000000006476c131487bfe7c0fc32e67823390f2f7c3cbfd2ce0dc 1,910 1.00/1.00 vMB 106
480,417 480,417 00000000000000000049865d560554af0f32b07d5bd7177936d4a8f11c3d3aa9 1,884 1.00/1.00 vMB 118
480,416 480,416 0000000000000000007daeb964e58dfffaddea6e1512b36771c33c977f8c25db 2,142 1.00/1.00 vMB 125
480,415 480,415 000000000000000000201783a6097ed3b3e50b6347c51006e5e1bf0e89eeff2f 1,786 1.00/1.00 vMB 60
480,414 480,414 000000000000000000b6d4c84898af6f9ba180736a8dfbcf9acb83aa4db6c882 2,265 1.00/1.00 vMB 151
480,413 480,413 000000000000000000cf35325491b5fde2f933eb70f6b8ccbc27cebf05c7d63f 2,626 0.99/1.00 vMB 209
480,412 480,412 0000000000000000004162b1583473fbb7bf0c7967e5720a8fab28ed3c797e28 1,319 1.00/1.00 vMB 70
480,411 480,411 0000000000000000004ed01d48a88413e591368f43a820d6dc69c2153b7adfe8 1,281 1.00/1.00 vMB 107
480,410 480,410 0000000000000000002afe0c4ed84c63cabbe8786a360acedc793f4ebc3793fc 349 1.00/1.00 vMB 23
480,409 480,409 000000000000000000fb1ff11ed8973e1ce8becb5dc0b502f315c7bbf622b440 915 1.00/1.00 vMB 18
480,408 480,408 000000000000000001226c78ed831792fad51a0d5bc5c2b6c131ccf24099a751 2,084 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.