Loading Tool

Explorer IconExplorer

Memory Pool

39,333 transactions
25.65 vMB
0.04947983 BTC
Random Selection Loading Transactions
Max Size: 133.35/200 MB

Candidate Block

Mining Attempt 66171f8831878ff8ab79b9141acc31974b1f3f5c19064d396a90126c71211d38
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root f73d32f69925b502bc93a4d1ad26f6b2f8b6876802ec2de6dc77f84c577e9f4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,279
Size: 1.00 vMB
Total Fees: 0.00310513 BTC
Feerates: 61.00 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (497,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,928 416,928 000000000000000001e2c92a0e6452ab53f8d2c72d645c99f755d721d25b98a6 510 1.00/1.00 vMB 17
416,927 416,927 0000000000000000039d1594baeb06b40cc6d6afdcb7c7e2f3d50c2341e2781c 2,431 0.99/1.00 vMB 64
416,926 416,926 000000000000000000d0fde0dd02b48c7739bf6049ea4d5f445cb2c3f1c946a7 1,470 1.00/1.00 vMB 37
416,925 416,925 000000000000000004c1674250fd48b83b8ff9049063f136148ab693da7423f1 1 0.00/1.00 vMB 0
416,924 416,924 0000000000000000018d21f7f195af97dc10328aeb402aca0f162e6ca534b4d3 1,073 0.51/1.00 vMB 60
416,923 416,923 000000000000000004397fa19bc758b40c39d7287ac2fa5338ba835db6baa2f6 729 0.35/1.00 vMB 52
416,922 416,922 0000000000000000011816fd0319167cc72013d6fba2665bc69fee60d0712bf0 1,365 1.00/1.00 vMB 48
416,921 416,921 0000000000000000056808d3298d456ed83f826b0d723aaf6e3e51b7f4c8f65b 2,556 1.00/1.00 vMB 82
416,920 416,920 0000000000000000040165b5c1cad4b328ed6dc40c2e255504644fe8afc3fc8b 193 0.06/1.00 vMB 79
416,919 416,919 0000000000000000027616baa992fdc4501e93c494da77fb806f5c50b8b4ce17 1,254 1.00/1.00 vMB 34
416,918 416,918 00000000000000000051eb9529100f125d1f72b31a51423a01da74221a5de2b3 2,754 1.00/1.00 vMB 75
416,917 416,917 000000000000000004fb2dea870d7d54f3b5dcd11871b6c159ee24a73f2211b4 557 1.00/1.00 vMB 20
416,916 416,916 00000000000000000550a1c370a312397dc93e4a79d7ba385e4e7f6fc94f0d91 801 1.00/1.00 vMB 24
416,915 416,915 000000000000000004a460bea784f1dc9be870311065250e0602b01ee804f759 863 0.35/1.00 vMB 64
416,914 416,914 0000000000000000041e36ddb69f09be5ecf8439dac3eb815c92d327ff755598 1,420 1.00/1.00 vMB 36
416,913 416,913 0000000000000000020c8c912920bf6ea18fba960e0c840d1c23d34a6cf18322 2,333 1.00/1.00 vMB 75
416,912 416,912 000000000000000003b715963c3f3d185ee386f7f75a0a274acb6975a91cfadd 1,920 1.00/1.00 vMB 55
416,911 416,911 00000000000000000089c1dce6549e472c9ad945a1652eecfc52cab70686dc9c 260 1.00/1.00 vMB 9
416,910 416,910 0000000000000000054ee52a5b6db7318308c7cada4b70b1284fb5aac3b8eea7 2,221 1.00/1.00 vMB 34
416,909 416,909 0000000000000000012ff77e4f5805027001335ba5f34b7cb524ce241a936d52 389 1.00/1.00 vMB 13
416,908 416,908 000000000000000002021f223fd56acf4f228054ff5edd5779f9be55af623001 665 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.