Loading Tool

Explorer IconExplorer

Memory Pool

40,272 transactions
28.16 vMB
0.06030009 BTC
Random Selection Loading Transactions
Max Size: 143.78/200 MB

Candidate Block

Mining Attempt 51264cb342e262c9e1ed307ba293ebf845063655bf397cdb6685df08c043fec6
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c14fd14364572b4ab9c4d7071a2b76d4cf11584812c5edc7dd80c8fcab32a85d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,468
Size: 1.00 vMB
Total Fees: 0.00616213 BTC
Feerates: 87.72 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (415,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,323 499,323 000000000000000000204c3de68921c2e0807ddbc12b723d7075ce1e99372124 2,961 1.00/1.00 vMB 431
499,322 499,322 0000000000000000001382ee5f1f66e3ee45f5aac23a21a282140ba30c30db64 3,086 1.00/1.00 vMB 415
499,321 499,321 000000000000000000a3bc864509da4bcd9bdabf9a63c231b8d1a0de84465203 1,591 1.00/1.00 vMB 239
499,320 499,320 0000000000000000004d7abfdeb5569539c40ab1634dbfff8ee0a82f2664db95 2,185 1.00/1.00 vMB 205
499,319 499,319 00000000000000000043abb70e40b1d4fa84000707919ade498aa7841615a85c 2,610 1.00/1.00 vMB 338
499,318 499,318 00000000000000000072de63d44762bfd96e6f1afbb28de03dfdf1e39589ed08 3,001 1.00/1.00 vMB 363
499,317 499,317 000000000000000000452f28a7d0ab5872cfc7c25d585637cd58513d5acd14bd 3,130 1.00/1.00 vMB 409
499,316 499,316 000000000000000000965351f25aa1d8caa2bfbc8f005009825b876c94e29ec1 3,096 1.00/1.00 vMB 396
499,315 499,315 000000000000000000190db9193cbb4f880eb840758cc77582c4b46b8bd19515 2,947 1.00/1.00 vMB 424
499,314 499,314 0000000000000000002b2692d2b96b5ef620d7c5f32739607dbb155f4c44b07f 2,642 1.00/1.00 vMB 367
499,313 499,313 00000000000000000083c8448fe29f0bf68b51e76f8c06f64d12a0966508902e 3,000 1.00/1.00 vMB 393
499,312 499,312 000000000000000000a485da253ae805a63fd86aaa0d7087bec48b4429e3cee3 3,170 1.00/1.00 vMB 405
499,311 499,311 00000000000000000084c63972004f4d8e72a8918b69c1237db8f35b5ad11238 3,093 1.00/1.00 vMB 397
499,310 499,310 0000000000000000006e107b313d1c307ede8c971e2ac2187df1431fdf38d724 3,057 1.00/1.00 vMB 438
499,309 499,309 0000000000000000004f214b91a662051f12f80e0914c5ab3c2edf80a9e6c1fe 2,779 1.00/1.00 vMB 387
499,308 499,308 000000000000000000446500c4d62187eb057d5392fc1003ccb203b186726810 3,280 1.00/1.00 vMB 434
499,307 499,307 00000000000000000077ad6df8422f0c5a6050c4bb08f85cd7bc8f7fa6dbd046 3,159 1.00/1.00 vMB 387
499,306 499,306 000000000000000000113f4f624b5ec66212eace2c20d86edcfbc8038286585d 3,186 1.00/1.00 vMB 429
499,305 499,305 00000000000000000059a655f503e4ab9a46a42abc737208e317c62711d05bb8 2,859 1.00/1.00 vMB 370
499,304 499,304 00000000000000000018c0b525586a6a13e84f0be8addb9c7cbf9f92f7a55896 3,122 1.00/1.00 vMB 399
499,303 499,303 0000000000000000006d339d487b2363dff9508ce828e7098a3dc10ecd8d4e10 2,054 1.00/1.00 vMB 443
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.