Loading Tool

Explorer IconExplorer

Memory Pool

77,886 transactions
29.31 vMB
0.08581292 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt c09c347819a83c76b9cb8e3b0fd74929d88a9e1402fed9f2bde682ee75ee5bcf
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 1cc926d540b8f320586a3aeb998aabc19495ff549eefa2a554c936faddc88dca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,870
Size: 1.00 vMB
Total Fees: 0.02431209 BTC
Feerates: 261.10 > 2.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (90,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,207 824,207 000000000000000000005a4581062ac191ee75b594f2e6fc254a4bb81b5cd3e9 2,853 1.00/1.00 vMB 127
824,206 824,206 00000000000000000003c974d1c932834385470fdff88da912f1a164bfc16749 3,476 1.00/1.00 vMB 135
824,205 824,205 000000000000000000018e3ea447b11385e3330348010e1b2418d0d8ae4e0ac7 3,129 1.00/1.00 vMB 206
824,204 824,204 00000000000000000003a4fc6d7694945bd9ae5741712f82a9f7fea43affa65b 3,476 1.00/1.00 vMB 67
824,203 824,203 000000000000000000010c1ac931ea59fa7d089c3346fd470e585f602012399d 3,121 1.00/1.00 vMB 155
824,202 824,202 00000000000000000001b3332ddce34a553308586c8999f3749bfe5901fdb576 3,627 1.00/1.00 vMB 86
824,201 824,201 000000000000000000019067e937f5a86ba3942e54f8ef561e10d2be58e99fa8 3,348 1.00/1.00 vMB 154
824,200 824,200 00000000000000000002b00dfece5f0fd63609718118ea3809a46e0ecd27a153 3,186 1.00/1.00 vMB 62
824,199 824,199 0000000000000000000133c545a4bf2a8ea02d35bbe97dbb5b4a30788245b4bd 2,955 1.00/1.00 vMB 75
824,198 824,198 0000000000000000000008b5c9df7975920b7b0cdd4ad19f345380858ebc3030 3,435 1.00/1.00 vMB 104
824,197 824,197 000000000000000000020e254c2b9bf55e15b4e9c878d4fe6a9fda3df431951d 2,802 1.00/1.00 vMB 181
824,196 824,196 00000000000000000000a0f08155fcf30e77569d4f2f7a1aaf83679d168a9b0f 3,083 1.00/1.00 vMB 139
824,195 824,195 0000000000000000000229a9b44fedec04ae25954859c12c71583681e8881e6e 3,640 1.00/1.00 vMB 92
824,194 824,194 00000000000000000000937fb12e64f9199b15b758a7526003082c30e082f161 3,218 1.00/1.00 vMB 90
824,193 824,193 000000000000000000020abeb11b1e88817fee3d0bfd0785b09b763fa9297cf1 3,361 1.00/1.00 vMB 158
824,192 824,192 0000000000000000000276c19aeeb81143cb7ef3b1824a1040cb276ea9d9fb24 3,460 1.00/1.00 vMB 99
824,191 824,191 0000000000000000000312da89c80fed6c4ebf2abb6352356fe340e16a6c551d 3,591 1.00/1.00 vMB 117
824,190 824,190 000000000000000000035e5453258f7158c91998fc50508b5c763e346c72a4bb 2,843 1.00/1.00 vMB 60
824,189 824,189 00000000000000000003d848db166f6751c2dcfb7e73007bc99818aa240dc42b 3,943 1.00/1.00 vMB 84
824,188 824,188 0000000000000000000235dc86ccf2944b9b21ce81313810e9aa0cdadfae3b76 3,131 1.00/1.00 vMB 130
824,187 824,187 0000000000000000000158e18d2e6ce0c2cea5f8c36d7835e2a5e3a543fd72bb 3,311 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.68 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: 685.49 GB
    • Received: 16.48 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.