Loading Tool

Explorer IconExplorer

Memory Pool

45,987 transactions
26.81 vMB
0.08669472 BTC
Random Selection Loading Transactions
Max Size: 142.41/200 MB

Candidate Block

Mining Attempt 98d271687f9fabb68e93a6bbf7dce6b3ed47534116cb1a3e9354b905717df169
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root d9021afbce5ee0d751888f6fb2d7d98cdcb4b1b6c3915ca7f5285954fd39c2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,403
Size: 1.00 vMB
Total Fees: 0.03725155 BTC
Feerates: 101.64 > 3.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (234,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,092 680,092 00000000000000000004de2a11d81e1279c41f703992ede4f952852bbd0bf4dd 2,479 1.00/1.00 vMB 217
680,091 680,091 000000000000000000014deb91aa75a6e394167ebbb7c325c4807ed93936d32a 2,862 1.00/1.00 vMB 298
680,090 680,090 000000000000000000014b4ddb8406ca4dc7da94ea18e0d58c508d9f6d39856b 1,927 1.00/1.00 vMB 206
680,089 680,089 00000000000000000001a65d05981337656e9a65b6295554f3bae886800d4c89 1,484 1.00/1.00 vMB 188
680,088 680,088 00000000000000000003cf768044909f671bfd63f010e0ad828602b3e58a2dfa 1,822 1.00/1.00 vMB 204
680,087 680,087 000000000000000000073e0474f2fe238f580a493a456122e74b80867655f05c 2,044 1.00/1.00 vMB 231
680,086 680,086 00000000000000000008c5e2e9d0b801c013ce1dc0479d4d3a1bc835cef2754e 1,176 1.00/1.00 vMB 180
680,085 680,085 0000000000000000000325720759bb3ac0f1c0124b816bb436c4bd59f2559f42 880 1.00/1.00 vMB 214
680,084 680,084 000000000000000000063ab6cd1d0e92634dba5481c9b4b3214f3427282b53b6 183 1.00/1.00 vMB 177
680,083 680,083 00000000000000000007c787fc89be4fe81b9673c959dc98c519af9300260e61 1,179 1.00/1.00 vMB 189
680,082 680,082 000000000000000000094b5f8f328f04b2dfc38201b294dfdead05a60d06f34d 1,229 1.00/1.00 vMB 228
680,081 680,081 00000000000000000002e2ac8fcb0ae9e3ca5ae76b9ab8efb4c4bcf64e741d2d 1,902 1.00/1.00 vMB 215
680,080 680,080 00000000000000000002c4058e81584591f84d13615baf79de866773493d8eb4 2,379 1.00/1.00 vMB 256
680,079 680,079 00000000000000000001dd0276cd80ebff68c287014fcd44ef9a0d460360918d 2,506 1.00/1.00 vMB 301
680,078 680,078 0000000000000000000a3e9722be749e7b1c5e300f456e6292344d6162658024 2,572 1.00/1.00 vMB 181
680,077 680,077 0000000000000000000512649778d8ef1d71d73f3b11b168d4b59ff7ec891028 1,120 1.00/1.00 vMB 207
680,076 680,076 00000000000000000003e2deb453aa772d683ef039e031879c5a6be123da0f04 1,423 1.00/1.00 vMB 277
680,075 680,075 000000000000000000049ebeb044b88ddd88c07501347e3be6b35673c18819d7 2,171 1.00/1.00 vMB 297
680,074 680,074 0000000000000000000178700f053e52d31ebab604e5b547dc70b0213e8bec41 2,052 1.00/1.00 vMB 283
680,073 680,073 0000000000000000000489ba1078b19ffdc8d5af7dfa7a1c392d430ff55affb7 3,023 1.00/1.00 vMB 313
680,072 680,072 00000000000000000006b61a9cc596c8bebd23641363ff9dabf6925e3dd49849 1,936 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.