Loading Tool

Explorer IconExplorer

Memory Pool

78,225 transactions
29.07 vMB
0.07770530 BTC
Random Selection Loading Transactions
Max Size: 176.11/200 MB

Candidate Block

Mining Attempt 75756b39073b0bdaa00de66bb561718db356d6b84920f0f0bc08183a05d67ee2
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root b7cc9ae0ddd1f31dcf07df9e409e84773e2a0748f9328867a4cabf2e61c79dd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.01687747 BTC
Feerates: 299.43 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (190,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,732 724,732 00000000000000000008ae3fa1ee472021367c7a1e833deee547398df4d928e5 1,916 1.00/1.00 vMB 8
724,731 724,731 0000000000000000000263354163c93074ca42857b99a9213217d0689be16cee 881 1.00/1.00 vMB 6
724,730 724,730 00000000000000000004b19e0946e0fde7915f3aef75be74720e57b689d912b2 2,499 1.00/1.00 vMB 12
724,729 724,729 000000000000000000046b36f7bed69da99d0e542e55ef5af4cd13e000c0283e 2,751 1.00/1.00 vMB 14
724,728 724,728 00000000000000000004933c73d95d07a8b98cecb4d05de821ca84d51e33ba76 3,084 1.00/1.00 vMB 7
724,727 724,727 00000000000000000003b3ef824d096bfd8ddd3bdd2298515532b6711dca9834 2,798 1.00/1.00 vMB 12
724,726 724,726 0000000000000000000814f61811162d37b4d2a3ae7e468143ef1e808625bae3 2,603 1.00/1.00 vMB 13
724,725 724,725 000000000000000000043591d4f2bbc8d690bd2f3739bab6735336eea0aeaece 2,805 1.00/1.00 vMB 18
724,724 724,724 0000000000000000000954d42e8ced7017448cb9f39b364e371a1eec6e34463b 2,683 1.00/1.00 vMB 10
724,723 724,723 000000000000000000060c28dafba4aa57d930528a084ca1a94d5bb1ab83a5e8 2,842 1.00/1.00 vMB 7
724,722 724,722 00000000000000000009d30ba172d255e5e9ace4ebf4e86118ef3e1f162b1d95 2,345 1.00/1.00 vMB 15
724,721 724,721 000000000000000000041be02b1a8d6c515f4b4ce7a38a4a7d6e3d5ace245511 2,462 1.00/1.00 vMB 34
724,720 724,720 00000000000000000004da3d53c12233a737923b8d68357d02e853d81034ecbd 1,174 1.00/1.00 vMB 2
724,719 724,719 000000000000000000031d6bca140d0dbb042c9b447a9701892b02d7d43a8951 2,142 1.00/1.00 vMB 4
724,718 724,718 00000000000000000007cb064e6c1ed2ee73ad28f0a933d356913cd29675ede1 2,507 1.00/1.00 vMB 5
724,717 724,717 000000000000000000080bcbf0d32dde5018fe248fee993078f44e36ae242be3 2,497 1.00/1.00 vMB 13
724,716 724,716 00000000000000000007129661ca3add99e77733c0e0fd608b08c654e9e01334 2,713 1.00/1.00 vMB 12
724,715 724,715 00000000000000000002c4899416fd2cc3ba8ea1cd4864dd1b6cf538b7da695c 784 1.00/1.00 vMB 3
724,714 724,714 00000000000000000003260f4c9abc434fb227137fc577b21081ca84b986ae71 1,425 1.00/1.00 vMB 6
724,713 724,713 000000000000000000007ec2123154da3cd3c08d883a867ff5d92fea1084d2ac 1,418 1.00/1.00 vMB 6
724,712 724,712 000000000000000000085f6195493c25dba1ebfe4c901bec16b05e2e65ea062b 2,328 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.