Loading Tool

Explorer IconExplorer

Memory Pool

80,431 transactions
21.75 vMB
0.05927421 BTC
Random Selection Loading Transactions
Max Size: 145.60/200 MB

Candidate Block

Mining Attempt c1f9849dddbaf866a988317844d92268b111b737e648fe593a4eb273b6a1a09a
Version 20000000
Previous Block 000000000000000000001edb75104f357949f6943cde0cc5170fef01673cc3b2
Merkle Root a404e818b7376664137eb9537f599e82e3d012bc94c1f1cc1a94680fc25a4368
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,598
Size: 1.00 vMB
Total Fees: 0.00968337 BTC
Feerates: 150.98 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,151 (840,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,619 75,619 000000000059eb9aed462d354c8179b141128e2aff567193a01eda10e7546bbe 3 0.00/1.00 vMB 0
75,618 75,618 00000000001e13f2026112fbe11c4ae332fa730acc76bb1cc328d3dabc6d282c 1 0.00/1.00 vMB 0
75,617 75,617 00000000005525e0d9f3eb3e65c9b3fe4705059e34961e39d810bcaeb723da4c 2 0.00/1.00 vMB 0
75,616 75,616 00000000000ab0773bcd453362c6bd807ba83b4f3670dc0d8c709146c56f551d 1 0.00/1.00 vMB 0
75,615 75,615 00000000004cf0c8db5ed867eb52df3a14d6a2b28bb8378cb610e4e3c82fa510 2 0.00/1.00 vMB 0
75,614 75,614 00000000006cc24c7037ef6d5db00d1a75018af7f8ebbfb354c682a9616b1ea6 1 0.00/1.00 vMB 0
75,613 75,613 00000000002491349e13607858b3df672910daa8ae0db609f2998593f0931f19 1 0.00/1.00 vMB 0
75,612 75,612 000000000010db92a1f849b48b646d1c6617a1a582a7f13ecf2e11f62917de88 1 0.00/1.00 vMB 0
75,611 75,611 000000000045c6b598ac69ab13dbe75aa2572b716a3d72692e70e2aec5b0985c 1 0.00/1.00 vMB 0
75,610 75,610 000000000018c96bad95145132a5e5423513ab0133fb5fc3e527f7b619d577bf 2 0.00/1.00 vMB 0
75,609 75,609 0000000000103da871587a28c46620802f6bf3c1c494e893a33db36fbfd9ece2 1 0.00/1.00 vMB 0
75,608 75,608 00000000007052573e4b355b76475bb527df5507cd1df9d71c178f821fd4df8e 1 0.00/1.00 vMB 0
75,607 75,607 000000000057565c380918f6ee1a7716f7852ab4f9980e5954934a1b71af1032 1 0.00/1.00 vMB 0
75,606 75,606 00000000001feecae2e0829f0ad458bb359faa942f2dc8062f3d5454efe60cfa 1 0.00/1.00 vMB 0
75,605 75,605 000000000034daa4a4376e48718e40a9523c5bafedce966b17a3a5a621964e49 1 0.00/1.00 vMB 0
75,604 75,604 000000000077212bc007ddc830faf66c95cd75b31f7cec4e36013ca1e3d9f9fd 1 0.00/1.00 vMB 0
75,603 75,603 0000000000577fe1de28b35a41c17014147942e77766a61159efb78ec80b6125 4 0.00/1.00 vMB 0
75,602 75,602 00000000007d4e8a9710eb25902e8f48c0b869b1462cf93d15b7e5c9bd364ea1 1 0.00/1.00 vMB 0
75,601 75,601 000000000045c1d285f23777f24978c209565a5cc82d956b7289bfdbe85988c0 1 0.00/1.00 vMB 0
75,600 75,600 00000000000e3deabe21faaa6941b6d9a89a194e6d1646a16389ff17fa67c33e 1 0.00/1.00 vMB 0
75,599 75,599 0000000000395e10a004caf67d45da7e75d5af71f0ac1f604b6d372f2c549a82 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.39 GB
    • Received: 24.52 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.