Loading Tool

Explorer IconExplorer

Memory Pool

82,379 transactions
31.22 vMB
0.12380605 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt 6fe1d2d2a0c26d8292bed6d71c4507afcc0598e60e7be46a17dd0e2bfe7412d8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 1ccf082cbdd80593f45acf1a1138c54a2554cf9eb7737959bb096732aae5f7b7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04234169 BTC
Feerates: 318.30 > 4.24 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (466,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,692 448,692 0000000000000000018722256b0d44030622d6c49c8483af002deb0e3b7b9d4a 2,550 1.00/1.00 vMB 80
448,691 448,691 000000000000000002e26029d60330fc01a2116c9f0da7522680ae9ffab2cbba 2,745 1.00/1.00 vMB 110
448,690 448,690 000000000000000003078e56cdb4cbc7eb274e5bfdec576b72985ea869e8f79b 1,004 1.00/1.00 vMB 16
448,689 448,689 000000000000000002955eb511f85fb868a746c9d3522f939451d4a9399b8010 1,605 1.00/1.00 vMB 27
448,688 448,688 000000000000000003323193c2f787b96a2cbf0caeb19b057a7bf6abedbe5474 813 1.00/1.00 vMB 43
448,687 448,687 00000000000000000159ebb18c0df86992b0bc75d1c02643f60720e66f36c696 2,023 1.00/1.00 vMB 65
448,686 448,686 0000000000000000032924915b9b83914862d55fcba322710209ce99d6d0559e 961 1.00/1.00 vMB 59
448,685 448,685 000000000000000000ea90acb020b39ff7babf4981907d4243827ba6993ea064 1,402 1.00/1.00 vMB 63
448,684 448,684 000000000000000001cc2d8a6b067c8d104e4a090613e45658d55a9f9866800a 2,566 1.00/1.00 vMB 99
448,683 448,683 000000000000000002e784917465df62998b2dcfe55649c6126d81eead5cebeb 1,371 1.00/1.00 vMB 57
448,682 448,682 000000000000000002a257c3dff178e6cc15d6ddea0fb79d13b6ad2d8b069074 2,301 1.00/1.00 vMB 54
448,681 448,681 000000000000000000c22d4bba46fcc36de8b54f27b33ee60e09b80336d7cec7 2,393 1.00/1.00 vMB 86
448,680 448,680 000000000000000000fee9d471891c584b4a7dfcaad8dd50af8b6a631170dace 1,561 1.00/1.00 vMB 57
448,679 448,679 000000000000000000ed48a44e8d58a8e4f65a93b16e60a39cd4d9a7ad391266 2,056 1.00/1.00 vMB 67
448,678 448,678 0000000000000000001ad1a7e68a6f25153581536d3a588d7f5131ea07e3bd3b 2,487 1.00/1.00 vMB 101
448,677 448,677 00000000000000000085347ec43e4960f9b55eb32076fbc975d71f5ca42ae91e 1,374 1.00/1.00 vMB 53
448,676 448,676 000000000000000001cd2e0bfe063266028668c84797323e61588a9cb5d389c8 1,630 1.00/1.00 vMB 60
448,675 448,675 0000000000000000008c7987112e62d263e362b3b4b6505c26696f7d808ab758 2,081 1.00/1.00 vMB 71
448,674 448,674 000000000000000000815014a38fc741afbbc34a31929f3cac71e09193dabfe5 2,528 1.00/1.00 vMB 100
448,673 448,673 000000000000000000c7107b26fee248c6ff6a06c38b59b8b5381bb885f716e6 1,740 1.00/1.00 vMB 81
448,672 448,672 0000000000000000012a4e3acf1334b764d091246eb6cb8fa929b245ab0f934d 2,605 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.08 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: 722.13 GB
    • Received: 18.39 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.