Loading Tool

Explorer IconExplorer

Memory Pool

84,807 transactions
30.53 vMB
0.13360033 BTC
Random Selection Loading Transactions
Max Size: 185.46/200 MB

Candidate Block

Mining Attempt ba20e73f19bff98cc2653a29b31f6fca0ee2bce3408e34a4c67cac39c0d1a7cf
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 6951a9d61f08b03a400dbaf6d5c1128c2450e834b4fec15013e1e649e74fa7c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,898
Size: 1.00 vMB
Total Fees: 0.07084526 BTC
Feerates: 170.36 > 7.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (680,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,032 234,032 000000000000007d7c9d9bf8480a9b183b82590b5b4a82769496fa3027a7e3dd 276 0.15/1.00 vMB 40
234,031 234,031 000000000000002ff75f7c1389d6db389a7111b488aa827625ef182ed6131eb1 338 0.15/1.00 vMB 170
234,030 234,030 0000000000000109e0e3aaeaef0072b558d4bc4adec6167b8b544c9da3e130c4 537 0.22/1.00 vMB 199
234,029 234,029 000000000000001d0bafa297372944367d3c9dfc2ad08eda5b17fd0e8c8e7fe6 174 0.15/1.00 vMB 23
234,028 234,028 000000000000013585ee5769705b88d8a5441175f3a33dda1481eee7ce637fc8 293 0.11/1.00 vMB 210
234,027 234,027 00000000000000bb23e17134aa9f6f6a9cc8ad9b1ec8303978d59f1eda34c622 272 0.12/1.00 vMB 157
234,026 234,026 00000000000001648faa62ec0c408d46b762cd5563fcfa38b97ac8ae75a0fea7 298 0.15/1.00 vMB 146
234,025 234,025 000000000000008a43a05d2d99662d74ecfa9a62df0910159e5298fbb5084430 28 0.01/1.00 vMB 154
234,024 234,024 00000000000001070a7e6d3dfe09f04d6fcaf9d081a2a7df0b6a596642bbde18 393 0.16/1.00 vMB 177
234,023 234,023 000000000000014ca92fe8e537fa2b5283af42f895e6007ff02c9bbaf87e6694 221 0.09/1.00 vMB 212
234,022 234,022 00000000000000e3eba884dbd4fecdb36ba0ac2d7f3bacfe2a3bd016bb752644 239 0.10/1.00 vMB 171
234,021 234,021 00000000000000695606b2e334ac8ff2e418cf0ad1393e9219757b21f7e87eb8 277 0.25/1.00 vMB 41
234,020 234,020 00000000000001067ce97d4490a4bb151b7d9237c7f34c6df93c6ff8524664a2 73 0.03/1.00 vMB 203
234,019 234,019 0000000000000100ffb5657502adde9a9c53b63fe88cb008ed8c944b5eb8498f 282 0.15/1.00 vMB 141
234,018 234,018 000000000000001e41d4c67fb084a938d4dec64d7906344057f6162689482486 229 0.07/1.00 vMB 66
234,017 234,017 00000000000000c0c4d750581398b761c2f07500b2c0042236b8cb88f990ba8b 278 0.15/1.00 vMB 133
234,016 234,016 00000000000000f7860030bc8811d21857bfdd42e5cecc8871a88ef9723dd61e 331 0.15/1.00 vMB 173
234,015 234,015 000000000000016fcd8996c801416e0d376734dabc531a4e7c8891a9ff3cb76c 526 0.24/1.00 vMB 167
234,014 234,014 000000000000001a1c2d2594573c07d97caaa7f62bb4eb2f9b67984605f19201 388 0.19/1.00 vMB 148
234,013 234,013 00000000000000612dd6225be62ca550dd382cde2b80490d2bc5a4037cd732c8 393 0.16/1.00 vMB 174
234,012 234,012 000000000000000ba27ae73cb48c3bb20fa5f9dbe5fcfc87faf02327059fbc0b 625 0.25/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.