Loading Tool

Explorer IconExplorer

Memory Pool

78,270 transactions
29.35 vMB
0.06532714 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt c220a3bab29c98e2dc49b51a4d6f5d8d540e32498902a25c218930a2994a7405
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 7529209527ab11c295a6b34d7ff92760a4ed823acce65525b91266accb782f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,169
Size: 1.00 vMB
Total Fees: 0.00571094 BTC
Feerates: 50.25 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (177,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,919 737,919 0000000000000000000122c22ca72b7edc1f7ee598a3c022d3adfca678033dcd 2,577 1.00/1.00 vMB 26
737,918 737,918 0000000000000000000797edcd9bc96ef19835dd80357b0f061bd5b9b7716f95 325 0.07/1.00 vMB 17
737,917 737,917 00000000000000000005b8b726864390f4d86beb0a00c2df8f6f925f17eeb2d5 1,500 0.56/1.00 vMB 11
737,916 737,916 00000000000000000008de06853baf1025284561b075f99a3fb3d99f1d35beb7 1,659 0.98/1.00 vMB 5
737,915 737,915 000000000000000000002e86c7aaeda8ebdaabf9222bcd4a453512d9d44ccdec 1,397 1.00/1.00 vMB 16
737,914 737,914 00000000000000000006fb49bae64d2c5cd6dac77f0104ce35910e590ab36ff2 1,427 1.00/1.00 vMB 22
737,913 737,913 000000000000000000085a760764b4169190f0d8c174122e7bb5e4fb9094c177 303 0.13/1.00 vMB 5
737,912 737,912 00000000000000000002c1bdd7d9077998e17e2c3cc5e713890b6d76034a90c1 2,277 1.00/1.00 vMB 17
737,911 737,911 00000000000000000001523a61f2872a3a0e657577ff7b6a2362e10f2ed845c6 2,611 0.99/1.00 vMB 15
737,910 737,910 00000000000000000000a081a005632a45a8ad4f93c4290ef83313cdac6ab299 1,869 0.77/1.00 vMB 13
737,909 737,909 00000000000000000000b6afd461b0dbd098acb31968b835a2eaf1e47b1f9aaa 1,518 0.98/1.00 vMB 6
737,908 737,908 00000000000000000000a3ea232572095fbcf01fe00ab65c5a20809b77b66038 2,175 1.00/1.00 vMB 5
737,907 737,907 00000000000000000001703a58dcc4d6ca5f5aa30e705e0f93dd4ba53943b687 2,111 1.00/1.00 vMB 14
737,906 737,906 0000000000000000000288f71575246efebf562f18e6556a2ede28879118ff20 2,210 1.00/1.00 vMB 18
737,905 737,905 00000000000000000001b1213ce97113697f0a6e5fea642a91a56682056c9572 2,762 1.00/1.00 vMB 19
737,904 737,904 00000000000000000002c9218ed9082d531b90d209f40e77ef4d063cbc1cb903 2,843 1.00/1.00 vMB 25
737,903 737,903 00000000000000000001058f350ef943ffc2483598f8ccf66476a7e06de96da8 630 0.27/1.00 vMB 10
737,902 737,902 00000000000000000008c1e1c4c8fa2dd47b348857cac8c1ad73ad22dbd3ddea 897 0.30/1.00 vMB 14
737,901 737,901 0000000000000000000560ce8a3e6de0292e1b430555468f600aaa567ee5c6c1 432 0.11/1.00 vMB 16
737,900 737,900 00000000000000000000aa71a21f01d0ff71c07e8fe6d0299fbc80ee5d52646c 2,595 0.99/1.00 vMB 15
737,899 737,899 000000000000000000061baf5831c43ee90174d0827f6db256feaa3e2106e507 318 0.08/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.