Loading Tool

Explorer IconExplorer

Memory Pool

71,542 transactions
27.70 vMB
0.05847472 BTC
Random Selection Loading Transactions
Max Size: 164.28/200 MB

Candidate Block

Mining Attempt e594bcc1ddcfa156a9ab4508f2fb63769858491ce162ecd817b94cd38a14d2b6
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2b999924433c1660c6c5bf9ba3d001611f33b828d0012f8f434d5583bd521c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,105
Size: 1.00 vMB
Total Fees: 0.00313118 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (125,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,153 789,153 000000000000000000019da9e5c9a2fe1c79af2998ad44657e641e1e9e7dce89 4,590 1.00/1.00 vMB 58
789,152 789,152 000000000000000000027ef76ad04a06f81a59d66806b4e02ec56a7028335dfd 3,799 1.00/1.00 vMB 144
789,151 789,151 000000000000000000010b206fddb84864ead9562a88c0529f84db9d044fe6cc 3,140 1.00/1.00 vMB 54
789,150 789,150 000000000000000000011e113ac2551c594d0b77eabfafbc0b52e00e4f42cf8b 4,687 1.00/1.00 vMB 83
789,149 789,149 00000000000000000000345ebffcac06b7677940212739e31094e75e14c296d1 4,133 1.00/1.00 vMB 86
789,148 789,148 00000000000000000000fedb6aae13bc2fa2b52c09d5e63d03353148a51f8f79 3,215 1.00/1.00 vMB 185
789,147 789,147 000000000000000000046c4c05f2b9351716d921572c86e7306ba51cc6d47719 3,618 1.00/1.00 vMB 70
789,146 789,146 00000000000000000001f6ba8811d1312b5c3e8143cf7252cfbca345684ccb83 4,102 1.00/1.00 vMB 134
789,145 789,145 00000000000000000003da1f83f3ce7a0e8287ea8e15a555e8f0b091d567a890 1 0.00/1.00 vMB 0
789,144 789,144 0000000000000000000579efa8ecec7a6f5f65f15d130b43f51eade0efb4d5be 4,309 1.00/1.00 vMB 78
789,143 789,143 000000000000000000019441fb07607e469cf3aea2b5006508ead75e2b150bd1 4,418 1.00/1.00 vMB 110
789,142 789,142 00000000000000000001e423f7dddac6ae02fb31afe0403c91c380322a5f3a98 4,043 1.00/1.00 vMB 93
789,141 789,141 0000000000000000000507bdcc605d99df36cb6834c3a8ddd90d08a07532956e 2,148 1.00/1.00 vMB 71
789,140 789,140 000000000000000000049973648ea7a15bf2c7f3585eb8700f889e9aca5af73c 4,294 1.00/1.00 vMB 125
789,139 789,139 0000000000000000000006b191d4968bed73e62536fd27c1fe4c151391405f60 3,501 1.00/1.00 vMB 135
789,138 789,138 00000000000000000003aa2a5cfa72cd4aaaf990c13a9c77446988b58594d930 3,244 1.00/1.00 vMB 198
789,137 789,137 00000000000000000002e8ec9f48311d658ab89c2c0e3c90248db6d0921c749f 2,634 1.00/1.00 vMB 341
789,136 789,136 00000000000000000003ec91f2476f9098129b1d9d68159842615807c4941baf 3,560 1.00/1.00 vMB 81
789,135 789,135 00000000000000000004a2b02d0d5d22631724ec0438118c54d10d8ba00124c5 3,751 1.00/1.00 vMB 106
789,134 789,134 000000000000000000002e547daae0c3421698dcdb55bc4af10debb08fd6530f 3,983 1.00/1.00 vMB 200
789,133 789,133 00000000000000000003bf94447ad5adc5859cd78d600000525851b7784a5599 3,738 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.