Loading Tool

Explorer IconExplorer

Memory Pool

40,925 transactions
26.21 vMB
0.07213897 BTC
Random Selection Loading Transactions
Max Size: 136.42/200 MB

Candidate Block

Mining Attempt 379557aef96c05be5640866406bddac37a14c1e7eaf5ce33d27c44e41a0da87d
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root c0ae82c82cb7077b846c1a1e8c5e0e5d1f8bfef40da61d21550d18798ff9737b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.02432173 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (498,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,322 416,322 000000000000000001c36717db68291649742531f30782764a12af49b6369849 2,028 0.93/1.00 vMB 60
416,321 416,321 000000000000000003df950f8011e1d718f0c3a4de14e9d17ea91b0b348c287c 1 0.00/1.00 vMB 0
416,320 416,320 00000000000000000347ed8e32a957d2429b9482d717e415daa1e0274548aa6c 2,542 1.00/1.00 vMB 64
416,319 416,319 0000000000000000028c725aabfd8670959b139cd1c8ed82417b696ed8d0feb3 2,334 1.00/1.00 vMB 57
416,318 416,318 000000000000000004280d90851dc42371c21f45149e1ee6d90a0410ab2bd2e6 1,714 1.00/1.00 vMB 22
416,317 416,317 000000000000000004808c8c8d8429d85e9614675193cfd883a76c8be0ff904d 2,053 1.00/1.00 vMB 41
416,316 416,316 000000000000000003204f30532b074f7ecc71b1d611bdd64db0f1f0925fdcb8 1,943 1.00/1.00 vMB 35
416,315 416,315 00000000000000000466f5ae5063092ccf9e2d5cbf0150dfdb81b2f0c6ff7420 2,345 1.00/1.00 vMB 58
416,314 416,314 00000000000000000154f4fcf6ecb9dfe9a324338cb28b41df909e318067e0a1 2,906 1.00/1.00 vMB 73
416,313 416,313 0000000000000000034794baca973c587a05d6ada46e1c88cf94ef4bc86b9a9e 1,793 1.00/1.00 vMB 29
416,312 416,312 000000000000000000af842363698ab01020e7f34cfc72e2e61e6afd543faa70 1,566 1.00/1.00 vMB 33
416,311 416,311 000000000000000003d4a5022e7f447ac1b9a64815e194e847cb1f3a54b47ba1 2,051 1.00/1.00 vMB 45
416,310 416,310 000000000000000003933c004fa4e0059b174069433d68d4820022c5e663b4a2 2,824 1.00/1.00 vMB 77
416,309 416,309 00000000000000000554f7e3aa5ffa5e8df06006e86e0b1487abd68c53d360af 1,531 1.00/1.00 vMB 26
416,308 416,308 00000000000000000210794bdca6117cfdb901398f398e760458d56ef96c81ef 2,197 1.00/1.00 vMB 56
416,307 416,307 000000000000000001f759240f84da6a36ece845c0019038b51904642935351c 2,234 1.00/1.00 vMB 70
416,306 416,306 000000000000000003c03946aba2c557911a263137ac85cff4685ffd8edf1887 2,054 1.00/1.00 vMB 66
416,305 416,305 000000000000000003cde949aefe3a5f18c8b70984ff62cce2f7276251f09c16 2,284 0.99/1.00 vMB 46
416,304 416,304 0000000000000000042a44fcbb2708caae0dedab4ba6ddb0b724cd4c3503ae85 2,182 1.00/1.00 vMB 88
416,303 416,303 000000000000000001314fbff4d1f9c87ed3c8ac4a32565c4ee6e76fd6eee9a1 2,534 1.00/1.00 vMB 79
416,302 416,302 000000000000000001143e0bec6653866fa312405e3057564a62d1dc3dc8ca4e 24 0.01/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.