Loading Tool

Explorer IconExplorer

Memory Pool

37,331 transactions
18.93 vMB
0.30119780 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 10 blocks ()
  • 3 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 5 blocks ()
  • 6 sats/vbyte = 4 blocks ()
  • 7 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.95/200 MB

Candidate Block

Mining Attempt d8e3a964902ed8ba7bd86d283c9931a0cdaaa9bcba2b47caa937d4aa6b26bb79
Version 20000000
Previous Block 000000000000000000003a062576f0e1187aedd3325288bf9f43815f057dc01b
Merkle Root bc3f3a01417aa2d95b104739851fe2dc52bec3630b2af9de49328dfa1736e23f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.06214673 BTC
Avg Feerate: 6.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,056 (778,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,694 134,694 0000000000000af67f90d63a3ab90f7a72831358dc6810b136f7597aaea1eb22 0.04 MB 83 359
134,693 134,693 000000000000077e9d85be4faaa6dbb806bd824ddbbe23ec0eb9c63f2af278b4 0.01 MB 31 433
134,692 134,692 0000000000000aa06112170493cf936797c7222b0bd3172201c6f639e8dda126 0.05 MB 157 53
134,691 134,691 0000000000000360965f0ac020c1e1f47778516b2fe1f3a880c1c93cac4f18b4 0.02 MB 43 322
134,690 134,690 000000000000033fd77550684d72100a7a678c5d22a67985c8f46e29efd5274f 0.00 MB 12 17
134,689 134,689 0000000000000abefadbcfdb7656b7cde9e6560e58e99f7d6b21b032585532de 0.03 MB 97 297
134,688 134,688 0000000000000b219e24c5dc7e73422b0b04a94cf0fce3442ae795794ca281d8 0.03 MB 105 102
134,687 134,687 000000000000067d4aa5993effbd52774e4648086f0a1a296094943eb0ba6840 0.04 MB 79 307
134,686 134,686 000000000000065b3a79a1e09fd6526817243165ac0491b8a81d40931529af27 0.00 MB 16 932
134,685 134,685 00000000000006829370febdc58f17e5c3204eb927bcc1486d59aa30cef2d1ca 0.00 MB 13 588
134,684 134,684 000000000000082a8f9c8edd638ab3bdcc80babd6ff590a7d410a54535986b15 0.05 MB 67 371
134,683 134,683 00000000000005d51ba9fbdcae51795351d826c153c00ce8140da9a2a1693827 0.02 MB 17 149
134,682 134,682 000000000000078885ac31374555151c31bdc8f11b6c7fbe5c917a0d5ee031d0 0.06 MB 108 372
134,681 134,681 000000000000033a63fa6227aafadfd183057bd8d631ae0084816a81195eaf4d 0.02 MB 39 385
134,680 134,680 000000000000028bcccdd524bfbcd143b60f045694b30011aad514b8167a2ba7 0.02 MB 49 533
134,679 134,679 0000000000000a266cd259ad2ff370164e3f42925377e4fcd4f3ef1255b77866 0.00 MB 12 191
134,678 134,678 0000000000000a570e9312ea6e892d7f0d11ed40a0f06516f41df7a1ce37d27e 0.05 MB 122 155
134,677 134,677 00000000000005f5c744e5825c0d436d36eea0bb9f477471215003b1837c60b5 0.03 MB 30 536
134,676 134,676 00000000000009be24959179dd77fda93a2f80231a46ab6d40a7c1ee4196da64 0.03 MB 86 42
134,675 134,675 000000000000053f32d1a5a3c890100e9b01c5aa63ab68476e1c09f51860de8a 0.04 MB 105 338
134,674 134,674 000000000000066de2f076d4f82464bc4a5af6516e83af54721de7032828ce00 0.07 MB 137 127
Previous 10 blocks ↓
Total Size: 778.95 GB

Node Details:

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