Loading Tool

Explorer IconExplorer

Memory Pool

81,069 transactions
30.40 vMB
0.08294794 BTC
Random Selection Loading Transactions
Max Size: 182.66/200 MB

Candidate Block

Mining Attempt 71729d2db52e338f8476f2fd1ecf30a7d40a2269e0746b77bd24a0d78bf9f61b
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 7cd033328b7bb0ca15a3b425a4a22335ed4fdeec5a2babf06026be0c6f276ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,305
Size: 1.00 vMB
Total Fees: 0.01982700 BTC
Feerates: 100.24 > 1.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (103,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,199 811,199 00000000000000000003e15a95335a35d98eacc2f1b3be4daab3d528d4da764a 639 1.00/1.00 vMB 5
811,198 811,198 00000000000000000000bd67e03a83127eccb37135dcba1e0b5c0c7411583b1b 831 1.00/1.00 vMB 5
811,197 811,197 00000000000000000002b593d7da0d5f080c76ed99e222329a65fc531930e9a7 1,610 1.00/1.00 vMB 10
811,196 811,196 00000000000000000002ce5597a824737c42bc62e1eda7b9160d4dec3c2457d3 672 1.00/1.00 vMB 4
811,195 811,195 00000000000000000002d9272f64b0935ef27d0614573f0081d80f3827f1c039 2,287 1.00/1.00 vMB 19
811,194 811,194 000000000000000000027289b5785c5b7e5abed5e51de3fc91b4aaeb278ddfd7 1,251 1.00/1.00 vMB 7
811,193 811,193 00000000000000000002ac90a30d503c409f0587bc0c1cb4eeaf90b3f10e151d 647 1.00/1.00 vMB 5
811,192 811,192 000000000000000000014468a94ea2bae003baa171b82a4655b023c4eed1f52b 1,715 1.00/1.00 vMB 10
811,191 811,191 0000000000000000000074e1b8604d2283aa4495a634a68e18d4ecce866490fb 1,527 1.00/1.00 vMB 13
811,190 811,190 000000000000000000001c676e2155b6706a3dc2a0b3f6a6e49a0bb1995073fc 1,566 1.00/1.00 vMB 8
811,189 811,189 00000000000000000003a9b8aac4def2092f5f9abdf9f6a2564e95f8759bb8da 2,070 1.00/1.00 vMB 10
811,188 811,188 00000000000000000001ffd6580677b1ea12b74e27bfcaa2541f19bd2e1813aa 2,063 1.00/1.00 vMB 11
811,187 811,187 000000000000000000016c9eae3530c8517178773b4f496d8bc49ae54bd4d3bd 2,828 1.00/1.00 vMB 23
811,186 811,186 00000000000000000003fd2258d68fcb56771fe7c6b52161f86fee7883f5a98e 2,549 1.00/1.00 vMB 34
811,185 811,185 00000000000000000000b2d91286ba16d2ddf4b6ae984d13f73d21705b3667c9 1,751 1.00/1.00 vMB 10
811,184 811,184 0000000000000000000112b79c66d019b9cf6d5369efc270a3e3aca2d77ec13b 804 1.00/1.00 vMB 6
811,183 811,183 000000000000000000038a6e4f44b7c96a94630352f5a620d952fcb408126c66 1,804 1.00/1.00 vMB 10
811,182 811,182 000000000000000000036b772412e3c2314192b69167f5d596a6d23328252ce8 91 1.00/1.00 vMB 2
811,181 811,181 000000000000000000025879a0496f4d65a8662591a3e4a588405ea751a82f16 884 1.00/1.00 vMB 3
811,180 811,180 0000000000000000000152ed11eb7f9994aa9d89f5214f744880901db9a923b8 1,298 1.00/1.00 vMB 5
811,179 811,179 00000000000000000002f495ef41c05d62273d4e523f1af84de9f73deffa4d75 462 1.00/1.00 vMB 2
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.64 GB
    • Received: 14.92 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.