Loading Tool

Explorer IconExplorer

Memory Pool

80,285 transactions
29.86 vMB
0.11770319 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 908b151c29f0125d89ab8bb8417d18f335a2bfb5f1bbc036b1b07c4b8c67935c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e84af74138c061d4f7c6a438c4030e1df5ed2658eea1a17c07c49911b6856ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.04867401 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (734,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,380 180,380 00000000000002edc64e7e6baea685ca2cc85c6d72a197c6ff41535aa63d076a 126 0.05/1.00 vMB 58
180,379 180,379 00000000000003943b00eeb8349d89ea612776e5992c3f7a8a4ff346e0adcf52 223 0.10/1.00 vMB 152
180,378 180,378 000000000000099a85929c53a1f4d68d0c4a348c63734076295f283662d1e5c7 59 0.02/1.00 vMB 47
180,377 180,377 00000000000003b25608cf8fdbcf2c311cdb1ad80d72dfc39f2fa9b69c1f43f8 104 0.06/1.00 vMB 72
180,376 180,376 00000000000007ae0162bcf9999698f599c8d71fd708aeddc66b720b1dbb0d5b 389 0.17/1.00 vMB 132
180,375 180,375 000000000000054b782d6b96474581f33076fddec7a9141888eadf450f4bdd71 19 0.01/1.00 vMB 286
180,374 180,374 00000000000007ab61852aa939ded8b3f14037e44451e552354f863b4df4558b 10 0.00/1.00 vMB 637
180,373 180,373 00000000000002bef5f039be61766dcf03868b1d692c4eaa1efb72deb5f95a4d 181 0.10/1.00 vMB 83
180,372 180,372 0000000000000339d6638734c586f637e3188de104da154d526e38b7f32d98b0 62 0.03/1.00 vMB 66
180,371 180,371 00000000000003799e05e9ea0e33b6e7d71002229e3555f871a92029b8bcc6e0 4 0.00/1.00 vMB 67
180,370 180,370 00000000000001d7fb90f7ede2ad50067516b7727c6a59eae9cb341d3b1d5041 256 0.14/1.00 vMB 152
180,369 180,369 0000000000000395684cf98ee4d017cf8751259603256301d61432e6ff659fe4 84 0.05/1.00 vMB 84
180,368 180,368 0000000000000869e65837cd3467cde3b59dd078797c2cd41a5a71f2d2525b94 164 0.09/1.00 vMB 101
180,367 180,367 00000000000008b949dc2da35d3eb0a579d475649db2c95cf23d861eaac720b0 82 0.03/1.00 vMB 177
180,366 180,366 00000000000005af85eda98e60ae219ccf4a5e8178ea62f8ab2bd9d1e8d62546 49 0.03/1.00 vMB 308
180,365 180,365 0000000000000989396ec8fea0b1028659b6c53a72c16ddbe854e76d26a03ce5 93 0.03/1.00 vMB 18
180,364 180,364 00000000000007cf4c6ebd1e6c75a9b0f67c21ace4ea8def6db0178e00e4caee 95 0.04/1.00 vMB 101
180,363 180,363 00000000000002e24abc630617764824a4432c41e55f333296f0f1688c7b0cea 80 0.04/1.00 vMB 104
180,362 180,362 00000000000001e3f18f2e4ff6302c56871074401d2f7088f8f088cb50272ab6 38 0.01/1.00 vMB 78
180,361 180,361 00000000000000763a7843e403a78eef97259bc42591068d53576f6fe607ace8 98 0.05/1.00 vMB 68
180,360 180,360 00000000000006f8d515750f5bfdcdf495e7339a13ba19985471e2285dc416e0 161 0.08/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.