Loading Tool

Explorer IconExplorer

Memory Pool

76,302 transactions
30.50 vMB
0.12833500 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt 425a48a7bbe348c26de7ec7a3e0884fea1954566a11842dabba9e86e49d51a7b
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 86469495f342d30359860aa29becdc5b8c58cacc4263718961ee9a461bac0738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,310
Size: 1.00 vMB
Total Fees: 0.04620597 BTC
Feerates: 150.36 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (402,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,478 512,478 000000000000000000189a65650bb0e0ecd0e027d5bf535a95d82446fe4eccd7 1,940 1.00/1.00 vMB 16
512,477 512,477 000000000000000000210f6e859dd0ea4b1046893c3e3b99bfc23f3b4621b644 2,501 1.00/1.00 vMB 46
512,476 512,476 0000000000000000003f1fb88ac3dab0e607e87def0e9031f7bea02cb464a04f 2,374 1.00/1.00 vMB 37
512,475 512,475 000000000000000000131c2aeeb57f33b8d22aea828eb8bee788d6d007ed8795 608 1.00/1.00 vMB 16
512,474 512,474 00000000000000000018a682d609ef604fc4eca9a3c2d265b04214da5ddfbc1f 1,707 1.00/1.00 vMB 23
512,473 512,473 0000000000000000000b8e4ba097613a5f8488d936d8b37b7a89292192091fba 168 0.07/1.00 vMB 30
512,472 512,472 00000000000000000015b94a48a18a2b1e6e975abb97d42ccb0dfa472cdc49b3 837 1.00/1.00 vMB 11
512,471 512,471 00000000000000000040cf975d4f6b9fd8d0dacb542de7ef9b49f3036a031a0a 1,674 1.00/1.00 vMB 23
512,470 512,470 0000000000000000004c09b0b5481f65cbfa896ca38dddd65264aab46dd26a8a 2,163 1.00/1.00 vMB 8
512,469 512,469 00000000000000000040fada4d333551fa3546ee7d0add7ce6d945fdebf09de1 3,423 1.00/1.00 vMB 24
512,468 512,468 00000000000000000038f4b9fe1c24ef6c5bcbc67030047b9526f3dbd9fe56af 2,002 1.00/1.00 vMB 73
512,467 512,467 0000000000000000000c6a0d461d819ece3ee5f7ead4ad5398d56d5fd9501699 2,817 1.00/1.00 vMB 53
512,466 512,466 0000000000000000003860417be57e6b243e2f0f77a13f0168cd8d7cdac74070 603 1.00/1.00 vMB 6
512,465 512,465 000000000000000000054078b82ac6ee4220705038fa2658ece25f96abd37a53 1,783 0.73/1.00 vMB 46
512,464 512,464 00000000000000000042af98ff16b17889152dbbd249a79edf5fd4d1e5840d64 1,102 1.00/1.00 vMB 14
512,463 512,463 00000000000000000031f961cdbb4729b6710ef9891f83d109c80488959e01cc 2,068 1.00/1.00 vMB 30
512,462 512,462 000000000000000000255c7a4a555bed3ef38ef6dced5be10883dd3ab5549d49 1,135 1.00/1.00 vMB 16
512,461 512,461 0000000000000000002bc1c538f608662ce408a3979b2e6571307b7280f3150b 500 1.00/1.00 vMB 8
512,460 512,460 00000000000000000047c6843a033af1617b5d340859cf149d27cb65c5de1a01 1,272 1.00/1.00 vMB 19
512,459 512,459 0000000000000000004fb8f6442d543e9ed150be68febfdbc771baa68fadff40 1,056 0.45/1.00 vMB 45
512,458 512,458 000000000000000000352d76af4c18d7ffc5f65ee4fb250c4c2c64579d7ed9d2 2,742 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.