Loading Tool

Explorer IconExplorer

Memory Pool

44,128 transactions
28.40 vMB
0.11857661 BTC
Random Selection Loading Transactions
Max Size: 147.59/200 MB

Candidate Block

Mining Attempt c32f1f0398270dba396c1dd2676e63b844b84d2de7fc1677352d7c40a4822057
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 7e3c03d244a6234959b34d522771063aafd94b2ecf2cfc33e5d9b0bb3dac705b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03193062 BTC
Feerates: 39.16 > 3.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (182,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,775 731,775 00000000000000000008d3edbd112ed5ca6dc29ab6fe0909046d7ea38ba6bfbe 2,018 1.00/1.00 vMB 12
731,774 731,774 000000000000000000007210397a78da25af330c3d9c8a7435c9e9a7d504dcdb 2,557 1.00/1.00 vMB 8
731,773 731,773 00000000000000000004e02bb9e81c0058dbbbe6d0889910ecd75ae98c89c43c 1,841 1.00/1.00 vMB 7
731,772 731,772 000000000000000000091e9a50a979ac2c6ca9919274cdf44e4e77a3c0a06ddc 2,240 1.00/1.00 vMB 12
731,771 731,771 000000000000000000021e3afc1c299b78adb2e973e499ad5787d3f27d093188 2,805 1.00/1.00 vMB 10
731,770 731,770 000000000000000000006022aaf64edb9efa478ce032ddf3e4ce7b893768afa2 1,915 1.00/1.00 vMB 18
731,769 731,769 00000000000000000001fc90d52ab1adfec576fc6aface04819fddf1fdc06b38 1,226 0.50/1.00 vMB 9
731,768 731,768 00000000000000000008254c0100c9c6c0678aa00afa5a30e12ff5d5d8c7de7b 1,504 0.68/1.00 vMB 8
731,767 731,767 00000000000000000009b4f01f28a108cb509ec4d487967196173b2677987f3a 951 0.35/1.00 vMB 9
731,766 731,766 00000000000000000000176e4ba74c89128da3bac3b44c7d5b48a24ad0302fa7 1,521 0.63/1.00 vMB 8
731,765 731,765 000000000000000000018b05c38a03c133cc49f30139aa5528507978c8811512 343 0.54/1.00 vMB 3
731,764 731,764 00000000000000000002f2b7d8b86aef2052781a68766b5f0338660206987ff7 1,972 1.00/1.00 vMB 6
731,763 731,763 00000000000000000006361bf04669e1dc7739ccc8ec8a7618276aea13fdc930 2,715 1.00/1.00 vMB 12
731,762 731,762 00000000000000000008d56451117f28b20c3d4e8177b0cda3a84c72cfa1d54e 1,777 1.00/1.00 vMB 3
731,761 731,761 00000000000000000002c4ffe2e93b1061d65e9d208cf7abf548367e4ff37e41 1,577 1.00/1.00 vMB 6
731,760 731,760 000000000000000000070342a27ea3c266cf59d0e702c9a9833a2dd2293692ea 3,012 1.00/1.00 vMB 17
731,759 731,759 000000000000000000025053d9dd66399efab50a360e919ba15d9ff8ec198290 1,165 0.52/1.00 vMB 8
731,758 731,758 000000000000000000074e0d5ae16f760ba6c17812f0a49c13b6cbd714b6cf06 1,743 1.00/1.00 vMB 5
731,757 731,757 0000000000000000000534d34e24686ea7e68f548427c67653850fdd08f92c92 1,282 1.00/1.00 vMB 3
731,756 731,756 0000000000000000000852ead5e7724595d4f29958a0d862a4184911a9c959de 2,336 1.00/1.00 vMB 12
731,755 731,755 00000000000000000002b35d6da301dfc49fe344fdcabf193cfa107f2498a13c 637 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.