Loading Tool

Explorer IconExplorer

Memory Pool

67,790 transactions
25.93 vMB
0.06290161 BTC
Random Selection Loading Transactions
Max Size: 155.88/200 MB

Candidate Block

Mining Attempt e01d3671cab31f92c3f924b0724ce1d6859d87bbe82fdf0c812faeb9a1299565
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root c8bf7a29f3335043ff1a15bdd9246281e02ee03d60dcc93c13ee3f455b7c919b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,559
Size: 1.00 vMB
Total Fees: 0.00801587 BTC
Feerates: 86.29 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (868,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,148 47,148 00000000165078a8b58718f157f0ff72c0e62c894b5cf41f1a8f317c829a24a3 1 0.00/1.00 vMB 0
47,147 47,147 00000000246ff0405aa87bca3b9a00dea0b93f3b708db57d9a37e049393e38fa 1 0.00/1.00 vMB 0
47,146 47,146 000000000448cc07420e446fa8d6b513f548348cfbf778f08c485d573c4a0224 1 0.00/1.00 vMB 0
47,145 47,145 000000002b89dabd1c7a9700c235564ad0748b5e3943b189c20022a05ba3b909 1 0.00/1.00 vMB 0
47,144 47,144 000000000eb4d224ee49b8dea5e69e20107eda4101ce827d3b8dafbc173add19 2 0.00/1.00 vMB 0
47,143 47,143 000000000a3de59b7c76dc5b6a4d0c3719f7f3201c94284a21632155b14fc1de 1 0.00/1.00 vMB 0
47,142 47,142 00000000211fdbb651db54d3a287c46f9a2352a698e435e8096aac3fd819831b 1 0.00/1.00 vMB 0
47,141 47,141 00000000066f9f0d140b84f6f68909086ef14992f8c20d754f64170a1f52d7f9 1 0.00/1.00 vMB 0
47,140 47,140 00000000177806d780e9e9216d30198bed473f7d20e249dff4953155839c4024 1 0.00/1.00 vMB 0
47,139 47,139 0000000002fd45d61335a7a650b285eacf351afaa9995ae11964d43e33637208 1 0.00/1.00 vMB 0
47,138 47,138 000000000f83d8a0a29f11f4eedc77ca21309f85dc6647222ef16641897aa942 2 0.00/1.00 vMB 0
47,137 47,137 00000000077eca5c7ebf2244779fae01ea07d7fb355a0321c913b5f1b0f98245 1 0.00/1.00 vMB 0
47,136 47,136 0000000031ddede950148689c042d6c5fa4e94435164ea76e6893b7dc3029842 3 0.00/1.00 vMB 0
47,135 47,135 0000000028b3fff59a6105c9d3b10a365ccb057a5e5766a706d5d3df0c03862b 1 0.00/1.00 vMB 0
47,134 47,134 0000000017dfbfd9ad13178cb3f185f6f4003e396c8931d6ddf1ab14d0ea310e 1 0.00/1.00 vMB 0
47,133 47,133 000000002b6cb5be2c6e378d047b5383992778501a828b43eef5e807b117b25b 1 0.00/1.00 vMB 0
47,132 47,132 000000001bbc4174e8c24dfcb061e8706db7c6b7e5c9acc48529f58ab801012f 1 0.00/1.00 vMB 0
47,131 47,131 000000002edd0c5242dae8306e940cf03573edb2c388b98393b924a624d32d67 1 0.00/1.00 vMB 0
47,130 47,130 000000003104a62e654c8f3ffe28cfafbd90cc76925a979ee9f665c7dd276fc2 1 0.00/1.00 vMB 0
47,129 47,129 00000000156f9134ddc16bc071e9206633f9b79e455a341998f887699380be4c 1 0.00/1.00 vMB 0
47,128 47,128 00000000344cdea6b2a3fb8f46055ce98dfd36f028ad1946e7d69cc9397b5f53 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.95 GB
    • Received: 19.32 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.