Loading Tool

Explorer IconExplorer

Memory Pool

83,272 transactions
30.70 vMB
0.07752918 BTC
Random Selection Loading Transactions
Max Size: 188.78/200 MB

Candidate Block

Mining Attempt 4effa17bd0eb1a1a4102cba78dedb4cab153828560c048e8064ebb225d0925eb
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root 4ed6b12398acd4b99e31143629248a4f2d4efb6f9010fc7d931e70236752599d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,652
Size: 1.00 vMB
Total Fees: 0.00885896 BTC
Feerates: 49.17 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (418,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,047 497,047 000000000000000000a69d6d8da5b6d2e614e49cd0227680009cbdc790007304 1,502 1.00/1.00 vMB 152
497,046 497,046 000000000000000000bc3da21c5b34c16c0b50a2eb04ddfdeb575f3cce6552d1 2,117 1.00/1.00 vMB 164
497,045 497,045 000000000000000000aa35cf18f91be931e14de6e282d334c144be2aae92d0ca 1,526 1.00/1.00 vMB 140
497,044 497,044 000000000000000000b0d718f2d425badd09ff378d7ce5abba1b07186a5ede92 1,989 1.00/1.00 vMB 154
497,043 497,043 000000000000000000120ea0c2c81b8c5631446937803ff62a50c2fc5329824a 2,864 1.00/1.00 vMB 146
497,042 497,042 000000000000000000a1f27464a64cb045891191d00deb9406c3e98df9d38a8e 2,851 1.00/1.00 vMB 163
497,041 497,041 000000000000000000817cd18833e46205aaf09b9b937aa37527da6c9b4bc89d 1,702 1.00/1.00 vMB 163
497,040 497,040 000000000000000000808d8512fff28aaeedf872480c20a81b1990049ea7d232 2,493 1.00/1.00 vMB 191
497,039 497,039 000000000000000000470e236fa9a8e1271d03a6daf42ac1ed4d0bac3763f9ce 2,247 1.00/1.00 vMB 194
497,038 497,038 000000000000000000ce192291ffff7de2eda1b1c5e886d7cdab0f6d4f031e50 1,955 1.00/1.00 vMB 211
497,037 497,037 000000000000000000640cb5001a3bfb00b44ef57d03577e686ab68c7dea904a 2,388 1.00/1.00 vMB 166
497,036 497,036 0000000000000000007fcb2d8f23901a5f22e023169e2e52339cbba0603109d5 2,160 1.00/1.00 vMB 177
497,035 497,035 0000000000000000006ac82c5db2f1b4d0efc0094637b824e82e9023c7115864 1,701 1.00/1.00 vMB 202
497,034 497,034 0000000000000000000418caf804e1258def06fc224fd8a101f8f10afaeb648c 1,568 1.00/1.00 vMB 219
497,033 497,033 00000000000000000041e13dedab3df68ff397f2837689b2b5221f2cb7c0b3f7 1,965 1.00/1.00 vMB 165
497,032 497,032 00000000000000000078485b2286a3a12904595f67c349676aec64e4e39734bf 1,933 1.00/1.00 vMB 140
497,031 497,031 0000000000000000004cbbe8f640e912b857833482860a97225cd0d99a01246e 1,446 1.00/1.00 vMB 161
497,030 497,030 00000000000000000054698ff7ef31fdab14b6962bb1d5439ec7446b849f91a1 2,088 1.00/1.00 vMB 166
497,029 497,029 000000000000000000c7c8226b5f2167009a7a0f6085a456acb4b26ffb08e3a9 2,323 1.00/1.00 vMB 166
497,028 497,028 00000000000000000009e51d5bee48a7d9d1f0acae7d232168a952025d686668 2,404 1.00/1.00 vMB 214
497,027 497,027 00000000000000000075c48ff4991a2fcbf61f9870a36806320d979838562ff2 2,234 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.96 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: 715.70 GB
    • Received: 17.73 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.