Loading Tool

Explorer IconExplorer

Memory Pool

77,654 transactions
28.82 vMB
0.06973257 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt c8a8ff6e1f0f257d9f06ebc15a74e4c12e8ad97b2309c2446218947cd4f08bbd
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root aded0c130636c77cb9aba73443f5fb5e381f5c65ba38442d016a21d505614d7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.00980746 BTC
Feerates: 73.20 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (256,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,886 658,886 000000000000000000049034db18e88a2995d0b1748cdb240a5a9a760afcd3e2 2,563 1.00/1.00 vMB 64
658,885 658,885 0000000000000000000a2b6e6454f128f545e5fa3d3e618092f212b62687f7af 2,374 1.00/1.00 vMB 75
658,884 658,884 0000000000000000000b5bb97996dd6cacadaea74c0fa3c86100ecfd293e8c3e 2,350 1.00/1.00 vMB 93
658,883 658,883 0000000000000000000ef6627ae2cb8e44e910dfef6c75ee8855c3105347b1b2 2,529 1.00/1.00 vMB 85
658,882 658,882 0000000000000000000c4f29063526ecce3caa943d421ee9fd48c30067398f52 2,012 1.00/1.00 vMB 47
658,881 658,881 0000000000000000000be12ce01adadf7e08fbf51f747e32b7504c71ddd96cd0 1,907 1.00/1.00 vMB 72
658,880 658,880 0000000000000000000cd5b64bccfc1c2303dfb2ee71fdd99d5708bb36b5d174 2,112 1.00/1.00 vMB 93
658,879 658,879 0000000000000000000345b168856eed491a552383ecaa98336ec39bf37ecb4c 2,284 1.00/1.00 vMB 84
658,878 658,878 00000000000000000005350666afe8981dfe46d70848004158fe076db58f0026 2,563 1.00/1.00 vMB 94
658,877 658,877 0000000000000000000454f586b5bb23d3b61f48b88b1807ebc863a6eb78271e 1,498 1.00/1.00 vMB 43
658,876 658,876 0000000000000000000ca77075917b0d0a58694b37fb4952c4ffadbf17ec3f36 2,040 1.00/1.00 vMB 73
658,875 658,875 00000000000000000009a65be2d9b59614ce1acafdffac4c7c3a38dcf4014da2 2,812 1.00/1.00 vMB 109
658,874 658,874 0000000000000000000b0bac5ef19cad3c88c5555e0b669fd9a98234ebdda3ea 1,491 1.00/1.00 vMB 29
658,873 658,873 00000000000000000000680294f60b8f8c30ca3fb5e11015000a40b94877c53f 1,523 1.00/1.00 vMB 11
658,872 658,872 0000000000000000000bc25a30d3d4d5528e93e47dc4565b64cc61615f2bca67 1,172 1.00/1.00 vMB 12
658,871 658,871 0000000000000000000ff4f3cf73d7cc0b00183d4c3d698136da1d82aaf5774b 734 1.00/1.00 vMB 39
658,870 658,870 0000000000000000000a27b6468b104eae6b2e9151fe12ec7abce80ec1439854 771 1.00/1.00 vMB 11
658,869 658,869 00000000000000000003431bef5b7d26b3bd393c8cb519b97d0ac18ba03886f5 982 1.00/1.00 vMB 22
658,868 658,868 0000000000000000000a75bf8450d545c3216cf876edaa5579334830a65f12c3 752 1.00/1.00 vMB 18
658,867 658,867 00000000000000000003b9b91eac3052a23f8fbd1d61874265ca05ce8f8694f8 824 1.00/1.00 vMB 10
658,866 658,866 00000000000000000001578733ef277f6e985c0c5d5da6f5b456b3a76b9088d7 1,659 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.57 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: 671.00 GB
    • Received: 15.85 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.