Loading Tool

Explorer IconExplorer

Memory Pool

82,478 transactions
30.40 vMB
0.11960923 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt a89bf460b10b21eb5951a306b32085a9638e6f15b31d88af883c1cc468cc1eba
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root a340be456d66730eb0985aa041e89fb94b59c444dbd9f6b1f3047cb047a8bf2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.04050897 BTC
Feerates: 121.32 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (357,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
557,494 557,494 00000000000000000030d9a983c652a0fd70189d0b16c020b927ac2a779108e7 2,766 1.00/1.00 vMB 13
557,493 557,493 00000000000000000015e8fa427931ff6a14ec190d814a82e80eb994a5629fa6 2,920 1.00/1.00 vMB 23
557,492 557,492 0000000000000000001b2e4b6fb28568a4edd82cd12cdd997743acc66b817239 2,276 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.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.