Loading Tool

Explorer IconExplorer

Memory Pool

77,297 transactions
28.87 vMB
0.09888202 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt 403f149d870287d7ed26e08c834a2de4c7d31516beb5b65aa773df3fe397fbd8
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 3eb7c0d1ec6e0cd6ec3b49393b1663c7b739fc9d809527da0c6af9bfe6ae45d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03044756 BTC
Feerates: 180.82 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (849,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,690 65,690 0000000007a6155c12d57c8dd8960eb227d554cd65a0f293e807978ffafdfd7c 1 0.00/1.00 vMB 0
65,689 65,689 000000000510a832234216cedb9d4420b436087d64da11c8baea9a14e2713161 5 0.00/1.00 vMB 0
65,688 65,688 0000000006fe482999fddc228cc615c979dbeae734bd072576c77e5c89147c8f 2 0.00/1.00 vMB 0
65,687 65,687 0000000004c576a6d7e626d84907d234ea99bdb26fa2f660f023fb531e863f98 3 0.00/1.00 vMB 0
65,686 65,686 00000000039cc035c1778fb259ccb4d3807de11ff82d8983f78ba69c72960a61 1 0.00/1.00 vMB 0
65,685 65,685 00000000073d3ad377472be70d5dad025fc73f604174afd74a0e2837361098ba 3 0.00/1.00 vMB 0
65,684 65,684 0000000002a13068ac098c34217f94a38f6e4951214a08888e7de6bcd86c74e9 10 0.00/1.00 vMB 0
65,683 65,683 000000000ae13f7ea1daef4f2737a668fd2d8017786d59496f6edf075137aa48 4 0.00/1.00 vMB 0
65,682 65,682 00000000019c9f2a2cf48d3bb654124648ea17996fbc88ef598f9954febf10dd 6 0.00/1.00 vMB 0
65,681 65,681 00000000006155350271a81afc5e598e6a74b45605062d365c5cb1056a265220 1 0.00/1.00 vMB 0
65,680 65,680 0000000008fb2cc40bfc5943b844b2da8bb8da39bd897f8c21871f52234001a8 1 0.00/1.00 vMB 0
65,679 65,679 0000000009b999796f06a27401061811c0e433208c4d3abda2f429d24ab03512 3 0.00/1.00 vMB 0
65,678 65,678 00000000085aee745b352f49249bcbe373865a4b37d74d48b3c9cbcfabe3a8dd 3 0.00/1.00 vMB 0
65,677 65,677 0000000009d24e95e833315919b2ad16d16fe66e131519ab2ffc78b9de852622 3 0.00/1.00 vMB 0
65,676 65,676 00000000007fd78b54e88c3f6d6de3438fabba836d86f14f58d4724197f38612 2 0.00/1.00 vMB 0
65,675 65,675 0000000007b7bddc64bd041ac6c526c61ed813e21681609a0b65b6f017658443 5 0.00/1.00 vMB 0
65,674 65,674 0000000003f6413ff1c1cb3bc25f8c214b6cfefab4cbc0196eabf9b409630d13 6 0.00/1.00 vMB 0
65,673 65,673 0000000002fa8e9b25e607ab153e0861c99b6ca97868b2effa571c19569f8a62 11 0.00/1.00 vMB 0
65,672 65,672 00000000070ecfa0fa95de488f92159a581a33507e0519b252b1c2c8e56d00f6 4 0.00/1.00 vMB 0
65,671 65,671 0000000002279f72ec11e64b8659e7222873c2a4b9943e07e74aa1a342daa264 7 0.00/1.00 vMB 0
65,670 65,670 0000000002f088ac9afbb4f21ed103e25ab99b76f97f7cedc0d9f879e0f891c9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.