Loading Tool

Explorer IconExplorer

Memory Pool

76,460 transactions
28.89 vMB
0.07373622 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 32149e7e274201021ecfb844348537a5b1cf31fe2310657a9526e929acd0f7fe
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 17e2c244043b39bf7792fa154fcbd19fbb905eda1eca0d02897fb7d76bbb724e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.01052182 BTC
Feerates: 104.17 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (56,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,217 859,217 00000000000000000002918e20c0ba44497d9409dba7b2415e5f6e605097d225 5,140 1.00/1.00 vMB 4
859,216 859,216 0000000000000000000267fc3ebdfc4a11d28c03229d36c7cb6a69c9a91361bd 3,235 1.00/1.00 vMB 5
859,215 859,215 000000000000000000020eceea3e208d0cf61325db5791c9805e0932ee1fef25 6,324 1.00/1.00 vMB 3
859,214 859,214 0000000000000000000250e1d84839f08ae7ef3289f4b1efd01f64e941495f7c 4,373 1.00/1.00 vMB 3
859,213 859,213 000000000000000000030d1d6d8c9d11863144ce12d0f300c066d656b84870a1 5,957 1.00/1.00 vMB 4
859,212 859,212 00000000000000000000b5d53bfad1d38726f28bee4d17cdbb6a745ac912898d 6,176 1.00/1.00 vMB 3
859,211 859,211 00000000000000000001b69b6435734e324be815e45d2b5b9beb89fed15aa484 6,867 1.00/1.00 vMB 3
859,210 859,210 000000000000000000018a296785df35b2d0719f57d061cded55f0b116ffe262 5,386 1.00/1.00 vMB 3
859,209 859,209 00000000000000000000a4890f7ad8e52b6a480ff44f3f421b47b378031e23af 4,577 1.00/1.00 vMB 6
859,208 859,208 000000000000000000019e3a61f4ec3a3ab5d8b949bc7a4c343e997eab9cc24b 5,309 1.00/1.00 vMB 4
859,207 859,207 00000000000000000001284485e8ddb86d12409cb3ea699bc464666efb18fb0b 4,419 1.00/1.00 vMB 5
859,206 859,206 0000000000000000000056dcf3f98f97ad30b70c317f44c1b7022f1a69455336 6,008 1.00/1.00 vMB 3
859,205 859,205 0000000000000000000182bebc5f649d05d1668a11a7bcc83da41505f66b6774 6,834 1.00/1.00 vMB 3
859,204 859,204 000000000000000000024ce25560427634156e3483a53c2b9aefb95806caf52e 4,200 1.00/1.00 vMB 5
859,203 859,203 000000000000000000005e9da9e37d21a929556656e47cc1b11393e84a34c483 2,848 1.00/1.00 vMB 4
859,202 859,202 0000000000000000000195b4afd9515aa303d32b7259aaebc5f023c9586e6914 3,501 1.00/1.00 vMB 9
859,201 859,201 00000000000000000002c40d1294aaa037235a68a3f7ee3529408213a07a8988 4,768 1.00/1.00 vMB 5
859,200 859,200 0000000000000000000004fdc225751f1c8d281d3c7ff11802b553f480e9c834 5,473 1.00/1.00 vMB 4
859,199 859,199 00000000000000000000b01114ed11ce8ffe36fedbfc911e3abd6c486b7b4d65 5,896 1.00/1.00 vMB 3
859,198 859,198 00000000000000000002fa6c8c7820af184e0659679e4c0bc4431ba9211efcdc 5,102 1.00/1.00 vMB 3
859,197 859,197 000000000000000000010a6c5d21e448f2b0ce974eeaf284812a16e3a4cb4b40 4,253 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.82 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: 710.59 GB
    • Received: 17.08 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.