Loading Tool

Explorer IconExplorer

Memory Pool

80,141 transactions
29.50 vMB
0.12545991 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt 50807d140a17a06f016a32dbec8336b397e27c4a7d8af5a57571f45c1e4ee529
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 4d56eb64d76fe88833cd58393777928c9a953b7919a05380e55e1397757bdcae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.04507606 BTC
Feerates: 477.45 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (697,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,226 218,226 0000000000000020964f57b5ba863ae61cd5d49c476a8b840f57e0a3c790ae99 587 0.26/1.00 vMB 187
218,225 218,225 0000000000000175dd0c2abda8c3dff608204a239f6d9e43f2e906911e9e30e2 466 0.18/1.00 vMB 189
218,224 218,224 000000000000027491f05c29e443a2be0d99934e305ecc698ebddabc2b7e54ad 182 0.10/1.00 vMB 122
218,223 218,223 0000000000000289bd80c0b8632e560fa99a09d4464f90b05bf97978dbe5b889 138 0.06/1.00 vMB 170
218,222 218,222 0000000000000453de31c31b2be57b420ffc3e89a72e9547d0d7ecac41062ef7 128 0.13/1.00 vMB 25
218,221 218,221 00000000000000ce1b41117fc0c7748a036e394848664e537627c37240aba119 139 0.09/1.00 vMB 120
218,220 218,220 0000000000000129c65cb7eb99cfc36be408cbea98915ec272023aacec7b3722 159 0.07/1.00 vMB 69
218,219 218,219 0000000000000531da959a7f829181d885bd9ba8557059dbfa8676a9505da9b7 539 0.20/1.00 vMB 169
218,218 218,218 00000000000000ff21f4b5dccb0a9f63f53fb0bbb97b6a9ee98670554dfa1d60 591 0.29/1.00 vMB 337
218,217 218,217 00000000000005453b7cfcfc673d9a9cf343cac5673518cee1dd4f8c5b2d9448 576 0.25/1.00 vMB 274
218,216 218,216 00000000000000ee385f253e437a4bf6249d6b9f248f0285629a56a500dbff8b 875 0.25/1.00 vMB 305
218,215 218,215 00000000000000509a1bc60b94009fdc00453ec18a8dfdc6e71dc6c97cada88e 113 0.07/1.00 vMB 95
218,214 218,214 00000000000000e8a572ed575fdcfa68271b10c0a959ba9ec22a010cd60bec1f 747 0.25/1.00 vMB 210
218,213 218,213 000000000000017d9d80bbf4f624f15a9dd28588779b9a00b991ad4ae7a77fed 279 0.11/1.00 vMB 190
218,212 218,212 000000000000034f0b228e409c4e51e2e2c3710c446a26069090410e681d2cfa 213 0.08/1.00 vMB 201
218,211 218,211 000000000000031f6d936819a7bb7418b76e67e1fe94082f0647c748344d927f 254 0.13/1.00 vMB 140
218,210 218,210 00000000000004052459ebaa0d6d58ad097b8e542b88916f54dd10d51d84c6e8 332 0.24/1.00 vMB 125
218,209 218,209 000000000000021a6e2bce0b299bad4c0b0f19fe23c0e12626ac720baf55dad4 538 0.18/1.00 vMB 231
218,208 218,208 00000000000003cf6339e7c4c2b2eb7d20a29fbe0303eec65d0c4cffcaa53563 780 0.38/1.00 vMB 166
218,207 218,207 0000000000000139fe6d9cf495954a5cba92bc27b72725c2e96418ab2757eb8c 1,220 0.48/1.00 vMB 134
218,206 218,206 00000000000002a61c24c525520e9911f15b24c8e34507cae116c5bfc45edac8 858 0.25/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.