Loading Tool

Explorer IconExplorer

Memory Pool

44,089 transactions
29.19 vMB
0.12000706 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt 16525131f36a0bdac007c40ff3cb9db225265f7122fc3e253d19b15307d8f75b
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root bdbc88f3cd667ffef9cb4c6ecdb2a3a9818cc77df3aa953a123335340d42bd07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.04224185 BTC
Feerates: 251.72 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (881,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,442 32,442 000000006581af82d96568aa400e3805448e97a56b3ff32765b36f8320950c92 1 0.00/1.00 vMB 0
32,441 32,441 000000005208c7cf4666d0eb49fce380d80566e2789037a3a118b265a1b76f86 1 0.00/1.00 vMB 0
32,440 32,440 00000000a756defd8c768e433ce291d6bfa03afe8b270253c98ce0111c7d0132 1 0.00/1.00 vMB 0
32,439 32,439 00000000d2b1f3673d03e3f0e2161dc02073b94d529ee4c72f9b338b63262edc 1 0.00/1.00 vMB 0
32,438 32,438 0000000091c2ec6b8aad8fe88068f8c50a0876561eff75fd1316e7365e479cc5 1 0.00/1.00 vMB 0
32,437 32,437 0000000007152965cccbe1d6d729c8f9c4bb8318b37d94544dc9c91138c7f016 1 0.00/1.00 vMB 0
32,436 32,436 0000000099b15b0589dfe6b744c3141879611a4a1ed6495ffe0cc4184267d6e8 1 0.00/1.00 vMB 0
32,435 32,435 00000000479c32fd0772e16f6c20d68e11dd71159688b3ab5ac280a1ecc7ceb0 1 0.00/1.00 vMB 0
32,434 32,434 000000000f4006f90a7fd7e111b0a0401746531a05180f5814607184d8577115 1 0.00/1.00 vMB 0
32,433 32,433 0000000012d5aaacadae4096f5bed4c2d63123d29dc6ec5d6b0d3878845e4ace 1 0.00/1.00 vMB 0
32,432 32,432 0000000069565612bda141428d68fb0fe5ab07c4ff0eabb6751b7e82ff06a630 1 0.00/1.00 vMB 0
32,431 32,431 0000000069c7ecf1f18f4978826ba34df845eef2e1a709bde9baae0a965bba8e 1 0.00/1.00 vMB 0
32,430 32,430 00000000c485cc9e93bce830f5fb3a0ece0d8320f1dd326422af2f39fa33cf5b 1 0.00/1.00 vMB 0
32,429 32,429 000000009cddf540a92b8f664bf483bf52b78cb417d9bb994b6f753c2d120396 1 0.00/1.00 vMB 0
32,428 32,428 000000002f6170c5cba16e80b0b04cbe1a98e54c84d7909b144c186aa2c76599 1 0.00/1.00 vMB 0
32,427 32,427 000000007ac723863a72b424fc50b67194ade1838caccaaffd653064f7c10ac8 1 0.00/1.00 vMB 0
32,426 32,426 000000004b25a842448fbea768b03925ed327a8ab8c50d500e1a112d2e6fd624 1 0.00/1.00 vMB 0
32,425 32,425 00000000a3b65c186b272b8105156ff5ac2b370c1ffa9188292790fe27328c18 1 0.00/1.00 vMB 0
32,424 32,424 00000000d27e2faa35912f3960d418f1bed71702809d25dc7cb3885993bb1fa4 1 0.00/1.00 vMB 0
32,423 32,423 000000003fa00f09651813206e7ba1bc46d10ebf62b1d0d61d4d496080ce7d55 1 0.00/1.00 vMB 0
32,422 32,422 0000000040b30b7cfbd6e84d79879c6afb799b3fa0896ea3d5eabf9f2a333ff2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 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: 581.44 GB
    • Received: 9.11 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.