Loading Tool

Explorer IconExplorer

Memory Pool

22,166 transactions
4.77 vMB
0.02049828 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.77/200 MB

Candidate Block

Mining Attempt af725e6341a226a1d614bee32c4111e8ccd5661869c3fc876da536cd87c8a561
Version 20000000
Previous Block 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3
Merkle Root 4934fe86395fee70fd7c5fdcd7e61036a99a43ab302049f40cfc6e4cbfc0895d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 951
Size: 0.30 vMB
Total Fees: 0.00860949 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,979 (754,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,713 158,713 000000000000083f3fae1324020d2f3102b0d3c00fb8c83d4e905a4e2587820e 0.01 MB 16 159
158,712 158,712 0000000000000bc27a43924310dd124176eee139be53ced291b4fa4e4bf8d90a 0.02 MB 90 8
158,711 158,711 0000000000000a75df4251cb733ec3b6fcfd2e4fc5a9f6f21c1f2dbae23b4319 0.00 MB 13 324
158,710 158,710 000000000000003ecf54a881b71e636ac3c43f6ed78cd23044fd50939f750e9f 0.03 MB 80 148
158,709 158,709 0000000000000e7b78ee89a3f7968dbb21a6df2d9e54c0c0948423f408d87021 0.00 MB 13 0
158,708 158,708 00000000000002e0f5beb3ea950f76af5c6423302bf0084e0bd1f3d7f394ad20 0.00 MB 5 75
158,707 158,707 00000000000009e2906fc7d7828f742597155e5892708c7213a1be4e04e6eac7 0.02 MB 64 63
158,706 158,706 000000000000075630687eed52eb511fb2f0495ec0e8573255ec160f2a412368 0.00 MB 8 789
158,705 158,705 000000000000010b77008924d1b0e87f170e6e6cd9e12e6f94f41b655f83a337 0.00 MB 9 316
158,704 158,704 00000000000002b0a14bdb7725b3bc9385a99a02cd11d992f78d50680b661f06 0.01 MB 32 178
158,703 158,703 0000000000000413e1d2eaba60e4aa431c945649c7256bf0f87e12d2a30f93b2 0.00 MB 8 277
158,702 158,702 00000000000005ade9d05c28ade167ffe217249a8c11eb81ba411a2c53312fac 0.01 MB 41 0
158,701 158,701 0000000000000832b51e2593bd2c712e743952f9bc4d2108eef9ce805c30d06d 0.00 MB 10 16
158,700 158,700 0000000000000e02bc0a66b000b891184fe25fc629779153c2561e72b9a1aec3 0.00 MB 14 53
158,699 158,699 000000000000081ccf5cbe9825611ae443cf4b609b1974c8391f773266a32118 0.01 MB 29 110
158,698 158,698 00000000000000f0433fb53911931092d382abd8e2cd7fea689d2c6f21fe74b4 0.03 MB 69 80
158,697 158,697 0000000000000159b822777faa3f191e2d6e1812ceab5377bef02e1a77317bf4 0.00 MB 12 113
158,696 158,696 000000000000037c9119d64b31f735452406da0bbf31fefd6b56d94c80e0c012 0.02 MB 46 6
158,695 158,695 0000000000000ac03911d958adcb22276e2f7a207878f43edc77108724dda895 0.04 MB 81 225
158,694 158,694 000000000000077a585a0cce8c85a0b8ea1bdc38aad0119ba6afe678fc03bb5e 0.00 MB 1 0
158,693 158,693 000000000000025046fc109584891d7c87d3fda74fce51905b83c8523b54c536 0.01 MB 29 141
Previous 10 blocks ↓
Total Size: 778.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 359.38 GB
    • Received: 3.23 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.