Loading Tool

Explorer IconExplorer

Memory Pool

30,649 transactions
18.27 vMB
0.04701533 BTC
Random Selection Loading Transactions
Max Size: 97.09/200 MB

Candidate Block

Mining Attempt a746c9296cbdf9980f5fd5a9b41a75326b2591b7c72e661d40a2b8143cbaf570
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root ea753339b4ffd88e7ea8dba0db81cf8dd54e33cfb3c958090597cc86085ed476
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.01253119 BTC
Feerates: 200.82 > 1.26 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (881,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,573 32,573 00000000b10fd2165cda412bd7842cfbb3400366e8e207462c2a6b6274d43a2b 1 0.00/1.00 vMB 0
32,572 32,572 0000000055128b0ee981cb38123cc6c53c4c1358c09601bae197246a66b9cd75 1 0.00/1.00 vMB 0
32,571 32,571 00000000c10c5c894b578af427dd949673492114735b7dd1dccc62da2299041f 1 0.00/1.00 vMB 0
32,570 32,570 00000000adcba051474f2c09ea87fd12e01bfd4b1d2ab015f53d1608c6fd1c16 1 0.00/1.00 vMB 0
32,569 32,569 00000000a2f50251f03ffba0fb7f02a896489363735c7cd66fc31213d85eea54 1 0.00/1.00 vMB 0
32,568 32,568 0000000081f25ca677bfb6e85f8e94fffb635bfeed7d400b54270967621474e8 1 0.00/1.00 vMB 0
32,567 32,567 0000000031b15b9a62c6672e6b36739f4e36b138b39086cb6f021054070195dc 1 0.00/1.00 vMB 0
32,566 32,566 0000000008fed8c6da91db5c77a320226bc8fb3a24de50cfad9e77bdcfe3b045 1 0.00/1.00 vMB 0
32,565 32,565 000000003e68719bf1e72e9017a675752de567d4c9a7c480f01be2b269a62e70 1 0.00/1.00 vMB 0
32,564 32,564 00000000af3bb68b21e43429ce93a02cfa9d5de1b4d30b29a094b46dcb8029a0 1 0.00/1.00 vMB 0
32,563 32,563 0000000036be1600c08521272f75a93c8ec0ae964d7eabffbf35615792f94d2c 1 0.00/1.00 vMB 0
32,562 32,562 000000007f24916aae7b5d34d55e6742e671418ce1f66e6d105f5290a4041bff 1 0.00/1.00 vMB 0
32,561 32,561 00000000c73064b28d96d20bbd87655038cb7fc4b15d497f016fb5e34b1c3fa1 1 0.00/1.00 vMB 0
32,560 32,560 00000000a9f4b470b7ab16e3c0627d77c936c245ee0cb78a2b2a552552f51dc4 1 0.00/1.00 vMB 0
32,559 32,559 00000000270bf85155e172814462c57463b3247ae0bd45eae578a91c1790ff74 1 0.00/1.00 vMB 0
32,558 32,558 000000003a5a0455ea4f0657d03c7e48d0239cb69573ca2bfa6ec0f2ac9598df 1 0.00/1.00 vMB 0
32,557 32,557 00000000052ab491854f3edcaf74a139f7e379747ad6e62088f3af9e3aeb89d0 1 0.00/1.00 vMB 0
32,556 32,556 000000009fce62cffbf92cf141d88645b592c56df3e7414970f722c055c3ff6a 1 0.00/1.00 vMB 0
32,555 32,555 000000002515e050e26b75064f0e1d87484752442f260cd547ef02c0a1bb62a2 1 0.00/1.00 vMB 0
32,554 32,554 000000009c424bde9fc4fcc1fa0ee409cb4f9831a5736b46bb45190a5a8006c5 1 0.00/1.00 vMB 0
32,553 32,553 0000000000fda48f3b0ec3da5d50bb6a6420293a90cf19888fb6724aca0de68a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.41 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: 526.04 GB
    • Received: 5.27 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.