Loading Tool

Explorer IconExplorer

Memory Pool

86,655 transactions
32.24 vMB
0.13540003 BTC
Random Selection Loading Transactions
Max Size: 197.27/200 MB

Candidate Block

Mining Attempt 771f08f2931fdfa8193b21dcb766ce32c3b67489e0cb124cafccc73b625ae52f
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root f248b53aa2b7037e203bb84c4f05ad41024871f3d68e1023e599d5b3a87622b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.05059979 BTC
Feerates: 299.70 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (55,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,585 859,585 0000000000000000000324d951618ac898d96567d4cd19644c73f140e04ec3c4 5,273 1.00/1.00 vMB 4
859,584 859,584 00000000000000000001fb6089738f75c217fec0f1dd5f105b5d6d44cc5f30a8 6,043 1.00/1.00 vMB 2
859,583 859,583 0000000000000000000106c0eb88c68788575321f979f85cdc171509c86aa3e2 5,668 1.00/1.00 vMB 4
859,582 859,582 000000000000000000018d2f2927e6a14d8148714569c5412b81e790789c0a05 6,596 1.00/1.00 vMB 3
859,581 859,581 0000000000000000000191f8c5b12fcd0a45ed396651c6546c5dd4d4d52346e5 6,699 1.00/1.00 vMB 2
859,580 859,580 00000000000000000002a162a7152bc4053a02925d6d9f33333022af22e0d626 4,759 1.00/1.00 vMB 4
859,579 859,579 00000000000000000001eb29838f9208d8195a9189e30dfbb5e6d689ae23744f 4,502 1.00/1.00 vMB 5
859,578 859,578 00000000000000000000736ab4e34eb1d7195878240e063d5614242870e51f15 5,715 1.00/1.00 vMB 4
859,577 859,577 00000000000000000000b6ca34012f4f969906998f0f9e08fb5e5cfb5fa0f999 6,447 1.00/1.00 vMB 3
859,576 859,576 000000000000000000002bd112b61f79ed5d3cd5319f4e960933630b65b6bd18 3,019 1.00/1.00 vMB 3
859,575 859,575 000000000000000000002b572b68261d83346da5e0b333b6516ba593a81ab0f6 4,471 1.00/1.00 vMB 4
859,574 859,574 00000000000000000001061a01bf85e32dc5e0e39550185e308cdc84b9dc62ee 3,368 1.00/1.00 vMB 8
859,573 859,573 00000000000000000000557e71c1ea8d70db6d0f1958c752ff6d51d896e33e10 3,991 1.00/1.00 vMB 6
859,572 859,572 000000000000000000002ba0d8bf8f32bfb6da898dc1343751ee662606987f59 3,929 1.00/1.00 vMB 4
859,571 859,571 00000000000000000001aea7e0ecfb6436da2f69e69a017d98286bf91c6d7e51 4,402 1.00/1.00 vMB 5
859,570 859,570 000000000000000000005fee05bec2631a5b7d6c8917ddb3ceedcacd4fac9732 3,564 1.00/1.00 vMB 10
859,569 859,569 0000000000000000000294362d7d586230c5f78f75f2dced2ae3743ecc798d99 3,888 1.00/1.00 vMB 5
859,568 859,568 00000000000000000002f8d54f3a55d2d8b3d6d7101c464e06c1dd277e5049a4 6,357 1.00/1.00 vMB 3
859,567 859,567 0000000000000000000126189c98164ac4cf384fef82cd8483bbeac37569c610 5,421 1.00/1.00 vMB 3
859,566 859,566 0000000000000000000198aad23e35e8577ce0970ebb2a17039f1452b36c4d21 6,503 1.00/1.00 vMB 3
859,565 859,565 000000000000000000001656214173aceaecb6c077b74c57647b49b97d705999 1,984 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.78 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: 709.65 GB
    • Received: 16.95 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.