Loading Tool

Explorer IconExplorer

Memory Pool

38,226 transactions
26.34 vMB
0.06262524 BTC
Random Selection Loading Transactions
Max Size: 135.59/200 MB

Candidate Block

Mining Attempt c10a79272660adcdbf0c41c3d16a2ea8086b80e9188f50e40b2ca78ee0d7448d
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root cfae2f4c32f47398d3bd46306d161bf78e6ab1f11c5aa6ed5e2043c9fef0302c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.01377792 BTC
Feerates: 160.85 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (520,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,814 393,814 0000000000000000015f960d25ab2ca7a2396653ebd8be5e409380afff4ae59b 658 0.36/1.00 vMB 30
393,813 393,813 000000000000000003d8ecd1265bf169c6f1b5b42f08b50fe198d35e9a264336 749 0.45/1.00 vMB 25
393,812 393,812 000000000000000008e6fd89dbbef9c7e54f4715949bfc4003c569f6241b0a07 531 0.32/1.00 vMB 24
393,811 393,811 000000000000000006f2fb1778a9a9a91419edfe5cbc4a6d1dfc5587ae3d803c 1,170 0.83/1.00 vMB 24
393,810 393,810 000000000000000005311452867303eca4668bee0dea4c5b7a4aab8df8a2985a 2,103 0.75/1.00 vMB 42
393,809 393,809 0000000000000000023e72e086d6d3019b0dfc87847939c463980827a2da02ba 851 0.65/1.00 vMB 23
393,808 393,808 0000000000000000024883f2672d24cdf86ee2a5ccd3990d95f1f52018127b92 558 0.47/1.00 vMB 17
393,807 393,807 0000000000000000016490caf7f54a7ec4261524f30a23c654958f306a04b746 2,182 0.93/1.00 vMB 32
393,806 393,806 000000000000000008d3186313f9c68eb7f179cdab6c63fe47e9750b9bef0138 734 0.53/1.00 vMB 24
393,805 393,805 000000000000000001e0ffdafae5386e1867e233dc68db933c19047c6b0d28f3 825 0.46/1.00 vMB 26
393,804 393,804 000000000000000007bb5f9c8a9f297c8c33d960a3f19f869b73bb779d45d699 1,048 0.76/1.00 vMB 23
393,803 393,803 000000000000000005448100c083221c6cdc9ec4aefb4f5ee74ccca839c9596d 1 0.00/1.00 vMB 0
393,802 393,802 0000000000000000058d06a03328119f6044ae900a0511ccd64f565ec0f2db03 2,015 1.00/1.00 vMB 34
393,801 393,801 000000000000000005bb3aedb51c039eecc7fd2821f51aa78c0f6d1bdb06808f 798 0.87/1.00 vMB 27
393,800 393,800 000000000000000001de2dea3bedfaf942e6e0c0d9f20cb37f62eec9b9da3f69 196 0.48/1.00 vMB 11
393,799 393,799 000000000000000007fca4c910132589e79bfb32b866d3cc7f4f5657d9c6ae23 1,713 0.90/1.00 vMB 26
393,798 393,798 0000000000000000069c8312c7dad98cfe85bdc3ebd269f6efa428023ca41650 2,207 1.00/1.00 vMB 34
393,797 393,797 000000000000000005c98a96edcb756c784443a59564a26a71ef3818c7144cb6 970 0.53/1.00 vMB 28
393,796 393,796 0000000000000000084fd081b89034f1c3fc7b488736dd40a4e37907d5cb764c 1 0.00/1.00 vMB 0
393,795 393,795 00000000000000000432c503dfe3ddac217e1a4114453a01d82d17f448c293ef 581 0.43/1.00 vMB 27
393,794 393,794 00000000000000000403e7d9eb8006b3d5c243806670a84344ab6eff4ee5a9ee 425 0.32/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.