Loading Tool

Explorer IconExplorer

Memory Pool

81,868 transactions
30.57 vMB
0.11723805 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 4f40a98a40d2f320b6d917badc21ca39330958854a9033c8d5211bc0a6518b42
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 62be32137d08b9f9a42fda64c656e862008a08a79b39056b53207d7ae5d95df1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,565
Size: 1.00 vMB
Total Fees: 0.04113270 BTC
Feerates: 180.34 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (235,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,254 679,254 0000000000000000000286b1445dcfc251747a19695c63026b284d8bb8469459 2,098 1.00/1.00 vMB 93
679,253 679,253 00000000000000000009038889e27eaf247aba6e3f6bd66f6d02c3dce3376d77 2,012 1.00/1.00 vMB 99
679,252 679,252 0000000000000000000a1a93103e8c2707380dfa223967b6ed3aabe9505cb50c 1,037 1.00/1.00 vMB 99
679,251 679,251 0000000000000000000036b25c65b75f3f6c103faaf47f0a739640da866de454 1,505 1.00/1.00 vMB 118
679,250 679,250 00000000000000000001732fd87b83d81424376b900ef21ec4f2b7221a3db1b9 2,427 1.00/1.00 vMB 80
679,249 679,249 00000000000000000001b0c32d1bb6c30d57a9e9fd6e22f350846d595d4ca512 3,194 1.00/1.00 vMB 83
679,248 679,248 0000000000000000000a3d94f3176df0a23f748c96770f782d38bca9f1e12c03 2,338 1.00/1.00 vMB 106
679,247 679,247 0000000000000000000aba6e777bd7563e3d4b2e2b8a05ed514ba4b76979405d 1,198 1.00/1.00 vMB 89
679,246 679,246 00000000000000000003f1a6165e31ab242cd91cd4cbbb678ae616075a8058c3 1,656 1.00/1.00 vMB 92
679,245 679,245 0000000000000000000b9e54cefddf2ec849ee8398f1da28ae025f4e69215f40 2,253 1.00/1.00 vMB 121
679,244 679,244 00000000000000000009aa419128e615d571ff992ee5ea204d321f7e9841bbdf 2,379 1.00/1.00 vMB 111
679,243 679,243 00000000000000000001b95441470d339fa0889a1bcebd7796d74e8a16ef9656 2,187 1.00/1.00 vMB 99
679,242 679,242 00000000000000000009d0dce9dd5bc32c444165d2959a725450ab52569bbad7 2,570 1.00/1.00 vMB 125
679,241 679,241 00000000000000000007dd297945307d941b32ff63ed247bb547c65c0391f2fe 1,639 1.00/1.00 vMB 104
679,240 679,240 0000000000000000000a1897e48fc69c8de42b854727b21c888c9a501394ccef 686 1.00/1.00 vMB 99
679,239 679,239 000000000000000000022c26702ffdc5fa451ee8f64824ee3f67d48cddabc654 2,856 1.00/1.00 vMB 115
679,238 679,238 00000000000000000007f3f1c1cf57c167fa8b9ed76d14626ec471ac8e35165c 2,602 1.00/1.00 vMB 101
679,237 679,237 0000000000000000000660c506bb0d9b81dfaf274862b30bbf4f15a5d0cf597a 1,862 1.00/1.00 vMB 100
679,236 679,236 000000000000000000064d80033c9d6eefc32095e18dcb65a3635292d3b9de11 1,958 1.00/1.00 vMB 123
679,235 679,235 00000000000000000007a70e186a33024f92854f6a1f09d4cac2ab127aca6772 2,670 1.00/1.00 vMB 109
679,234 679,234 0000000000000000000aa1c83f77d1bb70a7a5508cb1cabcbea21a002addf07e 3,208 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.