Loading Tool

Explorer IconExplorer

Memory Pool

53,704 transactions
29.74 vMB
0.10359900 BTC
Random Selection Loading Transactions
Max Size: 159.72/200 MB

Candidate Block

Mining Attempt 8bee339ad926647c2f4fa502712a760146ab38fe6359422385b13e758ed25b51
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root a7c0d8c1a7cfa798f54e5aeff9566c19e35a338db2d0c767be7c532e198c235a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,795
Size: 1.00 vMB
Total Fees: 0.03134388 BTC
Feerates: 150.77 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (353,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,834 560,834 0000000000000000001b9ebc0dcbfcb861f4289e6461b6fd5c390447621573a5 3,033 1.00/1.00 vMB 30
560,833 560,833 0000000000000000000c632040a0e0c8a4ea4a7fd935eac756556f3e75d26d3c 2,066 1.00/1.00 vMB 13
560,832 560,832 0000000000000000000f44a0553109cd2bc2fc12bcac320115e9ff84dd8d8159 3,035 1.00/1.00 vMB 10
560,831 560,831 00000000000000000006fd140b67eb7f58362412b7cbf4b9d7bd8da77eb311c9 2,980 1.00/1.00 vMB 22
560,830 560,830 00000000000000000004af9e5115bd5e60e8101dced2ba439fd84f6ddb7bf30e 2,282 1.00/1.00 vMB 21
560,829 560,829 0000000000000000002777071970ae4451521c7f38fd6f3766db86b40786036a 2,144 1.00/1.00 vMB 16
560,828 560,828 0000000000000000001495ed67b264037963e78c2600ddf428fb7af952c1fdc2 2,231 1.00/1.00 vMB 17
560,827 560,827 00000000000000000014f733a52928e4ad4f38a6a96faa85dea13cfafc163fe9 2,541 1.00/1.00 vMB 34
560,826 560,826 00000000000000000026874a5f448ebfc65b7470485a17715d9cf89eddaec150 2,950 1.00/1.00 vMB 3
560,825 560,825 00000000000000000016195b21560c8d39965e0f6a65b367153d21c75cc07aeb 3,668 1.00/1.00 vMB 10
560,824 560,824 0000000000000000003001953df99df3c2ebedaa4e95f70b8e93c27754240159 3,233 1.00/1.00 vMB 18
560,823 560,823 00000000000000000015eba0d0a1be3b76937d34972e2f3d913b0bc13ede729e 2,868 1.00/1.00 vMB 47
560,822 560,822 00000000000000000026d9fdba599eb814f9aeb2f1ec96d0605baf99adc0e435 2,916 1.00/1.00 vMB 5
560,821 560,821 000000000000000000078af9e3a79e537a4dd78ea95fa5ca8ddc51778584c6eb 2,695 1.00/1.00 vMB 22
560,820 560,820 0000000000000000001f3ebe78848fcf13335b2db43c6e7f5b2424a3c467f000 2,286 0.72/1.00 vMB 11
560,819 560,819 0000000000000000001baa0fcf1a2d1f344524ca8bc45feec4e71f386726564e 1,677 0.89/1.00 vMB 6
560,818 560,818 00000000000000000021d7af685cb724935106b7774e13ad439b761b1758a2bb 2,824 1.00/1.00 vMB 15
560,817 560,817 00000000000000000022cea081833a26a9ce5a1d4c49094d5793558179f1a9da 3,164 1.00/1.00 vMB 11
560,816 560,816 00000000000000000019745bffc02622ec1616fbee263722840d0e0e226bb03d 2,681 1.00/1.00 vMB 21
560,815 560,815 0000000000000000002133cc8c3d7bfdc4bf2ee6cc11d3b48aa1b14d54c4678e 2,133 1.00/1.00 vMB 2
560,814 560,814 00000000000000000000e8126f96e2e39427c3afe4fb90912a0fad3a2d9800d0 2,164 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.