Loading Tool

Explorer IconExplorer

Memory Pool

80,658 transactions
30.02 vMB
0.12344458 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 6af9f424505b29ed13ff011f518060d45b19775f952e9e451a552373fd1d481b
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 931c5032a4ccab99b1e0c8d3c27b688d872e8f3690532641d02eee425964234f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.05083423 BTC
Feerates: 242.90 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (96,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,741 818,741 00000000000000000001b37bce9464c4b5e559321702d07e2ac1efd163a34388 2,917 1.00/1.00 vMB 62
818,740 818,740 00000000000000000001bffc244b757fedaf9cb731bfed35cded3764f88beb92 3,571 1.00/1.00 vMB 60
818,739 818,739 000000000000000000028f8b3470d42d3c43dbed3fd5f0b93f18b794cf1ee96a 4,219 1.00/1.00 vMB 65
818,738 818,738 000000000000000000014397b5a3edacf8e712ae0cce2b926818883236b6041a 3,142 1.00/1.00 vMB 72
818,737 818,737 00000000000000000000f51613a827ca653bc042235f61f8df602ac61f51bb99 4,032 1.00/1.00 vMB 64
818,736 818,736 00000000000000000000387493952a74194ede906e549ca3a109d94a4d86e90a 3,579 1.00/1.00 vMB 77
818,735 818,735 000000000000000000040460db484bcb3f93e2c4fe7849ab81b09a128179fd41 3,439 1.00/1.00 vMB 69
818,734 818,734 00000000000000000003337d485bf6773fefbc196f3c766d512ac8fa5a3df95d 3,289 1.00/1.00 vMB 84
818,733 818,733 00000000000000000003ce2a54d110fd64b937ca790e0e13e309dfa01e9b0c26 3,693 1.00/1.00 vMB 84
818,732 818,732 00000000000000000002bd54b9aad668c7d8fbd4e1dee627f6daf97481d0bbf4 3,542 1.00/1.00 vMB 79
818,731 818,731 00000000000000000002faaaeb2b4b710e9f9795cc3d71534437586610e3492f 3,892 1.00/1.00 vMB 67
818,730 818,730 00000000000000000003b33fee4b671bcf61f7135682877ebb97cf65cdc4a106 2,957 1.00/1.00 vMB 75
818,729 818,729 00000000000000000001f85899997567722f7d989205cf1e6271a1d4a3b9978d 3,457 1.00/1.00 vMB 89
818,728 818,728 00000000000000000003e2fe7549c438a95de078b4048c5defa9bfc5cdff9eea 3,289 1.00/1.00 vMB 89
818,727 818,727 000000000000000000014df7864a46af56a016c74a373e372b858a9a61546721 3,206 1.00/1.00 vMB 72
818,726 818,726 000000000000000000040244f2629d72fe6aba442b3efd7836b0647c3f181142 3,098 1.00/1.00 vMB 84
818,725 818,725 00000000000000000002f7db773a55a5b61ab88c071744924bbed57911882f78 3,606 1.00/1.00 vMB 57
818,724 818,724 00000000000000000001edc6cc8a1933a24ad7250aeb50024cb66c3a2a8ebbec 1,912 1.00/1.00 vMB 75
818,723 818,723 00000000000000000003b39def9743bbe4e9548846a78aaec62b4a50000b89b8 4,356 1.00/1.00 vMB 50
818,722 818,722 0000000000000000000237218b0803aa8b1b54dff0aad2f9385f6f131ccd659c 3,528 1.00/1.00 vMB 72
818,721 818,721 00000000000000000000b7bde5c9a017e8c6bdd35a66bd2918b979e90757bd2a 3,113 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.