Loading Tool

Explorer IconExplorer

Memory Pool

78,157 transactions
28.68 vMB
0.10372015 BTC
Random Selection Loading Transactions
Max Size: 174.45/200 MB

Candidate Block

Mining Attempt d203e8dee2c741d399b12a6fae7fd4a2130eafee1e4615e8ebf86f0483e85068
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 029aec9c3273127b827f21c4df5acdfd205c39ec239a86eb64164c1b71c7b67a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,795
Size: 1.00 vMB
Total Fees: 0.03664667 BTC
Feerates: 602.26 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (540,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,506 374,506 00000000000000000328c26e90320e0a32ba9a41e4d8c7aba5bd9cc1aa6b2b76 2,025 1.00/1.00 vMB 39
374,505 374,505 00000000000000000d13e3bc1d0553a067bfa1c03d19e8ce771b4036bae38177 698 1.00/1.00 vMB 12
374,504 374,504 000000000000000012b3ae57b3f79df9aa3e48d91bf3bc1ea7d03b8ec17060bd 693 0.31/1.00 vMB 42
374,503 374,503 00000000000000000f04b41618ce459783033186663dd757fae7e30c65be9172 1,361 0.69/1.00 vMB 42
374,502 374,502 000000000000000006fa9861736e4096092ee1327775b8b7e6e158b274413666 1,989 0.93/1.00 vMB 44
374,501 374,501 000000000000000012c28648600c5e6fa0ab69749d93dda943df9b0eaa17271c 1,587 0.93/1.00 vMB 36
374,500 374,500 0000000000000000122dabf23f78e231668a8e2816aa798731581ed2fc83a030 1,356 1.00/1.00 vMB 27
374,499 374,499 000000000000000004ac212e10778cae49f88b46d63e40dae3251e0870bdc610 1,834 0.93/1.00 vMB 41
374,498 374,498 00000000000000000c8b3f83d1d22c07183c501334fe209b0ef507a9d0be11ac 1,489 0.72/1.00 vMB 41
374,497 374,497 0000000000000000100570c918f6787bd7722e77a536c34a1a20bd611b390c45 1,206 0.77/1.00 vMB 41
374,496 374,496 00000000000000000e43cd91ccd7b838c30e22a699a8aacb24994d13273f4872 1,185 0.75/1.00 vMB 31
374,495 374,495 000000000000000007ca1ac7984f0f97da4ba174920fcf72a0b33222e043fde8 1,363 1.00/1.00 vMB 25
374,494 374,494 0000000000000000046a6d1fbbb6b183a83379efbf536c592eeb40df8a1fa783 1,276 0.93/1.00 vMB 24
374,493 374,493 00000000000000000e7d6a152f2cfe5d197801894101ea5ce1824c3fa73b43a4 1,417 0.75/1.00 vMB 40
374,492 374,492 00000000000000000b6fd82d8632ccc32bf7cc973dca27b70886c98e5fec64a3 2,173 1.00/1.00 vMB 53
374,491 374,491 000000000000000003cc6b9be044b3023d37037a2ae56757ca87bec5fbaeee5c 1,241 0.70/1.00 vMB 28
374,490 374,490 0000000000000000002f081e26a49d5517584ff3558363031208b93ffb51f6ce 1,704 0.75/1.00 vMB 54
374,489 374,489 0000000000000000114fab5e190932823c68bb53e96279d6e4f25b950b33cb1b 1 0.00/1.00 vMB 0
374,488 374,488 0000000000000000068e31065ee3e8b2689240db793860365699f27053fc731d 856 1.00/1.00 vMB 18
374,487 374,487 00000000000000000359511e5c93a208bbf2e7548ab52ac07d8bc544f6514d10 1,558 0.95/1.00 vMB 39
374,486 374,486 0000000000000000127de2cea720f4df05d871e1fe89baf827eb23da8f5912a0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.