Loading Tool

Explorer IconExplorer

Memory Pool

41,558 transactions
28.69 vMB
0.06021679 BTC
Random Selection Loading Transactions
Max Size: 147.42/200 MB

Candidate Block

Mining Attempt edef10a6f32958db233deaa1a18ca8da906b38061040c2aeced6be6a57f83361
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 630e483ceb0daa86e4f934aff0c4e41059944f1918491b04fb6521d29c20896b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00465523 BTC
Feerates: 60.13 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (912,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,275 2,275 0000000031d86ce67a67bd9ff6d37008cc765b24420eb3b3f1c79af904e4e154 1 0.00/1.00 vMB 0
2,274 2,274 0000000063355349fe8807f7f006b1bbfe4f317ceea33d383c8b18a5ac5fb132 1 0.00/1.00 vMB 0
2,273 2,273 00000000d03abcf627e67ad05fe2893f010e95f668e99fbb55476e4dae07210b 1 0.00/1.00 vMB 0
2,272 2,272 00000000bbbf0ae8a56c09877cbc96ff7d3398664a475f10f08d183d7489851e 1 0.00/1.00 vMB 0
2,271 2,271 00000000fca03856f435bc8ce54184c907c53f3daf04c42aae9b57f358c9aac3 1 0.00/1.00 vMB 0
2,270 2,270 000000008d238d65182ba3dfe70263ed60d58271a3418ee4bf4edd9769e2e9f6 1 0.00/1.00 vMB 0
2,269 2,269 00000000d3417c47b11a373e29e81f67c648f3018e9419f5388e5d8152ae778e 1 0.00/1.00 vMB 0
2,268 2,268 000000006c7010bbbcf0a3799dc409ba75543e9beb4345e9532cab613d6f7d5e 1 0.00/1.00 vMB 0
2,267 2,267 000000007c150a245e1c17f799f07529a601d2fc2d272e86184f82ee6188d13e 1 0.00/1.00 vMB 0
2,266 2,266 00000000f38fc7d1caf8aecc55ea5180b003355e08efcdc565fc30dc9300f3bb 1 0.00/1.00 vMB 0
2,265 2,265 0000000067ebd365b2395ff67596578ce7262422296f384c4a1787c0a7300a0a 1 0.00/1.00 vMB 0
2,264 2,264 00000000af519c91833bc83489f1c3a6a64d67979632537f55711d9d0d30ea77 1 0.00/1.00 vMB 0
2,263 2,263 000000005b2eba6c1e6d69772b8954cacdd63ae22b219a95c15efd9140afd218 1 0.00/1.00 vMB 0
2,262 2,262 000000002e3aedc3009c8f2d92a3db486eb5990d61f8506623bf059e227eddf1 1 0.00/1.00 vMB 0
2,261 2,261 000000007ce675fe62345c4b8fc6bddb22d185651856fd93164db8f637f49678 1 0.00/1.00 vMB 0
2,260 2,260 000000003b1f1db33f398ce3fe36e7575923241564657be2bfba10c2056440e5 1 0.00/1.00 vMB 0
2,259 2,259 000000007584156178c8a6cd790e7aecef21680a290c0c78b087d2703c5ebaac 1 0.00/1.00 vMB 0
2,258 2,258 0000000040fd733264a702fcbb1b6365e160b2c601613aa23fcea98aa60f65d6 1 0.00/1.00 vMB 0
2,257 2,257 00000000aaea93b8453e6ce62678ec19c0adf491e2156170ba6a4651d9a0ff6f 1 0.00/1.00 vMB 0
2,256 2,256 0000000016c9a2b06db02a157b3eae0309e0075c43eb94b3da72bd3ff7c81a14 1 0.00/1.00 vMB 0
2,255 2,255 00000000a2a171ff52ca3c9d046592c8ac623b136b8d6910003728a3d22691cc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.