Loading Tool

Explorer IconExplorer

Memory Pool

47,335 transactions
28.43 vMB
0.11309191 BTC
Random Selection Loading Transactions
Max Size: 148.84/200 MB

Candidate Block

Mining Attempt cb358b0647b681e801e1b927b467c035b81faba47dcf7fe866b2208ed149dfc3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a3a3d8710d652d8bc799fcc4d5999a6d449d59cb1354a351bec367de56c3b9e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,964
Size: 1.00 vMB
Total Fees: 0.04584971 BTC
Feerates: 150.77 > 4.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (252,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,284 662,284 0000000000000000000428f94f3c473d9be4fd6fc568661956e0461f215e0743 2,272 1.00/1.00 vMB 81
662,283 662,283 000000000000000000039c03a82651640932845f247ae80aded6d15c155c381b 2,188 1.00/1.00 vMB 51
662,282 662,282 000000000000000000040858253e363185faf9554007b008e87a9bb00e54e06f 2,223 1.00/1.00 vMB 52
662,281 662,281 0000000000000000000eb676df8a67a9b2fa3848b7d1fc0b21b85957fb676e98 1,793 1.00/1.00 vMB 36
662,280 662,280 0000000000000000000964e01574e5a88771948ffea8b3374c5eb7d5438cdc1b 1,596 1.00/1.00 vMB 9
662,279 662,279 000000000000000000002bd97c76a51737a687a60fd4720b3e75a9c7eb14f249 885 1.00/1.00 vMB 9
662,278 662,278 000000000000000000064287a3fa9ae4dc004c749e59fa47d4b0669a3b28a9bf 1,222 1.00/1.00 vMB 15
662,277 662,277 0000000000000000000e825021471fdf234b957b8cf6d8090f0052ce16dc45e2 2,483 1.00/1.00 vMB 33
662,276 662,276 0000000000000000000ecc942ff9f0d6da6ca3436e5143955779233006ee6984 2,484 1.00/1.00 vMB 63
662,275 662,275 0000000000000000000339b774ff81c8de5443cf72f18e0a4b33777e273b8480 2,141 1.00/1.00 vMB 97
662,274 662,274 00000000000000000003dd61d624fd4ffb357ca9292352910fa17d5305d2cfcc 2,288 1.00/1.00 vMB 21
662,273 662,273 00000000000000000009f40fc76cc42ee0daab5b54a2da440d717e2c5a363721 1,885 1.00/1.00 vMB 34
662,272 662,272 0000000000000000000abb4c5a9d90902757987ce9658dca8571adb681f35250 1,547 1.00/1.00 vMB 42
662,271 662,271 0000000000000000000e3d986ebf895aaef215d9230307f2fe4ee4c010d07813 2,144 1.00/1.00 vMB 9
662,270 662,270 0000000000000000000b9d5ea579f827b61ad8d2f2a69c17021dcc508846ff52 1,983 1.00/1.00 vMB 41
662,269 662,269 0000000000000000000dd15691545c855513e37eba1ca442376e3d21cd81c89a 2,091 1.00/1.00 vMB 21
662,268 662,268 000000000000000000065410fbc0de617799b4387ba4238c55bff175363d72e3 2,554 1.00/1.00 vMB 114
662,267 662,267 0000000000000000000b21e7c63bd4ef0183852c257f4e4e5d54661ced1ba703 1,652 1.00/1.00 vMB 65
662,266 662,266 000000000000000000018c5fbcb1399b37e47baac2d7c1f93284d8d1e3a5c93c 2,053 1.00/1.00 vMB 106
662,265 662,265 0000000000000000000da1e2ce7522e914ba0d8646504e23629f863f1199df75 2,331 1.00/1.00 vMB 44
662,264 662,264 00000000000000000005f819da8802a6c37fc89531876f7ae678b1d5bd0b6437 2,253 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.