Loading Tool

Explorer IconExplorer

Memory Pool

31,535 transactions
24.92 vMB
0.04812252 BTC
Random Selection Loading Transactions
Max Size: 124.92/200 MB

Candidate Block

Mining Attempt a7582e6ae5949bab4d756684ae4232eacdba6e06bceaf2eb317ab9ed17ecad6e
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 017ff4462c1ab6614c6bcdbcb482f888fd0d5f3aebafdb7667caf814393b3fbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,770
Size: 1.00 vMB
Total Fees: 0.00350576 BTC
Feerates: 15.77 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (344,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,693 569,693 0000000000000000002792bad0c4610edbcefcd40b8864a84122110733d74e2e 2,920 1.00/1.00 vMB 35
569,692 569,692 0000000000000000001e68919e9cc44edcc343d744d2f8b76265708d786eb122 2,799 1.00/1.00 vMB 32
569,691 569,691 000000000000000000187b2b33c12005c44f57df07e290eae46237837a37ebdc 2,959 1.00/1.00 vMB 44
569,690 569,690 00000000000000000022a69e86499a2ad804d56280b9706be5f52896ea9e1a09 3,023 1.00/1.00 vMB 24
569,689 569,689 0000000000000000001ef2e0edc7f396733fe87e8fb363adfd73a911e2deb103 2,899 1.00/1.00 vMB 33
569,688 569,688 000000000000000000195cce8b2daa7afa1a4911b6ecb98cf6b4e592b3b17dc2 2,750 0.99/1.00 vMB 41
569,687 569,687 00000000000000000016e89237f211d350211ab4b9507117c23f35f8dcfa69c4 2,789 1.00/1.00 vMB 22
569,686 569,686 0000000000000000001e5ea6696b7114eb42696a2351ebe45142bbc65d350605 2,332 1.00/1.00 vMB 16
569,685 569,685 0000000000000000000016bf6fe5158d3aaccf13c59b3b672441d5f24d166b1f 2,946 1.00/1.00 vMB 23
569,684 569,684 0000000000000000000c203dcfd2a999553dc1431fe9183fac737f61db040e64 2,647 1.00/1.00 vMB 30
569,683 569,683 000000000000000000106608ea9ecc345a9ded8bf641eaeacd97c40cf91cb2c2 2,661 1.00/1.00 vMB 44
569,682 569,682 00000000000000000009b1e0823c3d6b861295683da9affe5eb7f50168cdfebc 1,582 1.00/1.00 vMB 43
569,681 569,681 0000000000000000002b2801c812c2b69d917d1d4265e1977e482ff910b92310 2,935 1.00/1.00 vMB 59
569,680 569,680 00000000000000000015425603fb1dd2574ffcdf6a2c0d5f5155741f1c2567a2 3,047 1.00/1.00 vMB 58
569,679 569,679 0000000000000000001b648753e7e403b10017f7f6b478240d16eec74e6c3609 3,083 1.00/1.00 vMB 40
569,678 569,678 0000000000000000000154c8b10ea0a7038ae70d0b0fb6c60232927c28022349 3,079 1.00/1.00 vMB 12
569,677 569,677 000000000000000000178fff4a3d245abe737403f84045b333ae2a7b11c232d3 2,991 1.00/1.00 vMB 21
569,676 569,676 0000000000000000001c5929e1cd5ce1a1dbc677773c592b89b204856a04b46e 3,074 1.00/1.00 vMB 43
569,675 569,675 0000000000000000001e5e46dd9d5a0147734f60f5646941208034de756b6f52 2,201 1.00/1.00 vMB 46
569,674 569,674 000000000000000000194b90f26bf7957710fd6271d55eaa7940ced25bf6298b 3,155 1.00/1.00 vMB 2
569,673 569,673 00000000000000000021807ecae84d80d91901052e6f56d211f31461cacc1748 3,169 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.82 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: 635.91 GB
    • Received: 12.34 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.