Loading Tool

Explorer IconExplorer

Memory Pool

26,070 transactions
26.78 vMB
0.05472490 BTC
Random Selection Loading Transactions
Max Size: 128.52/200 MB

Candidate Block

Mining Attempt 7cc1ede46ac7aad26a91ad26152883c067ae0850124c44e1abdcaeee5d5e3753
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root e4d1bc3f4f0afe6e339faab9b621c163261ec64cfa7295ff27b859735e8e9ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.00441299 BTC
Feerates: 40.28 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (878,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,964 35,964 000000000684c8e02939b8e7f269d98742ce06d8f3803b2669549cf0fcd7abc5 1 0.00/1.00 vMB 0
35,963 35,963 000000005b2f5020fc92b19239801ed3705e8dcdd18756ae1304e2adb72029c7 1 0.00/1.00 vMB 0
35,962 35,962 000000003c7aaf4da80d1785e902fa427141d2919981f97dc57cea048ac79b34 1 0.00/1.00 vMB 0
35,961 35,961 000000006f73dd855df3965319cd80c88442552e9a458358558145577f50c128 1 0.00/1.00 vMB 0
35,960 35,960 00000000a265c4d3f027b65f3565220bb242cc91ee8bf93b72b2c8dd5768a62b 1 0.00/1.00 vMB 0
35,959 35,959 000000008f25e1a22beba9b7675f6be5c1efda1c86a68c0d79de51844d0f5088 1 0.00/1.00 vMB 0
35,958 35,958 000000007e12445de612fad6451bada392329c40ea4048b719aedd4fda81efbd 1 0.00/1.00 vMB 0
35,957 35,957 000000005091581a8db5f21814c1b12a1987474a824d13ddd1b4e4f862841a94 1 0.00/1.00 vMB 0
35,956 35,956 000000003f1f9676601b76f734d184a289bbe5ebd17d5f981321360ea1189104 1 0.00/1.00 vMB 0
35,955 35,955 00000000549d3c05fcd5d134e8bddfdcabdb80324c347c94f648a6ab9e6df9fd 1 0.00/1.00 vMB 0
35,954 35,954 000000000e389361059e041bc5a48d3cba0cce09d14191f3f45587f8ffa7ffab 1 0.00/1.00 vMB 0
35,953 35,953 00000000bc11f68733d23d7cdf330111b55a6343ace1a063a5bcac168e956675 1 0.00/1.00 vMB 0
35,952 35,952 00000000c2ae8f6c4432e6d7fccd3fa76e162730d58cd0dbaec4480e12c7dad4 1 0.00/1.00 vMB 0
35,951 35,951 00000000ae3db12078ae41fdf95533854cd82bd21cdbdff8dc4ad4f2e314cb88 1 0.00/1.00 vMB 0
35,950 35,950 000000005e3f62dfb91e652b21bdbffe23b95c243ea4def6a665f624d769f296 1 0.00/1.00 vMB 0
35,949 35,949 0000000043815ce9c45adcbddd856686de71e4fff3828737a1c943ffd40e311a 1 0.00/1.00 vMB 0
35,948 35,948 0000000034014d731a3e1ad6078662ce19b08179dcc7ec0f5f717d4b58060736 1 0.00/1.00 vMB 0
35,947 35,947 000000003a699ee141d072b1bb48387ae8991c057cadbf468472e99504d762ea 1 0.00/1.00 vMB 0
35,946 35,946 000000000116e9eb150b929ede12d96d649c6110f290a3664b38a3a54807903a 1 0.00/1.00 vMB 0
35,945 35,945 00000000995b21263f2eef5c0a8a012590f5c21b311cd41a51839e7ae7216129 1 0.00/1.00 vMB 0
35,944 35,944 0000000026c928b4259dbfd2e8e1e518e7fe86388ff70a3a2a12b6f68e83bfa8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.00 GB
    • Received: 10.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.