Loading Tool

Explorer IconExplorer

Memory Pool

77,341 transactions
28.49 vMB
0.09029781 BTC
Random Selection Loading Transactions
Max Size: 173.43/200 MB

Candidate Block

Mining Attempt b793e0b090b459da2b2ef0afcb8cd04e65d0ce7f36bee40b6087b8d79402ffea
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 98bf2c83f5d6d4d4f7ce560f3e639073832590adf252b862b1914e6c7730873c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.02595937 BTC
Feerates: 477.45 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (672,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
243,166 243,166 00000000000000010dcdfb68ee2ec22b111f0dd1a620b564d0d5b9e1c1b3c22d 198 0.09/1.00 vMB 158
243,165 243,165 000000000000003400a9493d2e05611b6ae36ada3fb44f5ad68044007fb8b89b 97 0.06/1.00 vMB 92
243,164 243,164 00000000000000d329efc3fe56d26f594ead0aa9ca2db41382f03be9cfc42871 516 0.25/1.00 vMB 117
243,163 243,163 00000000000000bb8baad0496a7b8e9e36b12c162a437957e88d846f1283b476 653 0.25/1.00 vMB 212
243,162 243,162 0000000000000018c401f4a4db0739ddd9784e52f384bcab5821e673ffad30e1 399 0.19/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.