Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
20.00 vMB
0.04304098 BTC
Random Selection Loading Transactions
Max Size: 114.34/200 MB

Candidate Block

Mining Attempt 9b8431e77405923c192bc415e4e51ee7005f551f6fa6b09e2c8e003601e9e00d
Version 20000000
Previous Block 000000000000000000008cf925688a9324605cd72241f4351d10b89a2ee171a1
Merkle Root 87a7d00186c3abc77ea9792facfaf7bf675f89cf87c24e4f88375b8c62e3f4ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,029
Size: 1.00 vMB
Total Fees: 0.00382956 BTC
Feerates: 100.53 > 0.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,947 (857,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,552 56,552 0000000012e6b370d7e06229054a85316ce37c7f727caf49f7a4a5021468feff 1 0.00/1.00 vMB 0
56,551 56,551 00000000132cef938b567a0d1e45dfba13ce61baa1e8709fd418df9b86a187b8 1 0.00/1.00 vMB 0
56,550 56,550 000000001209aa4f9b7bad11effbbeafb317ad8e8cb3a2da51d8c4190a0f57d6 1 0.00/1.00 vMB 0
56,549 56,549 00000000066a5b0c1b79b8c5065e21c54ddf7292a54fcb93ade733197162cb1f 1 0.00/1.00 vMB 0
56,548 56,548 00000000073cd841915a94ce4888c63970a1fab22ce0ae3ab944f8429d10e2b0 1 0.00/1.00 vMB 0
56,547 56,547 000000000cd4b70e24a32edb7a8eea74683ec85fb02eb07e4f33b7f986bda83e 1 0.00/1.00 vMB 0
56,546 56,546 000000000ef8e9c5e2513951aaef158e162d1757bcf9570374db7cd9ed8d6959 1 0.00/1.00 vMB 0
56,545 56,545 0000000008ff02f079b680901130f98c9746102e6b0f68ae496279159ffbc171 1 0.00/1.00 vMB 0
56,544 56,544 000000000322e08d21d2b066d84393582ac85197490c388411b7e69f41129381 1 0.00/1.00 vMB 0
56,543 56,543 000000000e11ecc0b6934c96c35b1acef04971b7c8e633baea9ead0383a6c65b 1 0.00/1.00 vMB 0
56,542 56,542 00000000019acb64dcd36bfb26b6ed36be84955912fa1e230a86a8467fdb3c40 1 0.00/1.00 vMB 0
56,541 56,541 000000000c33179588a7c784b19a3244c0549b4c219cd9cb0a5dcee82491765d 1 0.00/1.00 vMB 0
56,540 56,540 00000000104db03fda4b66517953c45b09c5c05fbeeb7c5d9bdc127fa3b7fd67 1 0.00/1.00 vMB 0
56,539 56,539 0000000006968c618f10c71b11165b58fc6058aa799ab62a777ec7babea62ae0 2 0.00/1.00 vMB 0
56,538 56,538 000000000420995f976cd8ed41d4517cc10cfc430933aca3719da83a3ffd7696 1 0.00/1.00 vMB 0
56,537 56,537 0000000001aa326e780a4fbce0e076d12d95bde102b3bf0477cb3282d481c327 1 0.00/1.00 vMB 0
56,536 56,536 0000000004187b84635975329081154644feb275e528b9b2fa601c03ce2ab7b4 1 0.00/1.00 vMB 0
56,535 56,535 00000000061470ff343851125d014acea0371606c1b4c479b2450f71db2d2eed 1 0.00/1.00 vMB 0
56,534 56,534 000000000dce48f85833994b9736a65ff85dd4e58264cc7bd637733880a1c459 1 0.00/1.00 vMB 0
56,533 56,533 00000000144fa6f7f68169ebeb23776038054e7fd2dcb7938e7110694f3f8402 1 0.00/1.00 vMB 0
56,532 56,532 000000000d71ba500d2b253f1da33eb955c62eb1a25ec0315d33511d3c41c6d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.52 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: 533.79 GB
    • Received: 5.85 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.