Loading Tool

Explorer IconExplorer

Memory Pool

73,251 transactions
27.00 vMB
0.06074918 BTC
Random Selection Loading Transactions
Max Size: 164.95/200 MB

Candidate Block

Mining Attempt 66d10f4d7a37cd5c223120e3c0bdaa2aba54f505cd651d826bd5c07ffdc2e7a6
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,184 915,184 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e 3,619 1.00/1.00 vMB 1
915,183 915,183 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7 1,314 0.43/1.00 vMB 3
915,182 915,182 0000000000000000000144eeee229f6fdee76d74e470764944d2fc0b2f9db788 3,057 0.99/1.00 vMB 1
915,181 915,181 00000000000000000000dcaffdcfe756ba9f54c89dc10dcc5a174b52596938ec 2,515 1.00/1.00 vMB 5
915,180 915,180 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff 4,319 1.00/1.00 vMB 2
915,179 915,179 00000000000000000001dc192b0ad238907d906253e9c0e3e020d8781daa1ad4 3,794 1.00/1.00 vMB 0
915,178 915,178 00000000000000000000ea58206e4eff75b5d66645906505b921d60d4f38d2fb 1,320 1.00/1.00 vMB 1
915,177 915,177 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1 1,552 1.00/1.00 vMB 1
915,176 915,176 000000000000000000019cc70ef525bd8ce5293385f84bfd8d577974d13d7fca 2,498 0.84/1.00 vMB 1
915,175 915,175 000000000000000000012d6ce4375e1b9348d49258b251a4d16f2e835e1f0ab5 2,732 1.00/1.00 vMB 3
915,174 915,174 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107 2,511 1.00/1.00 vMB 2
915,173 915,173 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4 2,335 1.00/1.00 vMB 2
915,172 915,172 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814 2,706 1.00/1.00 vMB 7
915,171 915,171 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9 2,963 1.00/1.00 vMB 2
915,170 915,170 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03 3,012 1.00/1.00 vMB 5
915,169 915,169 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc 3,013 1.00/1.00 vMB 3
915,168 915,168 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617 2,221 0.93/1.00 vMB 3
915,167 915,167 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0 3,556 1.00/1.00 vMB 1
915,166 915,166 000000000000000000006eb1358f6d7f183727cd16f308466cdb9d623ca41317 134 0.03/1.00 vMB 3
915,165 915,165 00000000000000000001c81510643b9af37400286a3b15bd2c270fad9d059fb1 3,308 1.00/1.00 vMB 0
915,164 915,164 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3 1,772 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.