Loading Tool

Explorer IconExplorer

Memory Pool

82,277 transactions
31.12 vMB
0.10870353 BTC
Random Selection Loading Transactions
Max Size: 188.85/200 MB

Candidate Block

Mining Attempt dad0755101b9719b26f454999303941f046534d2308edc1fa171ad73688ff425
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 41bf40667fa6144a94031088c38edc8c6cf368b618a50c722eeca28c25275289
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.03465057 BTC
Feerates: 803.65 > 3.47 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (442,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,886 472,886 00000000000000000070303088c0626fec56fc0322dd44d6338c60415cbadf64 2,514 1.00/1.00 vMB 377
472,885 472,885 0000000000000000010145367197c21681d360a116f980a4e36f2e6c57101bb7 1,686 1.00/1.00 vMB 222
472,884 472,884 000000000000000001215d14eadd949f8a1148425904cecef1e478f9a59ec3df 1,854 1.00/1.00 vMB 360
472,883 472,883 00000000000000000097d9af03507af466a8c369eb8a89153b8c5d6eea005cce 1,953 1.00/1.00 vMB 285
472,882 472,882 0000000000000000009241988350d5b8bb3c9b7f1bffff2e2c5b686d2030db25 1,732 1.00/1.00 vMB 321
472,881 472,881 00000000000000000166c4733178b494eaaa4bb3dc6d92fa037e248455b67a76 1,330 1.00/1.00 vMB 278
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.