Loading Tool

Explorer IconExplorer

Memory Pool

76,097 transactions
29.12 vMB
0.10340410 BTC
Random Selection Loading Transactions
Max Size: 172.17/200 MB

Candidate Block

Mining Attempt 45bec8f735fbe7869995ce79b0cb1646ac107fe8902f99f2c0cf82bd05410567
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8d80cf36e53ee4ae0a6cb2e0b525511232a63ce4e059dfe65897df71dc1830b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04123402 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (357,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,515 557,515 0000000000000000001eae8e81352bffc07ccb6fb709a0ac07c2af10883ee0ed 77 0.02/1.00 vMB 29
557,514 557,514 00000000000000000013ebd3ae2058184b156567b18c66cf2cded258d9bac2b6 394 0.13/1.00 vMB 4
557,513 557,513 0000000000000000001849e5ed9a821ae62dcf124ed39cad3706646c900beca9 3,149 1.00/1.00 vMB 12
557,512 557,512 00000000000000000028a5fa50ce14cb63f480adb85b7dd7aafa489785c30a81 2,191 1.00/1.00 vMB 27
557,511 557,511 00000000000000000014297d36aa9a0f835c751bdfc51167382f42d01c3ceab7 1,531 0.47/1.00 vMB 15
557,510 557,510 0000000000000000000e747286f42eb99c1382b5c9350b3373d3e04ed8171162 1,779 1.00/1.00 vMB 8
557,509 557,509 0000000000000000001b3563878049dcc85d54de396fd0abc478a4568067cb22 1,358 1.00/1.00 vMB 4
557,508 557,508 00000000000000000020a3798b3871d54b3bbd28b1941be112b8a0d09fd4efe7 2,837 1.00/1.00 vMB 23
557,507 557,507 00000000000000000000037a40b2ce3fc431cb4a06bebbeb1c9c353893d17cc9 190 1.00/1.00 vMB 1
557,506 557,506 0000000000000000001ca07f94547e32b1f0277535ce661da65ce0fd0fd18b3d 2,182 1.00/1.00 vMB 8
557,505 557,505 00000000000000000015f130ff721b3d4972e5b3c8dab377ab0ad006482f2a40 3,148 1.00/1.00 vMB 14
557,504 557,504 0000000000000000002785d9c585bc6db48a36a2bb6f73f2ff409e335c53c29d 2,910 1.00/1.00 vMB 8
557,503 557,503 0000000000000000001c14e2cf13f379ae969d679354b146197a5921a68912fa 3,058 1.00/1.00 vMB 14
557,502 557,502 0000000000000000001995f34b825d341d62094722df359ee8b688b09807d7de 2,231 1.00/1.00 vMB 29
557,501 557,501 00000000000000000015799c913ebfe7d9294d993c4d977dc3c02056a23281c0 3,333 1.00/1.00 vMB 22
557,500 557,500 0000000000000000000495c4ef8a0877ec6917ae711089ae6644135a463a8171 3,263 1.00/1.00 vMB 38
557,499 557,499 00000000000000000010f47a4bcd8b8f4006867ec303bf458a22e7c0cefb4e10 2,451 1.00/1.00 vMB 32
557,498 557,498 0000000000000000001a10c4e9e4418b753a18c748e1018460fb1f2440fbd4a2 2,084 0.64/1.00 vMB 17
557,497 557,497 000000000000000000273f8672bc624f8ac3530ff7fe1c996f740eb9f9c25b03 2,788 1.00/1.00 vMB 21
557,496 557,496 0000000000000000000f11526b33af8f0b9b946f21ef61f3798a3ad1a39114f0 2,180 0.91/1.00 vMB 8
557,495 557,495 0000000000000000002da2844a9ec4534686f6b91cefea12a1e045b16ae213bc 1,571 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.