Loading Tool

Explorer IconExplorer

Memory Pool

81,148 transactions
29.85 vMB
0.15175685 BTC
Random Selection Loading Transactions
Max Size: 179.94/200 MB

Candidate Block

Mining Attempt 3e6eb7e0f0ed8eac7caba44606ef8febb995bb89c3b3d52ebfc101f320a41a6e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 669db60359b3dd87648f2adf4237d4947390817a9f2325fdf16c3ef148241a2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.05761521 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (251,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,655 663,655 0000000000000000000670d820686ed9219a8a08675d7245072a5029cb98ed12 1,005 1.00/1.00 vMB 90
663,654 663,654 00000000000000000002c1dac34f9fdad93f968e2396522332fcfa7236eb08ef 1,615 1.00/1.00 vMB 37
663,653 663,653 000000000000000000073ff63e75344075ef14d7e9bb0d57a507958282969646 2,152 1.00/1.00 vMB 19
663,652 663,652 0000000000000000000137e3db040f0fbc3d74c1d9a2932e05429769338e32a3 2,854 1.00/1.00 vMB 90
663,651 663,651 0000000000000000000bbac898a36c26954f2625aec7a391c9c2eee32ff32a4f 1,190 1.00/1.00 vMB 12
663,650 663,650 0000000000000000000c9da2ac4155b27f88dc2cdac108a9ca15feb6460b6839 1,494 1.00/1.00 vMB 17
663,649 663,649 0000000000000000000ada25f77c8484fcbffa1d627a99a7d1de086ca8e1e651 2,388 1.00/1.00 vMB 42
663,648 663,648 0000000000000000000ef281e27d7bd8ea13fca94892f9c06828dad6483a372b 2,509 1.00/1.00 vMB 26
663,647 663,647 0000000000000000000365a6024374f7b03ba4587adeeb4d62799f41f1aa4583 2,322 1.00/1.00 vMB 52
663,646 663,646 000000000000000000094a98f5f0f81ef0ff38492d7c01c77a165df983aa963d 1,827 1.00/1.00 vMB 49
663,645 663,645 000000000000000000026a7d95af7ace5238632fd471d674f7b15b3a16fddf88 2,703 1.00/1.00 vMB 93
663,644 663,644 000000000000000000099654eb6f045548de8a04b633ae78fa26192364fc3de9 1,884 1.00/1.00 vMB 54
663,643 663,643 0000000000000000000e3544f054cd3cf09a77f1ca8a6edac779284fe3fb60a7 1,681 1.00/1.00 vMB 74
663,642 663,642 0000000000000000000a83a07a4d8cee4ad83d87ece38b8173e1467a8a0880fa 1,028 1.00/1.00 vMB 54
663,641 663,641 00000000000000000006ae705b5b0aea19872c87ce8ceb9ee79fc2e00f499fcd 740 1.00/1.00 vMB 26
663,640 663,640 000000000000000000089a893f4f6c341a391bcd8b8d679f895502ec5b5acaa2 2,142 1.00/1.00 vMB 75
663,639 663,639 00000000000000000002cdb489d6909cf2ba4892ee0798c7191ed9455aca0239 1,127 1.00/1.00 vMB 28
663,638 663,638 000000000000000000077be1fb1e68722c9508257ce18f9084b775d50a120156 101 1.00/1.00 vMB 3
663,637 663,637 00000000000000000000e0d7e4536e2e3c6aa79cf7aeba5b0e768e4f6e98d577 1,425 1.00/1.00 vMB 10
663,636 663,636 000000000000000000011d3ab6ed8d336c6e9a4b49def6024889284a02c79fdb 2,018 1.00/1.00 vMB 70
663,635 663,635 0000000000000000000764ee7b3e9250606910587dbfb8b3754c8a4b40a43d0c 925 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.