Loading Tool

Explorer IconExplorer

Memory Pool

47,544 transactions
28.05 vMB
0.09012561 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt 1d5d0f7c47c15eea68cc53a8c5c7673ccd72fab2eeceda94eba4beb927b3afe9
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root aaf2d0351941ca407de11655cc1c41ad5ec6e1454ded437c05a4ab8fb0393a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03495146 BTC
Feerates: 500.00 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (146,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,786 768,786 0000000000000000000416c8c2feaba6cfcde0d4b5fc71994f0c7d9b5a3cd36a 1,423 1.00/1.00 vMB 4
768,785 768,785 00000000000000000007ec6e69b9c87363c70cda9925be6c04cc5e54cc9b0c3d 2,817 1.00/1.00 vMB 4
768,784 768,784 000000000000000000036aa717e73eaf9f9790336f96b1e368331579d044e527 1,629 1.00/1.00 vMB 4
768,783 768,783 00000000000000000004714b90ea08dbef6263b141f76762f5b67b38a5126198 3,973 1.00/1.00 vMB 5
768,782 768,782 000000000000000000036d164799be273137906d35ba940d8ce6cfcdf2d33013 3,773 1.00/1.00 vMB 17
768,781 768,781 0000000000000000000527a34f498f2a996a1318132e600a3c99ccb0b396d605 2,611 1.00/1.00 vMB 9
768,780 768,780 00000000000000000005beadf27981f8c2da41d53e53180099a8731d217a414d 1,552 1.00/1.00 vMB 9
768,779 768,779 000000000000000000069ed64e83bf05168c5414f52779ccee220107f230c3f2 2,067 1.00/1.00 vMB 23
768,778 768,778 0000000000000000000246a760da5c17f66ec67fde372a3ad7371bc6e6e3546d 3,175 1.00/1.00 vMB 28
768,777 768,777 00000000000000000004d2b34517a74c5bd0e4d5bd932fdc2362484c60ed0dd9 3,072 1.00/1.00 vMB 34
768,776 768,776 00000000000000000003df8eaa9641a75360b89497e357a1fc36261fc6f29a79 2,216 1.00/1.00 vMB 21
768,775 768,775 00000000000000000002dcb1b9a6216dc2e97017a13ac40b0cbf6fbf06084bfe 2,677 1.00/1.00 vMB 29
768,774 768,774 00000000000000000003c11cc8763de35e6900c1dee81c270542a0017994b2f0 1,635 1.00/1.00 vMB 36
768,773 768,773 000000000000000000021d28a7f6dcea062b4609a4eb22ae7361d041c26d2f54 2,524 1.00/1.00 vMB 11
768,772 768,772 000000000000000000069ee56f7a96e2a5ef36a68d67588e9907ef152b980f2d 3,196 1.00/1.00 vMB 29
768,771 768,771 000000000000000000066c63ec17a9d4374ce05b4416b9f0445e8add3d8c6990 2,193 1.00/1.00 vMB 13
768,770 768,770 00000000000000000001e492f3e7816fc95b651c1aeea041987a16fc5b1a9054 2,157 1.00/1.00 vMB 18
768,769 768,769 000000000000000000016629326788d6e0ed1483db6a6399fa621fe5352122bf 3,229 1.00/1.00 vMB 36
768,768 768,768 00000000000000000003d70ed6abd6b9a48029f1afddfe8d1fefd2604ef6cfdc 1,771 1.00/1.00 vMB 14
768,767 768,767 000000000000000000010c8e20e6c5d2db3f73e4647350c711e689718acee93a 2,327 1.00/1.00 vMB 17
768,766 768,766 000000000000000000037276320260864e0f3ae67819158304533b3d13b9885a 3,234 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.01 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: 649.46 GB
    • Received: 13.17 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.