Loading Tool

Explorer IconExplorer

Memory Pool

73,923 transactions
27.41 vMB
0.06857381 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt fa5565de39dbdcd43007a63967778e62481df4bb053ba82f662cdad49016d896
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 0b8223f7e110459f013c06ac0303e9560f7e2d22e4b92ec25a5fcde15e57df3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.01024901 BTC
Feerates: 101.19 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (483,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,658 431,658 00000000000000000483bdcd8c4702f5ef02fe64bd0d7a150613b36b73b6e317 2,039 0.99/1.00 vMB 49
431,657 431,657 0000000000000000012f9bd77ca2f8b4358b0dfe2106805b42c1a61151c99588 1,800 0.75/1.00 vMB 56
431,656 431,656 0000000000000000011118b4df41e216ffb37383df87e7ce066ffde3fb054a77 2,978 1.00/1.00 vMB 69
431,655 431,655 000000000000000002c9a5f8db806345f832aad9e544ebbd5b2f6ac98dd1cd78 2,099 1.00/1.00 vMB 61
431,654 431,654 0000000000000000020bf868c749b867005f8b8336d68c436aa913f6fad34c6e 2,159 1.00/1.00 vMB 50
431,653 431,653 0000000000000000042cc10f18849326af30894d1cd814fcb3cdc7cf975bef38 901 0.75/1.00 vMB 32
431,652 431,652 000000000000000002545a72d23e6c9f101921b440f6c54946c0b677d2753653 1,870 1.00/1.00 vMB 39
431,651 431,651 0000000000000000046ddb58e4229e993df4f5fb68899f49722053e8094a840a 1,896 1.00/1.00 vMB 43
431,650 431,650 00000000000000000276ded5faa5a1b55bc0b0307ce8bed51499d2b65f19d9cd 377 0.14/1.00 vMB 72
431,649 431,649 000000000000000003b1fbc6bf46ca53b1792109a639a62af197b0d9557604f0 979 0.67/1.00 vMB 32
431,648 431,648 00000000000000000343bc33b87f8f8341ec0e53c6cfba12dadde56ae914dae6 2,504 1.00/1.00 vMB 64
431,647 431,647 0000000000000000032dadffe8f66bd755570a3ec15238e736c36b16aa36ecab 2,565 1.00/1.00 vMB 66
431,646 431,646 0000000000000000008b2e36141cf4cdecf779e8c1944211df1c5b5765bcc6d1 2,347 1.00/1.00 vMB 60
431,645 431,645 0000000000000000031e59c0ec7e79a52041ca3d38ad27639a019858045b3b79 2,484 1.00/1.00 vMB 58
431,644 431,644 000000000000000001ab5b2d4786bdefe6ef277c1029b3f12e0bb5ab2fa8d5d5 2,127 1.00/1.00 vMB 55
431,643 431,643 0000000000000000034207323383f8f4a8ec91c2f56d4c6619bfdbcac516eac9 2,245 1.00/1.00 vMB 48
431,642 431,642 000000000000000002259d0ec93c5c8b4740e9d9110c11d3217d5f39c2dc52b2 2,410 1.00/1.00 vMB 66
431,641 431,641 0000000000000000024f1ad57652f50672908feb29c237aace80db1c090740a4 1,472 1.00/1.00 vMB 41
431,640 431,640 000000000000000000cc35a4f0ebd7b5c8165b28d73e6369f49098c1a632d1a9 2,703 1.00/1.00 vMB 53
431,639 431,639 000000000000000002ceb63a6f2eed08765fef70b085d80a5d837db5a8e03db5 2,710 1.00/1.00 vMB 65
431,638 431,638 0000000000000000029c8a441c9a39cf3061433cd4e19642db7ec3e388d33ebc 2,526 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.