Loading Tool

Explorer IconExplorer

Memory Pool

81,383 transactions
29.82 vMB
0.14131159 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 47bb62505713c91b926fe9c3bfcca4e6f6b0c7dcd0bf38d5ec105470b449f5e0
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (73,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,111 842,111 0000000000000000000226872c83be0ba647f8b00ac2d35909317767a6449856 4,519 1.00/1.00 vMB 27
842,110 842,110 0000000000000000000259408c1786d81aac08d5c54b6c7fd7b6fbd9ed8658ed 4,484 1.00/1.00 vMB 28
842,109 842,109 00000000000000000002af9458cb6ebe528b3e903b03e9bb008b09f7565aeca2 4,572 1.00/1.00 vMB 31
842,108 842,108 0000000000000000000066d5d70a108dda65601457bbd14a586ce4c5e9821d0b 4,252 1.00/1.00 vMB 38
842,107 842,107 00000000000000000002ec85c6e66201bd1b271fd2abbf2cf7e783b8c9160856 5,696 1.00/1.00 vMB 27
842,106 842,106 00000000000000000000ef4b77d3da450a051b58b7e476d03bbd5dee5095fee9 6,093 1.00/1.00 vMB 29
842,105 842,105 000000000000000000006bcc6c0ef28bcb66e01059fcad4f550996824b61ef47 5,469 1.00/1.00 vMB 33
842,104 842,104 00000000000000000000e79ac9b441afcf5e658e729524aa43a8c62652efe2f0 5,930 1.00/1.00 vMB 31
842,103 842,103 00000000000000000000160e17baf382bb1d107c625c27abad6b42ecc87d3419 5,790 1.00/1.00 vMB 29
842,102 842,102 000000000000000000010a5c45bea5cbc2fc34e9472bf4387504526ee123f5c6 5,675 1.00/1.00 vMB 31
842,101 842,101 000000000000000000012a3606c1fa72b247525ab377a9ed87e167d5fcb6f375 5,846 1.00/1.00 vMB 34
842,100 842,100 00000000000000000000db22f054becd035d178cf30d6b710e357aea57ea7cd0 6,418 1.00/1.00 vMB 33
842,099 842,099 00000000000000000003215a5241a433b694349c16d38e0fdea2e0f823c9419f 6,185 1.00/1.00 vMB 32
842,098 842,098 000000000000000000028237a51ff8dafcee7ee5e9aa1b4e828dc3b559e82db8 5,906 1.00/1.00 vMB 35
842,097 842,097 0000000000000000000088bab766ad56b09a18717cb922b7f187d6e61a3f0fee 5,913 1.00/1.00 vMB 35
842,096 842,096 000000000000000000017a5479fb3a2a31fbbc025724cdad766959d9a191b2b9 4,770 1.00/1.00 vMB 41
842,095 842,095 00000000000000000001bd2514d0f2d53e886d2b826edbb95743eef43e0fa770 4,292 1.00/1.00 vMB 38
842,094 842,094 00000000000000000001661829a860710f0bae8c46c7909c7de644923227c829 5,811 1.00/1.00 vMB 31
842,093 842,093 0000000000000000000254c9981ec1bf42fa54ada3edea0ccb57f0dbbc021ee9 5,774 1.00/1.00 vMB 34
842,092 842,092 00000000000000000001656b3d0ff0ebccebbac3129b9c2d7aa18726c38dc96b 5,972 1.00/1.00 vMB 38
842,091 842,091 000000000000000000017fff6b43ff0b5977a0467052bb8509c4051397730258 4,383 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.