Loading Tool

Explorer IconExplorer

Memory Pool

43,030 transactions
29.17 vMB
0.07766935 BTC
Random Selection Loading Transactions
Max Size: 150.12/200 MB

Candidate Block

Mining Attempt dded439c9f0a1b053c91a3d67485d5ef2d25e0092e821f5b2fc5f9ee229cae54
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 1d7e0e45c3d18da86968a1715689126a8dcbb8bcfd0e9263bf3a77a1374e1c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.02059838 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (222,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,186 692,186 00000000000000000002ade60726513c3b4b3295fefb67ac76b9bc21d0a00651 1,435 1.00/1.00 vMB 7
692,185 692,185 0000000000000000000f45afe3ecf68282c54b23299fe8be943f54bfd534b844 2,847 1.00/1.00 vMB 16
692,184 692,184 00000000000000000010e1e7614e1c0a04ce4b75e809d0bbdd82ddbcdf080159 2,686 0.92/1.00 vMB 20
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
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.