Loading Tool

Explorer IconExplorer

Memory Pool

79,463 transactions
29.24 vMB
0.11042384 BTC
Random Selection Loading Transactions
Max Size: 177.38/200 MB

Candidate Block

Mining Attempt 09386e17d8aa47af9480e5f20d165db10a1d6f46779fbc70ef4a7a5d430b9783
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 65815e3ed2c2de1c8fff0cd83c8c5e71e69c37a3f697c117f7f27fb8391aeb08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.04925072 BTC
Feerates: 151.07 > 4.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (232,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,362 682,362 00000000000000000004ac7f332cd9e23f60a85a7f05e9a55197d8fecbe4c4d4 1 0.00/1.00 vMB 0
682,361 682,361 00000000000000000007616249d3bfcb88b85661f31cad0006d4b232605eefbd 1,012 1.00/1.00 vMB 19
682,360 682,360 000000000000000000063352dd3d9c091613a99e114382c4b6c2c60d69e96cbc 852 1.00/1.00 vMB 3
682,359 682,359 00000000000000000005a21dd747c635d8ff6a71971de76aceffada49aab8da1 1,831 1.00/1.00 vMB 8
682,358 682,358 00000000000000000000b3b96a9dd262ed47e98a72596824d0ec4fe7c4508ac8 1,562 1.00/1.00 vMB 52
682,357 682,357 0000000000000000000c872b4494f5c8a8f0a9304e6919eb0a90e11e1d4d658b 2,252 1.00/1.00 vMB 63
682,356 682,356 00000000000000000007ad141bf59f2d95542a6e868b9e53a4039569d1717cb1 2,472 1.00/1.00 vMB 68
682,355 682,355 00000000000000000004761939446aded0321a0c5f9e11896620d2b4816c8182 1,494 1.00/1.00 vMB 15
682,354 682,354 000000000000000000003b26e7213cb14f495eed32040950df41169cecfaaced 1,312 1.00/1.00 vMB 27
682,353 682,353 000000000000000000027458ceb22b98ca7bf9b5f6d563cd59b5ce83f621ae0e 2,177 1.00/1.00 vMB 85
682,352 682,352 00000000000000000007f826a49c6ec4ca77da09ff654fc1f65afee5cbafa634 160 1.00/1.00 vMB 84
682,351 682,351 000000000000000000043a690f7658f22d7629aa2ce0225cb4d6578744997988 2,034 1.00/1.00 vMB 94
682,350 682,350 00000000000000000009ad5de934c1bea1ed8fcb2080389fc5d3291c19e13d21 1,037 1.00/1.00 vMB 20
682,349 682,349 00000000000000000002f322a67f4bf2e6a9a29106f7c29364707b795d7b8caf 1,464 1.00/1.00 vMB 21
682,348 682,348 00000000000000000003f52fb9bf323864d3b7aa28d85b9a23bf65a4c5219f79 2,776 1.00/1.00 vMB 96
682,347 682,347 0000000000000000000526d2e4905e35f0948d9baa8470bcd09a9c273722fe5e 512 1.00/1.00 vMB 21
682,346 682,346 0000000000000000000add1043668ceae0ad9a9b62bd019583b0735e94e98c19 435 1.00/1.00 vMB 12
682,345 682,345 000000000000000000045c37c627e57f83c8269e2d624abd363dd90c2992cd4f 643 1.00/1.00 vMB 89
682,344 682,344 00000000000000000003e4c8f1c7bb96900057f352188680e7039dc9d059080f 1,658 1.00/1.00 vMB 40
682,343 682,343 0000000000000000000be4f9dcf52c3abf45eb6236fed804f0e714de4bde95ec 1,802 1.00/1.00 vMB 27
682,342 682,342 0000000000000000000ad2c84e0e0d6e13b8bd2a7ff93cce323ddbafd4b27d3f 1,940 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.