Loading Tool

Explorer IconExplorer

Memory Pool

41,430 transactions
18.12 vMB
0.17268559 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.98/200 MB

Candidate Block

Mining Attempt 4f7b8a1b870f8b7a26a5aa974e7902101998ba46782063bda938b283124c84d8
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9ded798a6da5868ed2bfae848f0978c23079ec361a434f4e6d88ddab2216b13c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.05603262 BTC
Median Feerate: 4.83 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (689,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,757 223,757 00000000000001043993738613d612c8f872cbc654b8da92b9a7b7cbd6f4c057 744 0.25 vMB 323
223,756 223,756 000000000000049848ec3023ef677dc88f313a9e783c5f029211803a87a82683 198 0.12 vMB 133
223,755 223,755 00000000000002ef5a7687b54b6f7906bf3ed5ffbcede765f5cc2dfd31cff106 645 0.25 vMB 217
223,754 223,754 00000000000002efbf840785e7066ca081e7f4a684d3016bb1e3ff41ec7cd84d 179 0.14 vMB 92
223,753 223,753 0000000000000253393ba359405d6e6fd8edac82b47b9b65db9e32c27529e68d 389 0.25 vMB 139
223,752 223,752 00000000000002ddf6e1c0803a3db648eec7cde4efc472d79d116520b922a639 306 0.18 vMB 54
223,751 223,751 00000000000000b86189868ae40b2871cad20fc933d37c31ce01b10e3ede5086 558 0.25 vMB 183
223,750 223,750 000000000000020e0e2810ff7ec2a84166f0e53e7208f4e4e74518b908381778 738 0.25 vMB 237
223,749 223,749 00000000000002bf3c3596c97f15254a6ac6039997ea17c4726034900e3cacf7 131 0.05 vMB 217
223,748 223,748 00000000000003c3628c7f71d01d74204918cc4fa3b185d6f00e54627ae9915b 663 0.50 vMB 82
223,747 223,747 000000000000048f5eaea1e1f5743fa3f6874b6cb9d2f05a157c1613191f16fb 512 0.16 vMB 228
223,746 223,746 0000000000000153c61d640d25e64698b411a16aa57a6018d8cb59dca80b6337 10 0.00 vMB 44
223,745 223,745 000000000000042014d48f0a0f377e1b643fe097930a88422ce51f005c694669 129 0.08 vMB 105
223,744 223,744 00000000000001ec6772734fc58ea25add58167503226f450766e9ddb3091700 208 0.11 vMB 124
223,743 223,743 000000000000039a41bb2a68bb8db6b9a2d5236a8d019e45f5eb0293bff2249e 146 0.07 vMB 113
223,742 223,742 00000000000001e98619b5beb550c0d0ebe71eb4f645f16903c500583dc476c3 324 0.14 vMB 201
223,741 223,741 00000000000002c010dd75b5af8ca87e0e1cce67ee0728c62a1e2c7c47406164 660 0.25 vMB 187
223,740 223,740 000000000000016013b931afde489440d6f51fb0b0f6dca48f877eb2f9d026f2 140 0.05 vMB 66
223,739 223,739 00000000000004665d7967ecf9ddb6d3deef67c715cbba65070e4375583a770b 345 0.17 vMB 155
223,738 223,738 0000000000000220e77034157777ec134030409f557a646b4f51be203c43b5e7 415 0.24 vMB 143
223,737 223,737 000000000000021510795e304968d6168788b324c6de215138ff1325cab0dcd6 766 0.25 vMB 268
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.60 GB
    • Received: 0.47 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.