Loading Tool

Explorer IconExplorer

Memory Pool

37,899 transactions
28.04 vMB
0.06751728 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt 9be0ccfa3f28dcea384eed7babd16b6ca88656a83bf711de90738351b12cc8cc
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f81faf0a248806850e8ef84ef166c736af01f8860fd8965a8866e2e9c0569893
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,307
Size: 1.00 vMB
Total Fees: 0.01382062 BTC
Feerates: 150.93 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (865,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,731 48,731 000000000ac73955f93d3513fd0a716ff8d779e67d1c980988b083efdac6d698 1 0.00/1.00 vMB 0
48,730 48,730 0000000011537856a927df8b6b54c2ceb5484360785ebfbf49823eb478b4449f 1 0.00/1.00 vMB 0
48,729 48,729 000000001cd845dc081bd5c2f0165f6101edee254a0f716701b70c1522758b69 1 0.00/1.00 vMB 0
48,728 48,728 000000000f2966fc2e67493b85a915c9dbb2e2977ebdad7de1403968a6a013ec 1 0.00/1.00 vMB 0
48,727 48,727 0000000000f88f1040e603ce5c7549954b1af238f7ca4995bc3bc41e04a0eb17 1 0.00/1.00 vMB 0
48,726 48,726 00000000223d4ce53cfe8dc2cdf490b177364e72f4235571e9dfb6fe03ad1ff0 1 0.00/1.00 vMB 0
48,725 48,725 000000001d9b4756164664be4fffd6d1377ff7d12114b3219b9394ecfd03b1d9 1 0.00/1.00 vMB 0
48,724 48,724 000000001b4d09b25a9ac23baf4dedb930222de08f33440b7388a55decf050ab 1 0.00/1.00 vMB 0
48,723 48,723 000000001e630eaaa2d0d90622480bd75f60626353ca316fb89bc917f668e9e4 1 0.00/1.00 vMB 0
48,722 48,722 000000000485b721a4d5138d7f80b93ce9f296403034bb3e739de3527636085d 1 0.00/1.00 vMB 0
48,721 48,721 0000000010401a6caea5a2162d2d88bd556bbd28db72c681e3d576b4027be212 1 0.00/1.00 vMB 0
48,720 48,720 000000000730985115dcd76014bddabaf3375d6ace51b9bc128949247e07365c 1 0.00/1.00 vMB 0
48,719 48,719 0000000026ddac2580225ee2734ebf73958cba2eb54bcea4a5f4d8923baba144 1 0.00/1.00 vMB 0
48,718 48,718 000000002806c97df20686e4f48ebe587fa393a6b3b0502026e9e1b4e09bfb76 1 0.00/1.00 vMB 0
48,717 48,717 0000000014171826a12e6146d4370c3c1cc9f012ce2a7b9e1e3ff41272564219 1 0.00/1.00 vMB 0
48,716 48,716 00000000023daf3b63b541587563aef1629db5de8d79419fb37babefb619f996 1 0.00/1.00 vMB 0
48,715 48,715 0000000003c71edd0b7d72a17907b1b1895c1ecbd0c8cae8fe969ee761bee284 1 0.00/1.00 vMB 0
48,714 48,714 00000000296a7f1a144eff0b27b1a21efaeafa05eba9dbc15baf92a4bb5843fa 1 0.00/1.00 vMB 0
48,713 48,713 0000000001cce6505a38fdd39f6f125ec7cb3b8c42396dc6521c4261e785dfc9 1 0.00/1.00 vMB 0
48,712 48,712 0000000015a6c871cd33baf8bea911cdf5ea9ad4be9b0fe268a7b899e349e871 1 0.00/1.00 vMB 0
48,711 48,711 00000000077facc918cb2c26ba013e3cb8c296541b274dead27806144c3cb5f3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

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