Loading Tool

Explorer IconExplorer

Memory Pool

81,208 transactions
30.94 vMB
0.08489513 BTC
Random Selection Loading Transactions
Max Size: 187.77/200 MB

Candidate Block

Mining Attempt e0520d5184c31fd92e362a2f149d542bc3fe1ac8691abac511db769021147d52
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 5127cb8bcc2f295566d8d2fe02017cd2a9daee88ff2eee62a5ecd49da0e06b27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,849
Size: 1.00 vMB
Total Fees: 0.01826804 BTC
Feerates: 100.69 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (570,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,003 345,003 00000000000000000593b60d8b4f40fd1ec080bdb0817d475dae47b5f5b1f735 182 0.12/1.00 vMB 19
345,002 345,002 00000000000000001740d075ec3f211986e0d03033df1d9e50c9bdcb5e1ac325 534 0.30/1.00 vMB 22
345,001 345,001 000000000000000014898f63487f5bfdd9d0d38fc4fb164e45e4096ab6375cab 519 0.26/1.00 vMB 23
345,000 345,000 0000000000000000172bde54cad0b002c35c89a2a67d82c02bb86ea08c6b54cc 960 0.49/1.00 vMB 28
344,999 344,999 0000000000000000093e0a7eeab145cdcbb4ba5a21f05f465d291b9c78814653 1,017 0.58/1.00 vMB 27
344,998 344,998 0000000000000000115a209f090bf1d5e774f20cf518791388379ff31f44bd2b 1,389 0.68/1.00 vMB 28
344,997 344,997 00000000000000000ff182e7fac66f3d18110c8c7080712d94898a52e1b72a50 528 0.43/1.00 vMB 15
344,996 344,996 000000000000000000bcd55b5ee370d7486dfe68581ce6ef2df12d2f4a721a15 1,977 0.75/1.00 vMB 33
344,995 344,995 00000000000000001723eb8cccc3a31bf241dbcc91fe5c0298c73190db7c7488 575 0.29/1.00 vMB 24
344,994 344,994 0000000000000000011eaaf73c176e9d580adb2c54246dc40c9814b3ee1ef00b 1,096 0.49/1.00 vMB 28
344,993 344,993 000000000000000007f3aabe32be69b6c7d92d704cd7ada8ecf1da446defce3c 1,382 0.72/1.00 vMB 25
344,992 344,992 0000000000000000131409d613d0afe41dd5cbb52611d49963f345ebfceedf5f 1,051 0.45/1.00 vMB 27
344,991 344,991 00000000000000000c35b852ef154f31a64485b7f1d05a57460c313bf36c830f 1,930 0.97/1.00 vMB 25
344,990 344,990 00000000000000000ba8420e08cb7aa2da9664b8f9613ed84c6b5b54e446c731 117 0.04/1.00 vMB 33
344,989 344,989 0000000000000000151d9311d49a8ca320ef524eb788d25c5d27c1bf9c2ebd82 803 0.37/1.00 vMB 25
344,988 344,988 0000000000000000068fff8d63f5e0cdd56772ad69e8e0a3c64c7dc1334f272b 1 0.00/1.00 vMB 0
344,987 344,987 000000000000000015c8d6654f5291ac01558c3756aabfcf3c8affc05e3fbf0b 337 0.17/1.00 vMB 25
344,986 344,986 00000000000000000efce85a17a9a924a895fcfb6154b1d30f0f0f72c7769e2e 753 0.61/1.00 vMB 14
344,985 344,985 000000000000000006c5df30f4343938c6b6aeb6216fcc710541e176867d62ed 852 0.75/1.00 vMB 19
344,984 344,984 000000000000000005eef5ab987a7e328245be1412ecb2126366ccb30ce37c0a 1,691 0.75/1.00 vMB 29
344,983 344,983 00000000000000000994a0f66828024bd6095300b869a01788e9e449147f6f37 2,413 0.75/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.72 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: 702.25 GB
    • Received: 16.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.