Loading Tool

Explorer IconExplorer

Memory Pool

86,252 transactions
32.88 vMB
0.07499910 BTC
Random Selection Loading Transactions
Max Size: 195.95/200 MB

Candidate Block

Mining Attempt 116ce3f68de55c2ddda0311505271237eaf0c02136fc7fd47097e3daa85b7a62
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 55a1fb2d64ab555f01c30c2a4d34394895d828ea509d1f791ec3ea2ea8fd0394
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,100
Size: 1.00 vMB
Total Fees: 0.00975769 BTC
Feerates: 151.14 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (471,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,667 443,667 0000000000000000004a6f37e94a28076ce4e0f6965869c47e0f60c3abf21e0f 2,101 1.00/1.00 vMB 82
443,666 443,666 000000000000000000bc00a7082f0805ba882d1dabac3dd0562ba6162e93a082 1,750 1.00/1.00 vMB 72
443,665 443,665 000000000000000003231d0dbad32b1f3219af0eeb16289d907c2d7b86b68524 1,837 1.00/1.00 vMB 32
443,664 443,664 000000000000000000c17ef169d6abb713494dc714f672d5d682ba8e851fa881 2,101 1.00/1.00 vMB 70
443,663 443,663 0000000000000000028e3091e8fe51ef492d03c47df58c1a8b50534b0cd90894 1,582 1.00/1.00 vMB 44
443,662 443,662 0000000000000000036ce780151e6b29136677e6f06411d154b2a072c02329d7 2,253 1.00/1.00 vMB 70
443,661 443,661 0000000000000000007d1af50c2eee7ec29601c8860f17d9345e79d2d189ca1a 1,368 1.00/1.00 vMB 45
443,660 443,660 000000000000000001e8a07f85916bb844a626381c9c9cb5904d118097b0391a 1,520 1.00/1.00 vMB 68
443,659 443,659 0000000000000000002b42c51cd6059a0772d24de232f58fd3ca70821a16d2c4 1,975 1.00/1.00 vMB 76
443,658 443,658 0000000000000000037176fd7d61fd8600e41ec86fd62466ea633e706950015b 1,786 1.00/1.00 vMB 70
443,657 443,657 00000000000000000308bc6fae822c2ae52b42c161308c23d5992ef30d42f0b6 2,208 1.00/1.00 vMB 92
443,656 443,656 00000000000000000061c8bcb178d35515c6894ff984b8f75ca6c388e097e165 1,192 1.00/1.00 vMB 56
443,655 443,655 000000000000000002a8f0fcda91beb1d20757f4ed3b1b2088a1d02ad7cc65df 2,425 1.00/1.00 vMB 52
443,654 443,654 000000000000000002a2cbfa46795469c8aef1e10b827dc2612941c9cc98aba2 1,896 1.00/1.00 vMB 84
443,653 443,653 0000000000000000020a0d3e97cb1e3005e0d6bb55d58b0ca222ad75c5ba835a 1,886 1.00/1.00 vMB 61
443,652 443,652 0000000000000000028ae0f820e2e92031cbc2b1b4721cc9ea57c2cbd2064a06 1,924 1.00/1.00 vMB 64
443,651 443,651 000000000000000002fe11e4af95a298210e4f01531b41f5bcce485074146152 2,399 1.00/1.00 vMB 73
443,650 443,650 0000000000000000006254576f30990b627f883a68846b0930a835bfe978bb30 2,479 1.00/1.00 vMB 99
443,649 443,649 000000000000000002374f6983212149a67c394acae72926c88db2cf21db48bf 6 0.00/1.00 vMB 752
443,648 443,648 000000000000000000d1d65df37dd8fdd9f9be9d0cc00233d21311ac7d74043b 2,653 1.00/1.00 vMB 76
443,647 443,647 000000000000000001478558d802ba1a27b9193db195a0bc5443d45a252517d4 2,506 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.