Loading Tool

Explorer IconExplorer

Memory Pool

85,847 transactions
32.00 vMB
0.21245486 BTC
Random Selection Loading Transactions
Max Size: 191.35/200 MB

Candidate Block

Mining Attempt 8e74b526b8cbccf28f0229dfb245d6d7a9be7bc8894decb731e2b3e18567984c
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3d8fbafbbdc05c7d05cf4e3bfd9b4a114de44781c97f089e0391352bbf1436cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.09585227 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (705,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,505 209,505 000000000000035700ff0153da225bc4839e1e58701292954d8fd18ff8d3cbd0 39 0.02/1.00 vMB 93
209,504 209,504 000000000000045cdf10e3a4530ef4672638573c0adbb9bc6197c7e56e3957cc 305 0.19/1.00 vMB 142
209,503 209,503 0000000000000011c57b63b65cf2318ce346f9d83baf2ba3c1b6daedc840792c 143 0.05/1.00 vMB 63
209,502 209,502 00000000000003504426a75f40bf6b57fb24d9f5477e8cd36ea1ae6a6335072a 719 0.25/1.00 vMB 250
209,501 209,501 000000000000014c7214f30f2826e8305268dc1abbe1ff63f2014be46155b177 230 0.08/1.00 vMB 195
209,500 209,500 00000000000000f09437c57b3855345b1f06c3fd0154dc008bf640f937848808 108 0.04/1.00 vMB 136
209,499 209,499 0000000000000163e4576362adb2ac0e789ac03fbd3a94577d9af9dff882d7b1 97 0.04/1.00 vMB 673
209,498 209,498 0000000000000084856cd1199f62fa0169b1a14167a8c5c1d6ff840c5f906993 9 0.00/1.00 vMB 187
209,497 209,497 00000000000002d4fffb2f2d1161c872ce024bc4867dc22bc5f76e5035d77496 20 0.01/1.00 vMB 151
209,496 209,496 000000000000041c9de9c7c57a8a19163a0d839fc759e0c1d0c346c2aefad5d5 33 0.02/1.00 vMB 119
209,495 209,495 000000000000045c1664e6f20303ec3120b9a5e843e53ee30d0e2e456f0059a8 241 0.09/1.00 vMB 214
209,494 209,494 00000000000000f169cf7cfd0ed976a46693ec25908817cc1b0f33e260733772 48 0.02/1.00 vMB 133
209,493 209,493 0000000000000336b4b7c3035f8b8aa26be5a09f0bebcf3f2e7a0a737123a503 220 0.08/1.00 vMB 215
209,492 209,492 00000000000000f83f3e9cca7ea4fec982b82809fc4bbf58f72b6947699aa75f 63 0.03/1.00 vMB 80
209,491 209,491 000000000000013e567a5b54f324b8d5e60594b521e75d795dd1dc415f025ea2 115 0.04/1.00 vMB 183
209,490 209,490 00000000000001310cfdf1d6afb43c8a26fceac8009117b84d532f27562d1259 40 0.02/1.00 vMB 304
209,489 209,489 00000000000003725db6fb489898e807990c7b154a58c79f8f0531cbed09839b 133 0.06/1.00 vMB 183
209,488 209,488 000000000000028dca916406abb77564f58ee0d9ebf33ad516119c64c3ec0b43 53 0.02/1.00 vMB 135
209,487 209,487 00000000000002eeefb3658cdca7d7e37ef04e255db30db9694ef6ac6b2277ff 180 0.09/1.00 vMB 171
209,486 209,486 00000000000002b6a1717f85ef91028125a5a86a4b37e38b5245227054d230eb 81 0.05/1.00 vMB 153
209,485 209,485 0000000000000068fc5230e0d53aa8a05593ba6120cc2285aa0fd771a71a6667 128 0.20/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.