Loading Tool

Explorer IconExplorer

Memory Pool

78,809 transactions
29.26 vMB
0.07936775 BTC
Random Selection Loading Transactions
Max Size: 174.97/200 MB

Candidate Block

Mining Attempt 5eda18578f795eda41cc5267574e8eba8331cb660b84b4b34f44fbdac88095bc
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 024b776fb04773c96c9b814389a6dd17f06117de15b9387f69926b275ed2f094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.01984598 BTC
Feerates: 150.77 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (357,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.