Loading Tool

Explorer IconExplorer

Memory Pool

47,250 transactions
29.95 vMB
0.07355126 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt 2d2aebe504ecf10ac55d4dace2b9342838456f9cd3c558689d0a6c3a28cc6966
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root 1922005632ed95981696fe0faaa703f69a084b9f732053a93b4851e7d5dd7cc9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01538852 BTC
Feerates: 100.24 > 1.54 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (415,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,194 499,194 000000000000000000864745d444b99cee077f89ef65eafae66cc0b72ef9f643 2,375 1.00/1.00 vMB 404
499,193 499,193 0000000000000000002f7e3ab6fbfc684f40a13a53cb977c039d75802c4d3a1c 1,255 1.00/1.00 vMB 345
499,192 499,192 000000000000000000a2a942f9ba7cb22682790dba9f466b7a88018c89c3a255 2,788 1.00/1.00 vMB 360
499,191 499,191 000000000000000000199d1c92ba226f64e9c3eacc0df813ea1a153d906f225f 3,127 1.00/1.00 vMB 351
499,190 499,190 000000000000000000890cc6592623aa9f894829bb0f1aa1fa1456796295b84b 3,322 1.00/1.00 vMB 396
499,189 499,189 0000000000000000007edafaa26426f919d8054064f3794b3e22bc7fbd2b283b 2,761 1.00/1.00 vMB 275
499,188 499,188 000000000000000000a29326f938c8ae5fab41977fcdda5ee400fb6283307477 2,892 1.00/1.00 vMB 245
499,187 499,187 00000000000000000079b4af1c40fa91cf410330b1747e2dfcc7f69fe61a87a5 2,541 1.00/1.00 vMB 358
499,186 499,186 0000000000000000006f60e0f8a051fe3afb6157aca5eb5cddda2f9795150c99 3,728 1.00/1.00 vMB 380
499,185 499,185 000000000000000000651b152f8f90ab701d78f0d4322c3d17f6b697747518c6 3,658 1.00/1.00 vMB 383
499,184 499,184 0000000000000000004ca048d84c8fc375f73163325b8c57ea850256a8fc9467 2,584 1.00/1.00 vMB 321
499,183 499,183 000000000000000000146258c45b9ade6333afa32cadee7eedb9352c0842ed29 2,702 1.00/1.00 vMB 365
499,182 499,182 000000000000000000a0c6dd867a17109b2f892fa26994cee7cf2ee83074df50 2,964 1.00/1.00 vMB 363
499,181 499,181 0000000000000000002d4c455fa70b093859f3621994f5623ff9ce6a638423a2 3,412 1.00/1.00 vMB 369
499,180 499,180 0000000000000000003d9ab64de1120d692addcb64ca0f824d6dabdb5209533d 2,828 1.00/1.00 vMB 410
499,179 499,179 000000000000000000a1d83a2ac3938d139e6fbfa7e55a54a7515bbe789926ba 3,209 1.00/1.00 vMB 296
499,178 499,178 00000000000000000091b987a5c7d3879cb56a9d58da7694ef127835e7e1b1d5 3,200 1.00/1.00 vMB 354
499,177 499,177 000000000000000000044e801826620d920bb45fd0e7797e6cb9128f62807f1c 3,548 1.00/1.00 vMB 365
499,176 499,176 00000000000000000042d0f7abc584cf9cc648c0e7d986cc81b0405ebc47e9f9 2,920 1.00/1.00 vMB 365
499,175 499,175 0000000000000000001c72b6029055ecc99a97c737ecb05e9caf52a769f45bb7 3,545 1.00/1.00 vMB 397
499,174 499,174 00000000000000000099c7b316df372745d50609cc8607452d0b1fa214d9b003 3,287 1.00/1.00 vMB 378
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.