Loading Tool

Explorer IconExplorer

Memory Pool

73,847 transactions
27.42 vMB
0.06414220 BTC
Random Selection Loading Transactions
Max Size: 167.43/200 MB

Candidate Block

Mining Attempt 35d3e8e16f2ef8ed924216b176eb9d452c42a61cd6508fb42224fabbe330771d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 87ea55a95ecf32e4dd00dfd46576de253a512ecd59ed19d5e29cab6077ce9c6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.00583114 BTC
Feerates: 73.20 > 0.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (442,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,880 472,880 00000000000000000183f6184a894bd600d5a3eeb636c5756ed8991f9d36d29d 1,306 0.99/1.00 vMB 328
472,879 472,879 000000000000000000a33e25c5a997c3fe571fe4bf29d58d51704384bc0d1a36 1,834 1.00/1.00 vMB 360
472,878 472,878 0000000000000000002f9f3841b91695bcb23fef89acaa0deded7fd74d033937 2,364 1.00/1.00 vMB 355
472,877 472,877 00000000000000000037bca2ee7b591912c6314a6ae69ec07e8d51c1519fcf43 1,752 1.00/1.00 vMB 255
472,876 472,876 000000000000000000fa90bd3c1260bfb4a21e1de30ce49aed21768290f3e5cf 2,459 1.00/1.00 vMB 349
472,875 472,875 00000000000000000072b709f369e2ef5ee002e158de9979258d9e1f9ae9d665 1,601 1.00/1.00 vMB 251
472,874 472,874 0000000000000000018a0520b3d7721671c082a43cdb8d63b7c1502186ce4e44 2,355 1.00/1.00 vMB 125
472,873 472,873 0000000000000000008c31a337dd15d4d79bb9427fb4dd2f2b9301f24f9a2b4a 1,296 1.00/1.00 vMB 255
472,872 472,872 00000000000000000007cf1ce9bcbb6a775a563d1e7325f5578b73fc194f8d8d 1,476 1.00/1.00 vMB 208
472,871 472,871 0000000000000000002ff9ee5ca24aa6c3248179a830b984c245c9390b0e165a 1,835 0.99/1.00 vMB 237
472,870 472,870 0000000000000000006c5d796684534c3926b245f5c6b5ff5690614229a7abd4 2,344 1.00/1.00 vMB 331
472,869 472,869 000000000000000000b036be4c151ba00c1b34b16fe63a43841e9ca906e75acc 1,838 1.00/1.00 vMB 196
472,868 472,868 000000000000000000bde6d2801cde5ca0268d768532288befa33c692a99624e 1,965 1.00/1.00 vMB 397
472,867 472,867 0000000000000000004ad751b0de841a2db56d7deb01a5153efaea16641b3e94 2,186 1.00/1.00 vMB 386
472,866 472,866 000000000000000000e6f3d22c06071f420a77efe88f1c4a0030e84c448d2ddc 2,081 1.00/1.00 vMB 292
472,865 472,865 00000000000000000073aa84cb344bf5b003807afd19a73877f554f0721cc457 1,910 1.00/1.00 vMB 262
472,864 472,864 000000000000000000dcce1579b66d30e6daf68a85ff24586321dbbb65d3982f 2,299 1.00/1.00 vMB 289
472,863 472,863 000000000000000000ff59a64b33d59243526a10b7891a8f73ae32ffc74c1f12 2,286 0.99/1.00 vMB 296
472,862 472,862 00000000000000000055cd4db607482155154ef2df0321dc78bb5cece7b02160 2,357 1.00/1.00 vMB 376
472,861 472,861 0000000000000000006080711e6279367b555aa1d284dc8d29ea7ba5d5ada9e5 2,191 1.00/1.00 vMB 386
472,860 472,860 0000000000000000000a26485b17b050614e743a16e3c8b3cf070f6851e01f27 1,390 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.