Loading Tool

Explorer IconExplorer

Memory Pool

41,873 transactions
27.69 vMB
0.07608193 BTC
Random Selection Loading Transactions
Max Size: 142.95/200 MB

Candidate Block

Mining Attempt 8a436519e8ec99b3301f577507e5de8e1260c212bc2f9da6f2f4748b62beb01c
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 92586f28167496a91ef190d66895df81d381654baed97b4887e39ebb4b3a638d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.02110167 BTC
Feerates: 180.63 > 2.11 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (643,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,659 271,659 00000000000000017c2baa2e0308893a77ed6a09d0032756559c52e76100c36b 256 0.13/1.00 vMB 52
271,658 271,658 0000000000000004e8699a68ec0c030a3d4f2bcc992c89dd5022b65ba28d7a24 396 0.21/1.00 vMB 43
271,657 271,657 00000000000000015b9a48ef51284b192bef45d85f30be34c93a438eb67e10b9 527 0.25/1.00 vMB 59
271,656 271,656 000000000000000649cc233ac1a980e7d071eed313462f8820959a2f523b83ee 452 0.21/1.00 vMB 54
271,655 271,655 0000000000000005b6e92ed0a3e7f2b157da7698c4942e52dc3283173606534d 576 0.35/1.00 vMB 24
271,654 271,654 00000000000000002af5d375014c1b5201b115b050aa38c4262cb19421927521 711 0.25/1.00 vMB 70
271,653 271,653 00000000000000053ca270b3c46d4d9c01508d040dba0b6075397e455ba01c52 103 0.16/1.00 vMB 18
271,652 271,652 0000000000000005c4cbd96e5f6e0a6738dfdbf48cb46fc9deb18591d51ca55f 870 0.50/1.00 vMB 39
271,651 271,651 00000000000000038f9aafbea2d51d495bdf81d249722c0d04af87775963025c 1,273 0.50/1.00 vMB 75
271,650 271,650 000000000000000566afd850c9c4ec001be38ed02a1a464a2b7f4c3889aa0489 1,103 0.80/1.00 vMB 41
271,649 271,649 000000000000000144b7e3f72a8c2ff15f8b074cd86d250b373785f8bedd70f1 704 0.25/1.00 vMB 62
271,648 271,648 0000000000000003a66bce1480fb4868e465f3d29e4dd55a676dedfafaaac994 690 0.35/1.00 vMB 21
271,647 271,647 00000000000000062b3b38d4bf9de616d905ad2005dd17185375ea5fe9881d59 1,377 0.50/1.00 vMB 62
271,646 271,646 000000000000000243870c1bc27e1ee167abe5c9994a6924ffb684a6e92f374d 823 0.25/1.00 vMB 92
271,645 271,645 0000000000000005edcb4c6d1659b3f30893ccedd98da55eed4c0c06d8f3892d 604 0.25/1.00 vMB 169
271,644 271,644 0000000000000001a2f1b7758adf7a620de4a5340eb4fa0c79eb2c8bc75fb95a 75 0.05/1.00 vMB 24
271,643 271,643 00000000000000042cbc660d1fbc89c9cb05825671386c404f59a5f0af2a79d5 337 0.25/1.00 vMB 31
271,642 271,642 0000000000000004dd49749d131864e549e1fe3403e1e45605e43b51f8731e06 993 0.50/1.00 vMB 58
271,641 271,641 0000000000000003cf4af4060ff65ace8ca3319feb7060cdc8108ed81508d527 802 0.35/1.00 vMB 57
271,640 271,640 00000000000000020807d37b7ebc3d66bef737543f29b1f61ad2fe7431e70dae 636 0.35/1.00 vMB 56
271,639 271,639 00000000000000005e6ba3092d5c8ca471b21ca784ae85499f25d9f4a3d80b6e 625 0.25/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.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.