Loading Tool

Explorer IconExplorer

Memory Pool

47,139 transactions
29.92 vMB
0.07256837 BTC
Random Selection Loading Transactions
Max Size: 159.74/200 MB

Candidate Block

Mining Attempt 6a16fa61ecdfcea47c90e04b5b3664ec43c2b073108fd529d5738a7a202e7122
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root f7c17de8c8a485d7db8bd63ab3c13299ebc4d8ab8bfad330ab8dc9422b4a9b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01439631 BTC
Feerates: 100.24 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (415,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
499,173 499,173 0000000000000000006b55f09dce73f1ec131dc21c2facb67f94a3854d49eea6 3,459 1.00/1.00 vMB 396
499,172 499,172 0000000000000000002e37c3a494d1a5216ba9f204bf9fe90c4e2d850450f563 3,400 1.00/1.00 vMB 406
499,171 499,171 0000000000000000001a993edb87e8751f2357b548b2f61a7fca66405cdcf3d6 3,011 1.00/1.00 vMB 325
499,170 499,170 0000000000000000008ae1819ca329685c6113d1c78ed177d7c5d7940e7c4412 2,763 1.00/1.00 vMB 301
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.77 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.