Loading Tool

Explorer IconExplorer

Memory Pool

77,011 transactions
28.60 vMB
0.10167866 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt 89c19a5b4bac18d7935a66e414de87b218490caa496b9767f9359e7ee0280d0b
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fa70f1ebd3a3b13322f5c905e6fe933f3b4727c564d1931f2c16a276508db037
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03486259 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (363,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,535 551,535 0000000000000000000819efbffd146d3dad50ee8d21534100ebca606baf2769 2,515 1.00/1.00 vMB 15
551,534 551,534 0000000000000000002777712e658538a290a5b51441638c298a9af26653e3d3 2,054 1.00/1.00 vMB 43
551,533 551,533 0000000000000000001af745bf0cf4a2ccd5797cbf01c2de11a5808b2b477532 2,741 1.00/1.00 vMB 42
551,532 551,532 0000000000000000000491911d6ef9389c2978d1c8140934dae0d80d063329aa 2,811 1.00/1.00 vMB 22
551,531 551,531 00000000000000000005e4f09c451fa3790d3691fa2a57100fcd99021be2ebbd 3,010 1.00/1.00 vMB 13
551,530 551,530 000000000000000000250a7ca379b8ac3397e48ade5fd3b5f283031f3a554794 2,704 1.00/1.00 vMB 23
551,529 551,529 0000000000000000002a40e9970a9c8c0991f901eedc888a3bf1b59fc65e1a91 2,753 1.00/1.00 vMB 27
551,528 551,528 0000000000000000001a90ac32b732e7226c8a380dfd2e9fdd1a900e552949e4 3,154 1.00/1.00 vMB 62
551,527 551,527 0000000000000000001d26f844d64a666577b8616001b9c7d55e7c4cccbffedd 3,011 1.00/1.00 vMB 15
551,526 551,526 0000000000000000000cc124ea41522af1cbcd321c26edc558620df0cebd2202 2,538 1.00/1.00 vMB 55
551,525 551,525 00000000000000000029d63df6b1b1d10a88e12b40f69a390b068a32cb058802 2,560 1.00/1.00 vMB 27
551,524 551,524 00000000000000000014ca6dfda072e9e26d7657ad3f01c2b0cf2d6e6d42eb4b 2,918 1.00/1.00 vMB 72
551,523 551,523 00000000000000000024e94de186759cc6ad9e10e28b59becfdd7fba72807ba3 3,133 1.00/1.00 vMB 12
551,522 551,522 0000000000000000001124fb9be7b4557d5533f1043ca61ee97fe35158fb918d 2,769 1.00/1.00 vMB 38
551,521 551,521 0000000000000000002845c95e966796b532ebb4623014d7caaae7b2cf40eb54 2,257 1.00/1.00 vMB 29
551,520 551,520 0000000000000000000a281ba025a5606bffac0f79a616ec46d42dc11f0a2c0a 1,204 1.00/1.00 vMB 36
551,519 551,519 0000000000000000001e1d41c96fa7a2dcddf621bb9d7ffa6e63eedaed4fc30f 3,457 1.00/1.00 vMB 53
551,518 551,518 0000000000000000001bc5587389e00ffb4d4dba3378517909889dd1de8b2f9d 2,935 1.00/1.00 vMB 48
551,517 551,517 000000000000000000124f68ab318b238c9338a1dc6796529b52c9852c94e9b9 3,441 1.00/1.00 vMB 29
551,516 551,516 0000000000000000000725cf7547a6b313e8dd653905d93e88c17563670ba688 2,561 1.00/1.00 vMB 26
551,515 551,515 000000000000000000222975c4926be6da3bae4d8e93046613209dbd054fc74b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.70 GB
    • Received: 17.58 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.