Loading Tool

Explorer IconExplorer

Memory Pool

48,248 transactions
30.28 vMB
0.08664327 BTC
Random Selection Loading Transactions
Max Size: 161.72/200 MB

Candidate Block

Mining Attempt fff1b63bc4f1484c9a2f1538e79c32e180c56ed690653df4b535f91af5a4802b
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 13b7c3cfa67fdd48ffae299feb74e04d495381e59b5117c53fbfbe4c3b589abf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02619159 BTC
Feerates: 101.56 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (738,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,112 176,112 00000000000006e30da3a0c239bfc4a9aac10f5263aa6f0f4cfa957d594516b1 67 0.02/1.00 vMB 139
176,111 176,111 000000000000065733a00ff0a4d552b3900162e0e9f7ff6f99f2cc2cb72ff5a6 145 0.05/1.00 vMB 79
176,110 176,110 00000000000000a27a526e812940f72deaa2563826cb8cd3c70dbc81f8a9b69e 114 0.05/1.00 vMB 134
176,109 176,109 00000000000008eae6f5e0a4d4c7570d7cbbc5ede923b7e821466d294f88c272 58 0.02/1.00 vMB 155
176,108 176,108 000000000000070a32a2f581be2a58305da2617c135afa70590ef0fb1c7fc1a6 33 0.02/1.00 vMB 324
176,107 176,107 000000000000013d2a4d838d6cfd5bdf508ef85a044935314bbe0babb46e6f8a 146 0.05/1.00 vMB 93
176,106 176,106 00000000000009de63d088c31b48da0ecee5a985969b64556b1c54e06580e4b4 11 0.00/1.00 vMB 15
176,105 176,105 000000000000005264faebbcd8b0b9c1e1892d74196bdac4340b4315e2856733 59 0.03/1.00 vMB 28
176,104 176,104 0000000000000140dd040fe47bc9d6d68c2af7bc49598d0f85353e6ac4f5015e 20 0.04/1.00 vMB 177
176,103 176,103 0000000000000448b9fcad3304e2ab6ccb6a933ee5a3cb57113789e890f25014 71 0.03/1.00 vMB 65
176,102 176,102 00000000000006f96d1d98bc5e3255c90fc5c904c57a2555c845034909c9f09a 47 0.03/1.00 vMB 216
176,101 176,101 000000000000060b1f56b8da04c28178301e774129f43a51bddfdd1bfebb7172 31 0.01/1.00 vMB 5
176,100 176,100 00000000000009584b73c24f8d861249ca01df96910430f246f2b71ea5c47d1f 12 0.00/1.00 vMB 16
176,099 176,099 0000000000000867dbd876e12005592bc1d95658abe464828d2cd4f16e7ab97e 16 0.02/1.00 vMB 7
176,098 176,098 00000000000003f028bb76c77a2cab7b91a42186752ce032016b61aed9134af3 34 0.03/1.00 vMB 15
176,097 176,097 00000000000003098b70cc483fc36bd4ce219e564dadb84155775fb783f954a3 67 0.05/1.00 vMB 301
176,096 176,096 00000000000007c72d43cc605dccb806767a576236b3264ee777f5b5ac7084cc 168 0.05/1.00 vMB 67
176,095 176,095 000000000000045206c82f8238f812f540a3e9e7d7cc697ee41a6fe16b0d1483 183 0.17/1.00 vMB 93
176,094 176,094 00000000000008d2128c11eb0cea7f93bc1d51aa88f9dc4e668b12562a7fe10f 113 0.05/1.00 vMB 133
176,093 176,093 000000000000047e377d3937862601fe3a85f4bb4633436a0dbdab763b9dfe4d 142 0.05/1.00 vMB 36
176,092 176,092 0000000000000815a09474dba0d9851b528b99883e70b5e9c95c07175fae5311 70 0.04/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.