Loading Tool

Explorer IconExplorer

Memory Pool

43,266 transactions
26.88 vMB
0.07110556 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt dde3ed934ae0f8c2e54c55ef7d62c6aa94bd8da60bb24fe686ce8c8e2c2ff591
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 4b3318d3124744cf8cc66a5a8db6aa1e78b964bdee0fbab714178db1d6dc71b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,354
Size: 1.00 vMB
Total Fees: 0.02150478 BTC
Feerates: 197.49 > 2.16 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (242,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,224 672,224 00000000000000000000f01bf0bb25b93339f74d697899d0e2a23e111e58442b 2,187 1.00/1.00 vMB 72
672,223 672,223 00000000000000000007149d0269f4589b41bc08a8523576b94cebf221314ed7 1,956 1.00/1.00 vMB 43
672,222 672,222 0000000000000000000204908253d16e57f759e20fa59ee128efb7cdeafbe226 1,713 1.00/1.00 vMB 54
672,221 672,221 00000000000000000007bb2917b1853ad46867cb4659eea5c5d6d350a2a93d5d 1,130 1.00/1.00 vMB 55
672,220 672,220 000000000000000000021ad2b04e49c1d9629546e266bc078726c23b5b572ea7 1,472 1.00/1.00 vMB 50
672,219 672,219 00000000000000000001ada7cd724fcb629acabb76e42136ad42d7d8a46b7cff 1,660 1.00/1.00 vMB 76
672,218 672,218 000000000000000000031338bc712077f8359e1d205d3674d2e860a5beeb1621 2,310 1.00/1.00 vMB 73
672,217 672,217 000000000000000000095382169dc8197d7f7b825fc3dd85b6eb07390de5bcdf 3,101 1.00/1.00 vMB 74
672,216 672,216 000000000000000000095f8a1edaca1cc7d3d8b54ae18d9c6742d53a92623edd 2,630 1.00/1.00 vMB 101
672,215 672,215 00000000000000000001866d6dd0ef9932bd84938f8dfdeae0ddcbb03418e967 1,750 1.00/1.00 vMB 128
672,214 672,214 00000000000000000002837168febcb2faf23be4e17a2b33c4d813304e737804 1,321 1.00/1.00 vMB 147
672,213 672,213 000000000000000000081fcd1b845499bd1ccacfcb6ee737967b617978cf2821 2,320 1.00/1.00 vMB 139
672,212 672,212 00000000000000000003abd7a217a8c86e116c005bab28f2e0287ef4402ee9dd 2,718 1.00/1.00 vMB 98
672,211 672,211 00000000000000000008dee53c709b7e57ec4b3aa6d48d9d74ace801b297517f 1,677 1.00/1.00 vMB 147
672,210 672,210 0000000000000000000063fe85b3b1d5be209e53b6058cf9268c06c8c8d56900 2,710 1.00/1.00 vMB 166
672,209 672,209 000000000000000000040c22d0d29246e569ef129f98bbb970f99363e35779ed 2,337 1.00/1.00 vMB 131
672,208 672,208 0000000000000000000aa1ad273112a6f08ad8cc70ddafe04274a7fd5da13ad8 1,602 1.00/1.00 vMB 127
672,207 672,207 0000000000000000000bb8a07e6a3c23a57d743b2f6ab03efccf4b4bc988a766 550 1.00/1.00 vMB 145
672,206 672,206 0000000000000000000b07a046dddca1cfafc0f429fda6f0baf580caf01a5d09 2,459 1.00/1.00 vMB 160
672,205 672,205 00000000000000000000a4d73bc036f99fd089051fad2e55a16df979f5fcda34 2,077 1.00/1.00 vMB 145
672,204 672,204 00000000000000000008983611d3a14d5b1dc3ce1b2dfc09b11e97c543ba982e 2,806 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

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