Loading Tool

Explorer IconExplorer

Memory Pool

49,920 transactions
28.66 vMB
0.10848986 BTC
Random Selection Loading Transactions
Max Size: 153.03/200 MB

Candidate Block

Mining Attempt 85d2108d9efa37fe3a9ff16197f0d3cc8069aa87f4e8e9a028152eef37db5e11
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 5105f0ac6739e4248bb7748a48cf5ad21ff3a429951cf60781be785c4b757f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,144
Size: 1.00 vMB
Total Fees: 0.04795766 BTC
Feerates: 500.00 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (365,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,775 549,775 0000000000000000001a39422d5cd7d28670588a0c1cd325830d98a3a12dfdbf 2,428 1.00/1.00 vMB 10
549,774 549,774 0000000000000000000d1de64a8d0f774a11ee72add5b29064451c28e5e19b22 2,455 1.00/1.00 vMB 25
549,773 549,773 000000000000000000216f33f94d57d351de888c35044727c732a9004da95c56 2,767 1.00/1.00 vMB 19
549,772 549,772 0000000000000000001bb210154b130c5289d2e5e0a7bf5ae3d5d331477e2fbb 2,660 1.00/1.00 vMB 6
549,771 549,771 000000000000000000035f2be22472c162d769ba1339b6cebb3b60370aaabfe9 2,374 1.00/1.00 vMB 12
549,770 549,770 00000000000000000008d807af4ceedcdb4f93901dac8d6d21bd60d0737cfda0 2,428 1.00/1.00 vMB 26
549,769 549,769 0000000000000000001aa898ab35768446422640a5408eab0cb706ad3b036c56 2,847 1.00/1.00 vMB 10
549,768 549,768 0000000000000000001857b0d439c6bd1288d777660342943c0b46708f653840 2,622 1.00/1.00 vMB 35
549,767 549,767 0000000000000000000511e842a4dba0779c1abf77d0573462028e7188dae608 2,167 1.00/1.00 vMB 4
549,766 549,766 000000000000000000160888d3a2ec04172055ecd2e4f2babbc2e76b4054770c 2,127 1.00/1.00 vMB 7
549,765 549,765 0000000000000000001efb23c8c9cb5a8553e2119700ad588ad56cbfad21b08f 2,312 1.00/1.00 vMB 13
549,764 549,764 0000000000000000001b03091709fae922ba1ce9c98b72ade4cf29cc93ff8ac8 2,614 1.00/1.00 vMB 9
549,763 549,763 00000000000000000009ae23d2c904f85cac759cd683e68e497dc48b902735a3 2,200 0.84/1.00 vMB 15
549,762 549,762 00000000000000000017effd9f4df7f760c4f47abca2c412e6a034af20ad0cd2 2,684 1.00/1.00 vMB 23
549,761 549,761 00000000000000000019beb75d5efa54c550694e51087fb4d29c2e912e8e864f 2,574 1.00/1.00 vMB 28
549,760 549,760 0000000000000000001a34d0887ae98f2f90d1d8dd32ef8d37f1cc2f983e0f8d 1,073 1.00/1.00 vMB 3
549,759 549,759 0000000000000000000fc3df88acc202be43155e4fd98164c2c9b6a6dde13e19 2,728 1.00/1.00 vMB 6
549,758 549,758 0000000000000000001edf18fb1e7fbe5ff224e12097539a9943b81d5539421f 2,314 1.00/1.00 vMB 10
549,757 549,757 0000000000000000000a74178cec5bb24cdb51a23e63a717cf11e8df74c0bb44 348 0.21/1.00 vMB 4
549,756 549,756 0000000000000000001c53162f213a34a93808260d8c058fdb700874a80fb312 3,045 1.00/1.00 vMB 29
549,755 549,755 0000000000000000001085507a1b8048d1345a9cbefaba623a97cf14e8f2fd66 2,932 1.00/1.00 vMB 15
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.49 GB
    • Received: 13.18 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.