Loading Tool

Explorer IconExplorer

Memory Pool

46,196 transactions
28.00 vMB
0.08617539 BTC
Random Selection Loading Transactions
Max Size: 148.24/200 MB

Candidate Block

Mining Attempt a2567cfb17dba75791c377b9519c9583b785c37b165c6f478b85a2b61ff8f8d4
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8f4f38424ea80f8b592ac0dbbb298e8cec7e53857022083faf54f9797cd0adf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.03167458 BTC
Feerates: 181.54 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (373,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,484 541,484 000000000000000000248c4a0e478a70fa34ef4c123836ab70c2c74ffcdcc24b 1,759 0.85/1.00 vMB 17
541,483 541,483 000000000000000000148a001dfbdc869b957a8633f7f35db0d3a8f30381cfaa 489 0.21/1.00 vMB 27
541,482 541,482 00000000000000000019dbe50fe7634d20f50d4f879d28d102b4f44caccda686 41 0.01/1.00 vMB 32
541,481 541,481 0000000000000000001656816e73dd6813313f65b5e6132e8aba55b2fdc97195 2,201 0.97/1.00 vMB 16
541,480 541,480 00000000000000000006c9ab9c012e3203d1e0d33e1867555aab77f39da07204 2,163 0.90/1.00 vMB 11
541,479 541,479 00000000000000000025a29b0fa27fc1d18184dd64af968926ba9e5281a001bd 2,680 1.00/1.00 vMB 27
541,478 541,478 00000000000000000019a30774feb5b3665d155edee68094ef966a4923ddcd95 2,142 1.00/1.00 vMB 11
541,477 541,477 0000000000000000001f358a05c7fd17f6ab3ddd2c3c0c1ecbefefe3c54b6da2 655 0.26/1.00 vMB 21
541,476 541,476 00000000000000000026b11491a5c294b8c26c3bda9519c7a8228319be75758c 2,240 1.00/1.00 vMB 15
541,475 541,475 0000000000000000001d760ecb01bbc69ffc8debc265a7b3760852504a1d917f 410 1.00/1.00 vMB 2
541,474 541,474 00000000000000000013a3a932e5fa1d6e6cd69f1b3a70b8b94563cdd731c5f2 1,858 1.00/1.00 vMB 23
541,473 541,473 0000000000000000001b78c2121a75008aa195fa170c126c37ad36761e9850ab 503 1.00/1.00 vMB 1
541,472 541,472 0000000000000000001cd22e5569cf6bd051f6c51c29bd647df627c2650e29b9 2,564 1.00/1.00 vMB 10
541,471 541,471 0000000000000000000b6c92d2baaeb9d3dbde353202415bbd8b7fb3ec54f9a7 2,229 1.00/1.00 vMB 22
541,470 541,470 00000000000000000011293e6cf92daf21bf3650fe5076c9dd64e772535be614 1,255 1.00/1.00 vMB 3
541,469 541,469 000000000000000000190e81f7d8e072bd1f14099bbaa4d0b8a279e74b921303 3,080 1.00/1.00 vMB 19
541,468 541,468 0000000000000000000304677193f7e7519c02b1209ad2cab54c8b22613861da 2,631 1.00/1.00 vMB 19
541,467 541,467 000000000000000000278bb943335862f120ff89682e88e4d98008d5c523ba85 633 1.00/1.00 vMB 4
541,466 541,466 0000000000000000000365ed697a4da5a4f22b7fed093f9f0bb13386aadd8d6e 2,964 1.00/1.00 vMB 20
541,465 541,465 000000000000000000195abf43b574db401ca08c4242d1e5fc43c58fe6bd46cd 2,277 1.00/1.00 vMB 16
541,464 541,464 00000000000000000008424d0ab9cc8e9ca8b34785e95c7db5a673afbb998766 2,351 0.95/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.