Loading Tool

Explorer IconExplorer

Memory Pool

81,435 transactions
30.59 vMB
0.09362951 BTC
Random Selection Loading Transactions
Max Size: 184.08/200 MB

Candidate Block

Mining Attempt 526f667021c1e7e4343573bcf5cd5f6a63686d58d65b106a027a53a2cc8c2283
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 21bb065cf1edd21348766d6d7e6fe30975beb90f4cd83d141ef8d1afc1a7133a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,624
Size: 1.00 vMB
Total Fees: 0.02750327 BTC
Feerates: 163.06 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (91,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,059 824,059 000000000000000000005b04722ff0819ce861627dc53d2fd1c0639990ade76a 2,276 1.00/1.00 vMB 56
824,058 824,058 000000000000000000014e43344e90e01492cf85716b8e37b2e2a4ea989a70d5 1,788 1.00/1.00 vMB 85
824,057 824,057 000000000000000000005b2dd9080dfdf9b4641d956990403850b5f5330245eb 1,938 1.00/1.00 vMB 84
824,056 824,056 00000000000000000001a0c79151fc0a89810d952c17150f0f01014906df1330 3,030 1.00/1.00 vMB 57
824,055 824,055 00000000000000000000109dd0be049221d85fef4a362947364873b0dc25a906 2,523 1.00/1.00 vMB 79
824,054 824,054 00000000000000000001528e9355a93a08750e946d15c43dd3d2767a6f8a85da 3,372 1.00/1.00 vMB 86
824,053 824,053 00000000000000000003b5c6ce7d510a0ae852e72b88970d92f8901fee49671c 3,544 1.00/1.00 vMB 77
824,052 824,052 0000000000000000000342be71c8e42d1499172520bc9ea05356f88dea281186 2,462 1.00/1.00 vMB 118
824,051 824,051 000000000000000000002ca398798b3c5b96bd6d364fe51ed1a0999ee13407bd 2,924 1.00/1.00 vMB 166
824,050 824,050 000000000000000000039ce28d5e6837c4c8d5516b18e8b45763bfb6a9d68bc0 3,333 1.00/1.00 vMB 134
824,049 824,049 000000000000000000008ae31f2f609f7b5be41ec03bda10f43844f2fd66f52b 3,336 1.00/1.00 vMB 74
824,048 824,048 000000000000000000014055614022fdb0e585586c9a22ffc70d24adad4f05a6 2,551 1.00/1.00 vMB 74
824,047 824,047 00000000000000000002d7efcdff8c1439b5131ddf8242cfec0290108628f59f 3,281 1.00/1.00 vMB 81
824,046 824,046 00000000000000000002bbd0dfb32b1437cab1a6142bcef14a7f5ac36d1a01be 3,511 1.00/1.00 vMB 134
824,045 824,045 00000000000000000000ddaa1ac0a60ff985bbb9834c3f275572181e47aa065f 2,585 1.00/1.00 vMB 70
824,044 824,044 00000000000000000001d7fe1547d2efd566c2537756047d1efb0776297c2933 3,825 1.00/1.00 vMB 83
824,043 824,043 00000000000000000002f0fc8b662b6ac046b4952579f9f7b0e562c65790c1f5 2,953 1.00/1.00 vMB 119
824,042 824,042 00000000000000000001611d4a92e7cd02f8ef351d33c216354b7462a91fb1d2 2,513 1.00/1.00 vMB 120
824,041 824,041 00000000000000000002e00091f5c3431aa6002a513cc57604ae98c3d7e40dd9 3,307 1.00/1.00 vMB 130
824,040 824,040 00000000000000000001195134d88dd7c2abeb76bfa0e6e9a1ba038c37d2f7a8 3,126 1.00/1.00 vMB 215
824,039 824,039 00000000000000000001e98012529f33236b760708583c28db3356f2df8167ed 3,307 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.69 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: 692.84 GB
    • Received: 16.51 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.