Loading Tool

Explorer IconExplorer

Memory Pool

80,458 transactions
22.24 vMB
0.06738907 BTC
Random Selection Loading Transactions
Max Size: 147.85/200 MB

Candidate Block

Mining Attempt b6d7ad7176a459280959a0863a0303bccd20c2c41bcd6b731f897f59a448f59a
Version 20000000
Previous Block 0000000000000000000058cafb6e60f48cd5a6ff32ea7fe83b90bfbbe4e36468
Merkle Root 031184033f421c6290c74051bb1a80cfe12689a6f317b68afab21abbda3abaa5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,993
Size: 1.00 vMB
Total Fees: 0.01627564 BTC
Feerates: 135.00 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,150 (840,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,621 75,621 000000000052c5791bf89baa1a79d93f2cd0fba5021b741043dcae4f7c2d43e5 1 0.00/1.00 vMB 0
75,620 75,620 00000000000b88d6084850a409724f199a412be4c7a04e09d5887d0d41575eda 1 0.00/1.00 vMB 0
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
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.36 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.