Loading Tool

Explorer IconExplorer

Memory Pool

75,325 transactions
28.87 vMB
0.09546247 BTC
Random Selection Loading Transactions
Max Size: 170.70/200 MB

Candidate Block

Mining Attempt f9444cfc69007006237b4a6c8a06a98902139e0f1346e5219cb9b703eb5c65da
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root a29c98e93bebfbd12db64fae99d1b12db04939c6e40197839ce2712a06d14235
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.03577176 BTC
Feerates: 201.37 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (549,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,567 365,567 000000000000000000db7c716b995f2e6bf826dcadce9918cf21b6efc075af79 820 1.00/1.00 vMB 17
365,566 365,566 000000000000000011e401c5df8854054b44d0c5055879472fe4040bc7c5aa6e 1,822 1.00/1.00 vMB 36
365,565 365,565 0000000000000000076dff934c601e4e8afa69431099c48249e49bc9ac5ad799 1,009 1.00/1.00 vMB 19
365,564 365,564 000000000000000006cef5850700b3f17c2e0e385e1e5cf576765a342990e5eb 465 0.92/1.00 vMB 11
365,563 365,563 00000000000000000989e95b9f37fb0926afa4e11b0755d2da0670ea392f1ef8 373 0.24/1.00 vMB 32
365,562 365,562 00000000000000000a4a979569491ca1cf36a0aa3c951bd3fee6f274ee62ecf9 726 0.93/1.00 vMB 13
365,561 365,561 00000000000000000ddce067c907ad83e51bbf3395a237b7c37aad4aca834fbe 1,512 0.93/1.00 vMB 32
365,560 365,560 0000000000000000008b85fc05866c4d224250a8ae5d4f07eb88ddc2c2a2d761 200 0.12/1.00 vMB 35
365,559 365,559 000000000000000000b299c1d0df05fe65ab6b31de1d6c22c7f62e13466caa6a 583 0.33/1.00 vMB 38
365,558 365,558 00000000000000000bd0c97a5f3dc07f260ab822b5f205f8a1cecd2ebccbf927 1,765 0.93/1.00 vMB 34
365,557 365,557 00000000000000000b5b4edae83468ed682ff6108dbe22df6c22f25e171f2ba5 1,319 0.95/1.00 vMB 28
365,556 365,556 00000000000000000dcf11d07694c85eaa0b9a8171b117ce83e24e6277fece9c 2,529 0.93/1.00 vMB 59
365,555 365,555 00000000000000000379a7ef55c4fcbc6f39aded71be390ba2dcf36f0389c290 1,996 1.00/1.00 vMB 41
365,554 365,554 00000000000000000ebcd0c0d829a57cf50c7c3be55c40377d4462625220a87d 408 0.24/1.00 vMB 36
365,553 365,553 00000000000000000f12d28a05fad786771b6ec2644432a81302093b73a19f50 1 0.00/1.00 vMB 0
365,552 365,552 00000000000000000578715e3f663013e8b07e930ebde2e7c4a5dd2f142e6efa 1,113 0.95/1.00 vMB 30
365,551 365,551 00000000000000000a3381e0510f85a6c9869ef8d7b2c597157c59b940d23f37 1,851 0.80/1.00 vMB 45
365,550 365,550 000000000000000006f0a8a07eeb71ffbb53d962ecf5ab6a18d1c2db3f6bce86 552 0.29/1.00 vMB 39
365,549 365,549 000000000000000008138beee1783dd54cb093c0ec0ab61ed5edab8aceb85baf 639 0.93/1.00 vMB 10
365,548 365,548 00000000000000000d1d476b782729a51175586fb8898eb1f22ac35902366ae2 722 0.75/1.00 vMB 19
365,547 365,547 0000000000000000092cb6f75ccf0c82f283b1d1ca9ab7a2e5a1d5f718b85250 269 0.75/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.