Loading Tool

Explorer IconExplorer

Memory Pool

78,814 transactions
29.43 vMB
0.06515936 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt 770bcb6f39c2c66fb7bc386effd68ab509a4074ac9cc67974d76d02951a9db96
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root 784fad6c1e55c4eb7d3842fd7a3cd88a4e4c7e8dac2639fbae91083cb15af4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,338
Size: 1.00 vMB
Total Fees: 0.00549516 BTC
Feerates: 30.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (764,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,821 150,821 00000000000000ed77a34c6c2fd6c7f03d8c8489ef3beb2a23c5374a260a5ddf 65 0.03/1.00 vMB 132
150,820 150,820 000000000000014315a24ce53fc232c8fe8e78928e5c56d0cbbc88d16165c1bf 45 0.01/1.00 vMB 4
150,819 150,819 00000000000004248302ce160714aaf0845aa30f8c99bb1769873b924d5faa3a 15 0.01/1.00 vMB 64
150,818 150,818 0000000000000a40c174c3816afb51a73128a40f4f0a9068f5b5efb20816a517 48 0.02/1.00 vMB 122
150,817 150,817 0000000000000486a4b229f7edada216e6313b97b385ec9d68b8abfd18b4bbb4 23 0.01/1.00 vMB 153
150,816 150,816 00000000000001146efdd7c88f32f0314ef49df40fdb7cc2fd88502d21c2e3ea 39 0.02/1.00 vMB 187
150,815 150,815 0000000000000a324592ee545c63bbae47e54a5aa5b0eead24f86b66ecb4a587 58 0.03/1.00 vMB 118
150,814 150,814 000000000000050e521780ec4f6cd07bc8b3a543ebdbf6545a1f0b0720677542 40 0.01/1.00 vMB 21
150,813 150,813 00000000000000d92697ad2df07059621c36b8a12410399bf1d9e02f4a01a728 22 0.01/1.00 vMB 65
150,812 150,812 000000000000007057723e30ab30d02627eebcdb9ed012f154ce1a2ba50e2b7c 12 0.01/1.00 vMB 198
150,811 150,811 000000000000077a411b284a1562476dd10f5600121ff4320dd14297297b77e9 105 0.04/1.00 vMB 181
150,810 150,810 000000000000028b7e1c5b0816a80c2c0610b3708f683a502faf10a3395ee199 89 0.03/1.00 vMB 247
150,809 150,809 000000000000004b98c8f3dbd337f0d0028ca2d2f5184697ce02b7fbfee8f966 2 0.00/1.00 vMB 0
150,808 150,808 0000000000000282579289caaafbdff60554e47e0ad3b46b4da23a1376f255f5 7 0.00/1.00 vMB 0
150,807 150,807 000000000000028727a900f475cabc3da79583b0679dbc211f799e29ed472bc0 14 0.01/1.00 vMB 83
150,806 150,806 00000000000008085daa9ed9f09b2b8c45d3741529379506e09c27c86b29ead7 32 0.01/1.00 vMB 250
150,805 150,805 000000000000039dced0b4f3a0926772f54b237844550ae811b4382cc22a6354 1 0.00/1.00 vMB 0
150,804 150,804 0000000000000228e14ec71118d73caccc80080f317f78f22aaeceb0c658ab9a 7 0.00/1.00 vMB 38
150,803 150,803 0000000000000565b0a59270468be73ab6fd5bca66a057bc22e16b5525b52127 5 0.00/1.00 vMB 41
150,802 150,802 000000000000059f711ad8bb745fbe42d812e2a268c27ba3e7ba0cd792a3446b 101 0.03/1.00 vMB 20
150,801 150,801 00000000000007eef15de0b26587a8bce78e9083a7e70019bccfc2b1414261dd 21 0.01/1.00 vMB 239
Previous 10 blocks ↓
Total Size: 782.37 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: 663.87 GB
    • Received: 14.94 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.