Loading Tool

Explorer IconExplorer

Memory Pool

78,809 transactions
29.21 vMB
0.08476184 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 7beab4a422efc42f1836a9b735a185f9485848f7e01ec8b1d098b9fe5768f1bd
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 025396c0b2c3b78f43cc094e1a808b784feb36d0fb23d7087610aa068b7fbf93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.02352942 BTC
Feerates: 178.73 > 2.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (281,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,628 633,628 0000000000000000000f6b6ff15724eb684873e66a39d2f8209392a6aa65a7f7 2,622 0.88/1.00 vMB 25
633,627 633,627 00000000000000000006c4c635ca6472f3fb4ec756c6d4a426ca3161dc4378b1 2,301 0.78/1.00 vMB 22
633,626 633,626 00000000000000000007e23b61b39fc8583e2129b1caa40e8c548a96716e49d7 1,570 0.63/1.00 vMB 22
633,625 633,625 0000000000000000000aaf7517e8648dd3abc1f643a637c6846eb72c7a70d4ac 1,339 0.46/1.00 vMB 22
633,624 633,624 00000000000000000009eb29beaf8cacf54805ee13699e3976f7f8e30df0fbd9 327 0.12/1.00 vMB 18
633,623 633,623 000000000000000000042bc2aa1f38c5d70f439c88c2bfeb79ad6779a6eff304 451 0.23/1.00 vMB 12
633,622 633,622 00000000000000000006edb1079297b4c6f37add8f19f345dcbd4b40e412c83c 2,477 1.00/1.00 vMB 8
633,621 633,621 0000000000000000000ae6788e59e903cffb2746984cc379dc9ff89649792330 2,127 1.00/1.00 vMB 24
633,620 633,620 0000000000000000000ffb104b93c7ddcd52b4843bf6fbc4db0ecac4658217e4 1,663 1.00/1.00 vMB 14
633,619 633,619 00000000000000000000abd41204638b83fe527458c9ad43401141a925cd4ccb 2,268 1.00/1.00 vMB 36
633,618 633,618 000000000000000000054686e0435febcfbbae3a00b673e00fdf5f78a8d96721 2,742 1.00/1.00 vMB 4
633,617 633,617 0000000000000000000fb7779fdc905fe8114776c824cd20e8ff4035b78e5972 1,836 1.00/1.00 vMB 30
633,616 633,616 00000000000000000003a4085df7981bbfea0489faff63191bf801c919b10b57 1,324 1.00/1.00 vMB 25
633,615 633,615 0000000000000000000421b67b36931f96e54535a7cbc73bbc84c52a6a8b721a 3,160 1.00/1.00 vMB 56
633,614 633,614 000000000000000000039770ae27321db35a6cd406aa715e2c98572a5c6d3d87 1,667 1.00/1.00 vMB 22
633,613 633,613 0000000000000000001090c7ebaf5e9773032587dfe7b62e9242d9294e3c4b05 1,705 0.73/1.00 vMB 21
633,612 633,612 00000000000000000013420c0e6138c62e95bc6033c802ba867d1deaaf3df486 747 0.28/1.00 vMB 7
633,611 633,611 00000000000000000002c6a61886e8b9486dc06a4ba2e59278b85b1322370384 2,464 1.00/1.00 vMB 24
633,610 633,610 000000000000000000114fddb494fa509f5a53a3ebc87d136864a8c3a527f018 2,526 1.00/1.00 vMB 10
633,609 633,609 00000000000000000000bc6dd16a4f40b8bd2ecbd5ce48cd3d0abbefa372456f 1,461 1.00/1.00 vMB 3
633,608 633,608 0000000000000000000a2d9fc3ccd0b8be818eed3e495ec735baa1868febb059 2,612 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.68 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: 678.87 GB
    • Received: 16.44 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.