Loading Tool

Explorer IconExplorer

Memory Pool

79,813 transactions
29.77 vMB
0.11640820 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 3c1bf1460ef77e4720ce47ecb51ac682e6b18bcb7957bd8e0707e1f0d479c458
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 35c141dbae38803c6eb223c56cf4cb590ecd7329ffa781de263f47780a9d8648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,915
Size: 1.00 vMB
Total Fees: 0.05578111 BTC
Feerates: 150.32 > 5.59 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (330,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,000 584,000 000000000000000000100aa5235cc7379ff1039e87f9c6809c45e7773363af5b 3,011 1.00/1.00 vMB 76
583,999 583,999 00000000000000000003514170849fa8d3b2bd4f147174eb6a7da99647d9978c 3,313 1.00/1.00 vMB 65
583,998 583,998 0000000000000000001e1da2be30c38be274fe4b8c7a4341c1608cb46922c065 2,373 1.00/1.00 vMB 79
583,997 583,997 0000000000000000001cb705e1303297e8e24e2c96c0f81a4c77473120077284 1,917 1.00/1.00 vMB 68
583,996 583,996 0000000000000000000d1db94ab237681ea5815c2b9f4bd1410ec98771aef47b 3,304 1.00/1.00 vMB 80
583,995 583,995 0000000000000000001e6276a0f7839bdca18c3b12d0fc3d4640d6c0defd60b3 2,759 1.00/1.00 vMB 89
583,994 583,994 00000000000000000021bce71eb18a583caae99e4faf99b7170038cc38ea9c30 2,665 1.00/1.00 vMB 36
583,993 583,993 0000000000000000000ad7065f19b10382ec729ccda5beabb50aa4172f559f75 2,396 1.00/1.00 vMB 54
583,992 583,992 00000000000000000000161f7949627f083b8f68494903f164cdd3355feccee2 2,984 1.00/1.00 vMB 78
583,991 583,991 000000000000000000028c8fae5bc650801caa99fc56be347f0114baab771732 2,025 1.00/1.00 vMB 61
583,990 583,990 0000000000000000001ee3a75b9078502ffbc133eaa91ea7b67210e3d89fa1d5 1,250 1.00/1.00 vMB 48
583,989 583,989 0000000000000000001bf16f0c289e2e82212668abe05c9567a75a7c2ef53527 1,844 1.00/1.00 vMB 52
583,988 583,988 0000000000000000000b67e27375bdaa340aad4535f60b03c3bc522feefeca43 2,898 1.00/1.00 vMB 80
583,987 583,987 00000000000000000011f68bd6385989ac45b2d5bcd944e33e3a6511f54b74f1 2,317 1.00/1.00 vMB 58
583,986 583,986 00000000000000000000c7c51f864e48b402952ed87af71ce05eb6932d5acbfb 1,580 1.00/1.00 vMB 48
583,985 583,985 000000000000000000177edc357f3cf8dd08aeeb2bdc28f93658cf0264df5336 2,390 1.00/1.00 vMB 63
583,984 583,984 0000000000000000001eb950cdf194cffcaddc3e73cfafd20e6f93c8989f8d6c 3,124 1.00/1.00 vMB 102
583,983 583,983 000000000000000000164e103a8efa227862ecab358eba3117fbea8038683b55 2,180 1.00/1.00 vMB 65
583,982 583,982 00000000000000000009b47b1e03d66b18a0257fb9a89f19be8be1c29df1fcae 2,062 1.00/1.00 vMB 70
583,981 583,981 00000000000000000008ee20e3e52d917691f5d3de67e8170cdf637fea7d8618 2,544 1.00/1.00 vMB 95
583,980 583,980 0000000000000000000a8cbfeb4461123497b63938babaca864d4b62d1a45e96 2,282 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.01 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.