Loading Tool

Explorer IconExplorer

Memory Pool

84,945 transactions
31.83 vMB
0.18963155 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 0f5be4d9d1f8eaad6bba5c3baa70ecbdde3f2649f6b0d79f52e5a5b820156665
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aa9d623a6309b3ed3377f4e4baed8e17fa207074e3846e47fbb0cf303d1b9180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.07224583 BTC
Feerates: 301.64 > 7.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (210,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,486 704,486 00000000000000000001328b65a51727b948e0b86cfa8614300eb09f6596951a 1,077 0.72/1.00 vMB 4
704,485 704,485 00000000000000000007b15a0d50f7a4a3e666ec4e3b0a65d978eed8c9cda105 2,480 1.00/1.00 vMB 19
704,484 704,484 0000000000000000000b5b35e8556d0e22d5c35dedba4324476c9ba74a2dee03 83 0.05/1.00 vMB 20
704,483 704,483 00000000000000000008ffa5fce8befafa6d8bdf1d89e8cd9829a3ed5b7ffeed 32 0.02/1.00 vMB 4
704,482 704,482 0000000000000000000797cc2cb41a93843fe3171fc672a09588f1f4b7d12ad5 1,584 0.78/1.00 vMB 5
704,481 704,481 0000000000000000000cd0ea5a3f04833c345d267ca79871d3efc99604c37a30 1,665 1.00/1.00 vMB 16
704,480 704,480 000000000000000000010ab1d0e3ce7b1fcb06c1cc7bd48c291db4ea3c863f45 331 0.10/1.00 vMB 15
704,479 704,479 000000000000000000045225cb3c57542c9e420117a12642644ef7476c2ad18a 887 0.40/1.00 vMB 14
704,478 704,478 00000000000000000002650357fe9bc53e125d3f22c2bb755d4ae1d865fa79e0 860 0.57/1.00 vMB 12
704,477 704,477 0000000000000000000d3540c2a736553e1e172b72bdaea28db8bc14d04da384 60 0.07/1.00 vMB 7
704,476 704,476 0000000000000000000bdfde59dcc971238881e97ce3e42f3945d7b8afaa35fd 1,222 0.87/1.00 vMB 16
704,475 704,475 0000000000000000000848fb78f9b8ed9ce3fb3b2096e979d4d9e13718b7bdfd 567 0.35/1.00 vMB 10
704,474 704,474 0000000000000000000b90f3d0a2f046e1162fc4a342236c8d93d337da4de6ee 803 0.45/1.00 vMB 15
704,473 704,473 00000000000000000006c332ae4094e4a48385818b54346eecf1cd745ce35c8d 438 0.23/1.00 vMB 10
704,472 704,472 000000000000000000044d09f24c17b982257e852de49242c5d91d6fd1e5fb6f 580 0.23/1.00 vMB 13
704,471 704,471 0000000000000000000857f7832daf0929816a7bbf72c4662fb0da0aa87d5b3a 449 0.18/1.00 vMB 13
704,470 704,470 00000000000000000008a924adad949e8159b4726ea30b23e6b4d56f571da351 1,710 0.82/1.00 vMB 13
704,469 704,469 0000000000000000000386a67cf739f2996f74b0939f438e8789e56cfcfcc21c 101 0.03/1.00 vMB 14
704,468 704,468 000000000000000000038d7877f93371f434cee9ce4a19576b13acc566ec48bf 1,028 0.81/1.00 vMB 9
704,467 704,467 0000000000000000000b56bffa8972df37745996076c3c2f8843ffd9cb1fde75 1,458 0.82/1.00 vMB 9
704,466 704,466 0000000000000000000bff8b393c3591dc7520f571f7cf5a7e28c70c68fe786d 208 0.31/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.