Loading Tool

Explorer IconExplorer

Memory Pool

14,384 transactions
10.80 vMB
0.04581160 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.11/200 MB

Candidate Block

Mining Attempt 087b80f4c37f521c11ae9ec047dc8ea07c1f797b6b65ee94bdb4ff5c7f960acd
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root b4a650f14631209d48e98abfcf5b8aaaf5a0a3d5a889121f9e87cec53a1fb2f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 0.99794275 1.00 vMB
Total Fees: 0.02637893 BTC
Feerates: 202.69 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (771,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,099 142,099 00000000000009095cb8cd3315b084903048188e08d551d2f0fc06b09182866d 12 0.00/1.00 vMB 49
142,098 142,098 00000000000007129967b7e353aa86efc438fa34b648cb1b7582c209b30d0f0e 30 0.02/1.00 vMB 173
142,097 142,097 00000000000006ce5a18f566e4f5725b95b1b1384706f8956ab08b2ddb31a261 1 0.00/1.00 vMB 0
142,096 142,096 00000000000007f45dadbc1ede49ade553e32059a5f0ebbc778a753a19c0fb7b 113 0.04/1.00 vMB 3
142,095 142,095 0000000000000011b6927488d599ca9f5252cf4a36586e8283558b97848b19d6 103 0.06/1.00 vMB 315
142,094 142,094 0000000000000218fcf5eb2ed71ad2d3c6068ad6d5dcff776e2d02130e877b1a 156 0.06/1.00 vMB 962
142,093 142,093 00000000000004dd5b44df24a397c364738eeff064aa7fc4008593c941d3bbf2 47 0.02/1.00 vMB 242
142,092 142,092 00000000000008e259dcb593afa18e3db50686205d6f19ae7d2648d7aa6a90d3 58 0.04/1.00 vMB 151
142,091 142,091 00000000000008f88fc6f75939d7138868c3d7f75a7e4b9638af9a459f0c8a40 27 0.02/1.00 vMB 225
142,090 142,090 00000000000003e3f87dedce4e2109c88ca9ff5209dc4357978294dcef498236 73 0.04/1.00 vMB 5
142,089 142,089 00000000000005cf3a724358623f97bd2aac500d810273c3b341762e0df974b9 84 0.04/1.00 vMB 174
142,088 142,088 0000000000000161c83342eef02c4f229ed98722d317fdef53ba9f904a085ec4 34 0.02/1.00 vMB 359
142,087 142,087 00000000000004dc37c40f5773a675b19ccd4c6303ecff2f1d0f8f043dbeffe6 67 0.04/1.00 vMB 223
142,086 142,086 0000000000000363058ba5b9917204a47761e1937c9850cd1542398e66daa4a3 40 0.01/1.00 vMB 430
142,085 142,085 0000000000000286317abb8ae5eaba928e3f1ba4767e05b3f46dbe343c5cbe24 15 0.01/1.00 vMB 144
142,084 142,084 000000000000039d976b1d072edca1e004a1edcb4d2068635010b1c38019edca 11 0.00/1.00 vMB 116
142,083 142,083 0000000000000249e5b8bb3d8686a390024b75462d60c362c5761bdc620ff293 71 0.02/1.00 vMB 55
142,082 142,082 00000000000003e83ce66c61a40a724d91b53625a86239c992b771003d93c763 30 0.01/1.00 vMB 18
142,081 142,081 00000000000000f8b445f36484fffbd6a57840e7b5145df6f11dae7fdd328694 13 0.00/1.00 vMB 96
142,080 142,080 00000000000002df4fa292b86e894db3568eb3fd58052a66cd4e0f6212ccc5d1 8 0.01/1.00 vMB 20
142,079 142,079 00000000000005c4caae2c87b1f7ffc6107eed76f592009e19d1b3079110d292 44 0.01/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.60 GB
    • Received: 4.46 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.