Loading Tool

Explorer IconExplorer

Memory Pool

34,612 transactions
27.33 vMB
0.05483347 BTC
Random Selection Loading Transactions
Max Size: 137.04/200 MB

Candidate Block

Mining Attempt 002fb1181e2a06b45f618cbbd4e452ee93941abfcc41feb5879ddb383c3e8f76
Version 20000000
Previous Block 0000000000000000000184b6b3da1018087eab8d554c2b5af3054712d1bfd1de
Merkle Root 3304a6e7f862d29464f1a679da98c6773d18a8a63e36b9915ac970bf451f10ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.00331181 BTC
Feerates: 40.21 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,603 (222,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,183 692,183 00000000000000000011b28a339c4854925adafa43854309dff5219f710273c3 1,810 0.64/1.00 vMB 6
692,182 692,182 000000000000000000015ab28ccdfd892f95cf2543ee430ac5cd60c9bd608cf9 2,843 1.00/1.00 vMB 29
692,181 692,181 000000000000000000138010cc72afc95a8ddbf8b2bbc7f6fe150276443ff5fb 2,598 0.91/1.00 vMB 14
692,180 692,180 000000000000000000015d7b23b5c461542dbb1451317f40fa4812944c4c840b 2,038 0.93/1.00 vMB 24
692,179 692,179 00000000000000000001d0a21ed5e7f15c7c70c0ae96042314bbfd4abe14cdc6 575 0.26/1.00 vMB 18
692,178 692,178 00000000000000000008256ddd0dbc7c37a093f76b7b6ddadf031cfcb40d7611 1,631 0.73/1.00 vMB 20
692,177 692,177 00000000000000000009155af25e5d402275d55f0ce4174978ba229b948b2d04 1,352 1.00/1.00 vMB 5
692,176 692,176 0000000000000000000dc29cbf92ac8a0f83c38de5507e8b89158defc9466a4a 2,078 1.00/1.00 vMB 13
692,175 692,175 0000000000000000000373b0c8121a695ad6ccc166f4d0425ffc8d027b9b003d 2,495 1.00/1.00 vMB 29
692,174 692,174 0000000000000000000100a4681fe264d4ac31e6a5fd0ce8b78a0f807a98289b 85 0.05/1.00 vMB 15
692,173 692,173 00000000000000000012e205941cdf2440338e9324def4643d7913e203e334df 1,306 0.55/1.00 vMB 18
692,172 692,172 00000000000000000012d28e21cb5a59ad5b9ea08fa4545a12c01cd430ff6bf5 348 0.10/1.00 vMB 21
692,171 692,171 0000000000000000000682e743c631b9fd2f5da217a71cf75ab0e58bdcb66f4c 2,955 0.92/1.00 vMB 4
692,170 692,170 0000000000000000001252316fbd98dfea7106d99e0576a4f07c447acdcfac7b 2,932 1.00/1.00 vMB 21
692,169 692,169 00000000000000000004c8d0c791114e0969dec57d07f1da80c08052426b3ca0 2,640 1.00/1.00 vMB 19
692,168 692,168 000000000000000000053f8ca3599f7b5f11839173e28cd834e6fde9cc8917da 239 0.12/1.00 vMB 2
692,167 692,167 00000000000000000013c2d9c5b81dca57206f7418ed5970b4c7d36670eb83c9 2,791 1.00/1.00 vMB 12
692,166 692,166 00000000000000000010945e1596db9876ba5912367bf987f0739b56a48e0ac6 2,814 1.00/1.00 vMB 15
692,165 692,165 0000000000000000000d55e6348506006df238d08c2248c93bec7ae8a6b40c2c 1,434 0.46/1.00 vMB 15
692,164 692,164 0000000000000000000e3506f05e0b13117dd55b4d9e9fce19fe0ac9423e28cc 826 0.33/1.00 vMB 12
692,163 692,163 000000000000000000019908e56d78fb43837777e9ab214535a3519bc039221f 1,096 0.42/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.69 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: 628.82 GB
    • Received: 11.83 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.