Loading Tool

Explorer IconExplorer

Memory Pool

31,534 transactions
25.21 vMB
0.06388093 BTC
Random Selection Loading Transactions
Max Size: 126.02/200 MB

Candidate Block

Mining Attempt d8bf718948c25c1f04789219fe72025e563f7b51eb47207dbac8b3e0c2d12d9d
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 061936dda2ccc2549a9c478945a1a2114caa54857fd003a6cf367e442db20129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.01856802 BTC
Feerates: 100.24 > 1.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (331,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,323 583,323 0000000000000000001b58bbf9d87b1b3de5fdfa99afe5fbd46a653a46811623 2,101 1.00/1.00 vMB 73
583,322 583,322 00000000000000000005ec084faca583ce933c85dc729ea1c99bbd096b95f6a8 2,647 1.00/1.00 vMB 96
583,321 583,321 00000000000000000015c2f1d2dc34a92ff66586f46acedb81526489e9ccfe30 2,927 1.00/1.00 vMB 100
583,320 583,320 0000000000000000000c4c0fe22880daf7bbf16e6c03b8fac7d8c17e20056515 2,811 1.00/1.00 vMB 120
583,319 583,319 00000000000000000013301e29843f6f50da3babbda221d0881fae88a89d5dd4 3,076 1.00/1.00 vMB 122
583,318 583,318 0000000000000000001429f34cba8a9703548092f9f55c25391a4fd3a61c7dfc 2,401 1.00/1.00 vMB 108
583,317 583,317 0000000000000000001fde08d14b18c6cfd8379c4a3a27d849471ac63e3bbc56 2,960 1.00/1.00 vMB 131
583,316 583,316 00000000000000000013fa834193bbb6fa5dc06b6ca88ead007a9fa19588decd 3,328 1.00/1.00 vMB 126
583,315 583,315 0000000000000000001970c78351d0d6b14df965fd6d2b495c9880e9d46dad7f 2,445 1.00/1.00 vMB 128
583,314 583,314 000000000000000000028e4705398187b5ff5e013119fd95c4db43b89b6c55be 2,148 1.00/1.00 vMB 24
583,313 583,313 0000000000000000001fb9adbccbcba5e2923a57e1efdfe96dbe500543c25ad7 2,283 1.00/1.00 vMB 89
583,312 583,312 00000000000000000014f33cc200aaf1193ba058d4e748740d02e258fff38db1 2,536 1.00/1.00 vMB 125
583,311 583,311 0000000000000000001b98be3618a0ffde14024a1aa4e1f6a241dfa87c7c0823 2,128 1.00/1.00 vMB 42
583,310 583,310 00000000000000000022fa3804b58adb900511dd1a8a75b5d793a7d372ac93b2 2,214 1.00/1.00 vMB 63
583,309 583,309 0000000000000000000e643e154de571f3a5fa016306dddf6e0a85bbde582bed 2,302 1.00/1.00 vMB 42
583,308 583,308 00000000000000000011638125e05e5a994e1128f148b25cfd7e9935b29b6283 2,113 1.00/1.00 vMB 54
583,307 583,307 0000000000000000000c1754ac5281373f1eb293521d90217b29b4e5b799cf6e 2,347 1.00/1.00 vMB 78
583,306 583,306 00000000000000000020f50a1377311529e8c7ee561764e02e10ccafdecd2498 2,047 1.00/1.00 vMB 49
583,305 583,305 0000000000000000001784db4ef81f7f7255730f8b66cfbfaec3ddb9abd070e5 1,085 1.00/1.00 vMB 21
583,304 583,304 00000000000000000006531a40d07daa08c73f4dfd40ae4cb474d88dacfd356f 2,413 1.00/1.00 vMB 21
583,303 583,303 00000000000000000020f691a104ee6354afdd3921cf60866c96ca7efafb6f15 2,238 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.86 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: 642.02 GB
    • Received: 12.53 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.