Loading Tool

Explorer IconExplorer

Memory Pool

30,682 transactions
27.58 vMB
0.06057211 BTC
Random Selection Loading Transactions
Max Size: 134.75/200 MB

Candidate Block

Mining Attempt 58faca8257d89a354498821f02f6d1bdf14ed58c475d1537945b4099a83c1c31
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root d5a38abbd08f8d37b4ad83d10053201d5c4d9a77330bde77b9baf9dbd331734f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,770
Size: 1.00 vMB
Total Fees: 0.00817313 BTC
Feerates: 70.32 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (458,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,610 455,610 00000000000000000102506bc7e5b446441cdef21acc8108613465b763c6fed9 1,934 1.00/1.00 vMB 241
455,609 455,609 000000000000000001a3b99c5983daad56772aad34167cf554385379af03ed39 2,267 1.00/1.00 vMB 182
455,608 455,608 00000000000000000041929d8393d067cefeb8401cbfd0add922e5f969dc8fdc 1,962 1.00/1.00 vMB 252
455,607 455,607 0000000000000000003799743cbca753370e06f4f57e9eca5eefd52017c245e2 2,299 1.00/1.00 vMB 276
455,606 455,606 00000000000000000168da3624456eee68c56926cbda0a65abeb6247ec4c6e6e 2,650 1.00/1.00 vMB 157
455,605 455,605 00000000000000000264b495946e8dccbb6e201e6f00d017a9eb1b82a6952c1e 3,035 1.00/1.00 vMB 145
455,604 455,604 00000000000000000074148bad9369a81d5301228cb757137bb80af3f2bc6624 2,789 1.00/1.00 vMB 161
455,603 455,603 00000000000000000073ed04eba0d18c71746494eb7b5a745a39d3597893a9d0 2,265 1.00/1.00 vMB 131
455,602 455,602 00000000000000000236fc16a24fc4e219dbc23445da9599382ef0dc65bb783e 2,185 1.00/1.00 vMB 165
455,601 455,601 0000000000000000026f21b28bbcf4bdb1180a3a7c78aa8101722d6c9608b029 1,563 1.00/1.00 vMB 136
455,600 455,600 0000000000000000026c6d2dd9f089893270cac17e5cf24a17337782a412c40d 2,416 1.00/1.00 vMB 166
455,599 455,599 00000000000000000188977b0891f70ec8c4517968db8ba6711c173386fc9a9e 2,218 1.00/1.00 vMB 208
455,598 455,598 00000000000000000004b0202ebb4419175fdbce61d7a2a81c073b180df25ffe 2,100 1.00/1.00 vMB 162
455,597 455,597 00000000000000000221b643b4b12aab7a51b1874986a767226495c93c57f804 2,428 1.00/1.00 vMB 231
455,596 455,596 00000000000000000081e663ee1aabf02629d64f7da28dd07f652365a53e117e 2,166 1.00/1.00 vMB 151
455,595 455,595 0000000000000000022142b91dce404ef082cf25755a0558b170f849d85c24c1 1,978 1.00/1.00 vMB 180
455,594 455,594 0000000000000000013eee29b7d9440064cd02070c87f0db3b9f97f8397d5f24 2,718 1.00/1.00 vMB 156
455,593 455,593 000000000000000001b91a8014c9531907217a6568ee3eec6a5ee442e69314e8 1,737 1.00/1.00 vMB 158
455,592 455,592 000000000000000000aaa664dc926f5be1e412b8a3dea4d0f953c2b0a3de68f3 2,096 1.00/1.00 vMB 158
455,591 455,591 000000000000000002586583c89356dcd59b57373010b890f0147449ec30d12b 1,653 1.00/1.00 vMB 173
455,590 455,590 0000000000000000010ca0f22edf0c3901e321327d2e1a5a3034461799de3b23 3,140 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.57 GB
    • Received: 11.23 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.