Loading Tool

Explorer IconExplorer

Memory Pool

53,163 transactions
29.73 vMB
0.09598315 BTC
Random Selection Loading Transactions
Max Size: 159.54/200 MB

Candidate Block

Mining Attempt 1917a63958d9cd693110d049572dbf171c22c08746a382136c063d05b06b0b8d
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root d51acb5c72613a9c58d5d84a6f8e4854238bf4dbbc87253063f601cd37ea232a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,282
Size: 1.00 vMB
Total Fees: 0.02353842 BTC
Feerates: 157.35 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (295,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,106 619,106 00000000000000000005ecf50ef46791df24b6cbeba424fec4f794ea4dbdf0a1 2,098 1.00/1.00 vMB 21
619,105 619,105 0000000000000000001170994d245952dcdc66d915a62977e3110d1f23381651 2,605 1.00/1.00 vMB 15
619,104 619,104 0000000000000000000fe63f1629b9763c8bcf2878e86cbcfb7b6bbeeaadafa7 3,075 1.00/1.00 vMB 28
619,103 619,103 00000000000000000009a771b46e7664bfbf7a69dec61216b5bcf206429a2d36 2,812 1.00/1.00 vMB 20
619,102 619,102 0000000000000000000558ba39037defc4ab2f4653d8b2a081ae17b42cc5f97a 2,824 1.00/1.00 vMB 22
619,101 619,101 000000000000000000039469362b8bae21fc6e7d8103f89f9b4300d77868ba00 3,161 1.00/1.00 vMB 19
619,100 619,100 00000000000000000006bb7f9eb33e55e09a7c72e99246251449d2093cbbcf44 2,056 1.00/1.00 vMB 34
619,099 619,099 0000000000000000000f2ab81d4964520460be5cfe256395896f6632ae421e38 2,565 1.00/1.00 vMB 22
619,098 619,098 0000000000000000000a90908fdfea25af9697292c5f8908a95cd0027bb53c78 2,722 1.00/1.00 vMB 23
619,097 619,097 000000000000000000006378842350c66b47bf3c7e24af36d7d9e22925bddea4 2,931 1.00/1.00 vMB 32
619,096 619,096 00000000000000000006402857d8a5aa3d71f96add33239a9fd7c1c982c57dbb 2,538 1.00/1.00 vMB 24
619,095 619,095 00000000000000000007b3f8c93a57ad17b3a8c725607a5af18474d2ad24b2c6 2,948 1.00/1.00 vMB 27
619,094 619,094 0000000000000000000819da0bd9aaf002410070bff6fd1ba9b3376367940c56 3,106 1.00/1.00 vMB 23
619,093 619,093 00000000000000000004c58eeb6f7cdc39ebb4a5e75d751e48dc05dd7404ff9e 2,966 1.00/1.00 vMB 40
619,092 619,092 000000000000000000050ac9e5b43bc3ea0486bec7769edaf629c7bf6416c339 2,728 1.00/1.00 vMB 31
619,091 619,091 0000000000000000000ccad6cb19ef8781186ac9a9a72f42c3e014e19eeaa678 2,426 1.00/1.00 vMB 24
619,090 619,090 000000000000000000068ad199a7c05bb943d8340f8377c96e1668ddeadd8e11 2,989 1.00/1.00 vMB 26
619,089 619,089 00000000000000000002df5303c1bc70367a2e8ed9c7c18cb5c116346a4dbd71 2,634 1.00/1.00 vMB 35
619,088 619,088 000000000000000000113defd11029d587bdab4cb72ffa032fc6cc5094efc951 2,704 1.00/1.00 vMB 65
619,087 619,087 00000000000000000011e6bcb5578c8bd0f0ecae871eb1a04470ab15638e6ae2 3,139 1.00/1.00 vMB 26
619,086 619,086 0000000000000000000ef83192305fa6393c9c552fdfa7d40b46b81dbdac7c15 2,792 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.89 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: 645.08 GB
    • Received: 12.68 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.