Loading Tool

Explorer IconExplorer

Memory Pool

87,112 transactions
31.63 vMB
0.21711818 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 701da3832db44c2b05e9468467501f64696e4e8eb11bee9414a3f69d352b7f06
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root c6dd60ef31b66098eb00b26f1b65cdcf0211e751d0200174fb67951bebaefcb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.10907769 BTC
Feerates: 502.67 > 10.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (286,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,651 628,651 0000000000000000000c2f91fa8a38167062214e483b320cfc659334510b0192 2,587 1.00/1.00 vMB 58
628,650 628,650 00000000000000000007cc463b4fe10cc736369b6d75b37c7d1250f06b1e7ffe 1,775 1.00/1.00 vMB 13
628,649 628,649 000000000000000000101e4355b345681ac6a940869990886b6388ebc04089ca 507 1.00/1.00 vMB 10
628,648 628,648 0000000000000000000108e8ef40ead189507cfe32474fda4892f491bb004342 1,127 1.00/1.00 vMB 21
628,647 628,647 000000000000000000075468165287fef7ce86f71315cc62b4a2c43b67f80ece 465 1.00/1.00 vMB 9
628,646 628,646 0000000000000000000dcb807fcbb3c7a11d84131f5e4d159a4f7a02b9a65e15 1,265 1.00/1.00 vMB 6
628,645 628,645 000000000000000000027f87c73a1a25f77e0bf26a9a8b920833a8655cefa242 2,093 1.00/1.00 vMB 40
628,644 628,644 0000000000000000000f004970fe5d6b3e986ab4d48ae5aebb0988e8a435d4bf 2,073 1.00/1.00 vMB 39
628,643 628,643 0000000000000000000ac459f06e567985a16968f919b9870d019c06aed6ec70 671 1.00/1.00 vMB 12
628,642 628,642 00000000000000000004d1cf2e317edc1a349fae00cfc64b3684c41194f8984d 325 1.00/1.00 vMB 5
628,641 628,641 00000000000000000007559d10036bdde7a13d8dd8bd5a6a9fe3405e1c43d2cd 1,940 1.00/1.00 vMB 41
628,640 628,640 0000000000000000000d0ce69147e7c831a0ea999c5837667a2928960d538cce 3,326 1.00/1.00 vMB 62
628,639 628,639 00000000000000000006ceea137d6caebd533d6fd95f8c1da6be15fe01c6d828 2,247 1.00/1.00 vMB 63
628,638 628,638 0000000000000000000a9c8ea50980bece5f9168e962c868e2f9d9761d5ddb0c 1,077 1.00/1.00 vMB 2
628,637 628,637 000000000000000000034cd30624babe78f29f0944b2e73d784198d4fd1af594 2,806 1.00/1.00 vMB 47
628,636 628,636 0000000000000000000e91c7a666359c09a405e3a5294181100a6aeb7d9d6427 3,009 1.00/1.00 vMB 68
628,635 628,635 0000000000000000000210066becbfb2ebfdd957d3bdaec7190f46d87ce59b7a 2,726 1.00/1.00 vMB 66
628,634 628,634 0000000000000000000362a66895d22df572f081b5aff61455349bb67d5e1352 2,536 1.00/1.00 vMB 27
628,633 628,633 000000000000000000116f68ad6e31cefd618aa005e16572a18da0e749e2e5d0 2,153 1.00/1.00 vMB 43
628,632 628,632 0000000000000000000a1dac9c3e088e4b0fada706d77c4a319e54aa3d10f7da 3,248 1.00/1.00 vMB 97
628,631 628,631 00000000000000000009a5acef425591cbbb2104ee7bdd4c772e23b538fd198f 1,642 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.