Loading Tool

Explorer IconExplorer

Memory Pool

28,726 transactions
11.78 vMB
0.03663804 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.73/200 MB

Candidate Block

Mining Attempt be640bddc031f3451e292649e2e5ea4f9c83d1a0849c138deaf7a67b48d3d93b
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 9ff8afc105b7852fc884aee91dfce84c84c529305fd2f362afaeb4dc69111928
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.01611959 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (787,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,473 126,473 0000000000000cc5977b92db02b09ba4ec385be40cb740fbe27573fd28d9ce91 50 0.02 vMB 456
126,472 126,472 00000000000008ba5954316f4a0ce967c968486010fc45d19c438e0e3e6736af 6 0.00 vMB 35
126,471 126,471 000000000000259a33ea10a0d4b7364596755d22e5012ad46a1084718d213435 66 0.02 vMB 2,291
126,470 126,470 00000000000022b2ce55982eafc22c06fb1dad889da9911964fe96f6190488a2 32 0.02 vMB 1,664
126,469 126,469 000000000000340e9c989cfdfd0745490f1911b7f22a08f0f0ba67b0a554f141 7 0.00 vMB 371
126,468 126,468 0000000000001395e660d663483350a3b3f80f397337e18c055cd378cea975da 48 0.02 vMB 958
126,467 126,467 0000000000002eefe6321df2545dbe0a562e4a35a32c18df437bef41a321555c 9 0.01 vMB 1,828
126,466 126,466 000000000000343b0553bd691aaf877640da98da88d10f608b487945c3219639 8 0.00 vMB 879
126,465 126,465 0000000000003f7f1a3f6f8f906056cf0f5bedc485eefcb0ec7aaec0b418acd8 7 0.00 vMB 1,096
126,464 126,464 00000000000028c2ac0d3f6ee642c3aed554455b3031132fe6ba5f90de90245a 5 0.00 vMB 0
126,463 126,463 000000000000147cb8114e7b9c3bf070ce14dd771e86221deaacd4258c1356ff 14 0.01 vMB 1,165
126,462 126,462 000000000000116731d2d6c3e1555d8b920eeee24c21f7565b42f3894e65f394 13 0.01 vMB 1,005
126,461 126,461 000000000000126a68b2746f4ada1cab1ebf92aa32bcd54e463adf8542653909 14 0.00 vMB 1,130
126,460 126,460 00000000000028c5cfdf3732aaf1e1ec4a3de0b007239a2f949e2c8ce0cf230a 8 0.01 vMB 173
126,459 126,459 00000000000007d49c04cf9dc7bef957b40e21114793214666e6d21ca5cc4b87 40 0.01 vMB 282
126,458 126,458 0000000000002c686186f7e553935730686d2cbc1b5b2bad66529f3217946163 21 0.01 vMB 147
126,457 126,457 00000000000008a165b1037c2380f8063f79e9a7369bf4344295546f45b6fb73 8 0.00 vMB 2,109
126,456 126,456 00000000000002a5df40bb6457ccbffd8138cb9dd0221919f40d217ce07eb07f 22 0.03 vMB 845
126,455 126,455 00000000000028f864228a86da067e35b592e1911aaa6bf66dcf4678db217b14 10 0.00 vMB 2,996
126,454 126,454 0000000000001373e0112fcf8cf5fb37e9cdc829dbb994459591a3d4fc035eb4 36 0.02 vMB 402
126,453 126,453 0000000000003bac4a297bed795309ac5cbf091a858ddb31e44df0b444a9a873 6 0.00 vMB 1,200
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 392.05 GB
    • Received: 1.99 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.