Loading Tool

Explorer IconExplorer

Memory Pool

75,380 transactions
27.71 vMB
0.07474926 BTC
Random Selection Loading Transactions
Max Size: 169.10/200 MB

Candidate Block

Mining Attempt 6b9c66f0be61a46db06c046981456314f06305993fc525b25fb70e5a43c76376
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root c0e9b27146969819b72ba17b29745b6e1f017c89a2d284691ae4f10520374c68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.01551508 BTC
Feerates: 99.50 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (672,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,187 243,187 0000000000000067bbe6d912873d97da43b60afdfc1817942856a48abb0bc24a 51 0.03/1.00 vMB 85
243,186 243,186 000000000000004aec4b4c7fe43d78727cee871d8d4910b8fb42ba72699fc0f4 240 0.10/1.00 vMB 158
243,185 243,185 000000000000002002f83f24177b260f1ef7298d090a2c78d2d0c5f2675295cd 15 0.01/1.00 vMB 100
243,184 243,184 000000000000001cb6332cedd9a6524d579eecd95a1aad6f52a39d89feb116a8 358 0.16/1.00 vMB 143
243,183 243,183 00000000000000a8158fbcee7262bbba8bf6846901ce3fde99b0f330a4012f2b 16 0.02/1.00 vMB 113
243,182 243,182 00000000000000755ff21cc5135e02ca808d751260856d7fe7f13226894566fc 282 0.12/1.00 vMB 157
243,181 243,181 0000000000000069a61973ad7494f78a354aab951fb774d2a2c6c8425801c5d3 218 0.09/1.00 vMB 167
243,180 243,180 0000000000000051890ceeef4b052130f31c17011e1d78a45717f67b5f28002f 18 0.02/1.00 vMB 59
243,179 243,179 00000000000000189e64ea48de60ea6bca01a8d7d54f2bdd416177f75b11591b 218 0.10/1.00 vMB 141
243,178 243,178 000000000000004f764f5a3853460d81c5bff0ca9d578e021a3cd600c5905861 204 0.09/1.00 vMB 164
243,177 243,177 000000000000005b5ea947a54acc007981b51713346784ac27563a83b1e1eaa4 204 0.09/1.00 vMB 155
243,176 243,176 00000000000000704a4da5773124ef6f0c2e8db3e54722f9e0ac85ab320c6a1c 372 0.17/1.00 vMB 138
243,175 243,175 000000000000001acd4b1aa92683e0d5832cdc8ca0a0d7392a4f60ee8128b639 211 0.12/1.00 vMB 95
243,174 243,174 0000000000000095c0f4416384f2ec0c5f4521c463f1ae94a76d6b4d49cec5bf 552 0.25/1.00 vMB 164
243,173 243,173 000000000000006675ad60692b80dd1fe45c09df5f6140f23abb7c85c3ef3e76 687 0.24/1.00 vMB 186
243,172 243,172 00000000000000361dc567c2cbba2347a4678461efd9d28f409e4e9d84ebc5bb 148 0.06/1.00 vMB 140
243,171 243,171 00000000000000d2acb668150dd144a9ff978f4a2ce47c4612862f1b763d3f2c 98 0.05/1.00 vMB 146
243,170 243,170 000000000000007a35bd8057a82dce7be8f6923bc5a1dccf831b1e1cb7e50b8c 430 0.19/1.00 vMB 138
243,169 243,169 00000000000000ced73e12e672431a2b4038ad9697bcae17b1d52371df4d7c09 130 0.06/1.00 vMB 144
243,168 243,168 000000000000009e39d21c7b8aa035b3f7fbff41e0ae58a7ee8c5b0947653d0e 212 0.09/1.00 vMB 169
243,167 243,167 00000000000000dae90c4e86a90d21c2ba90e622286c184ed0c221b3acf6c800 128 0.14/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.