Loading Tool

Explorer IconExplorer

Memory Pool

81,967 transactions
31.49 vMB
0.07893833 BTC
Random Selection Loading Transactions
Max Size: 191.38/200 MB

Candidate Block

Mining Attempt e223562cd5f1c2db15e1e5dd050b0b25d55aa359ccd6ef7cb9d03858cfae212d
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 810202fe8287ea9834266a8689980cd24cc90e6223e102c1b2e2ace67ab59234
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.01063469 BTC
Feerates: 150.61 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (109,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,878 805,878 0000000000000000000162f9bbe1af19dcc3fe8a9beb501c5f2e620528481746 6,141 1.00/1.00 vMB 9
805,877 805,877 00000000000000000002cc004a0e991c063ed0a8e51fe98c952aa7e67f9bbf74 3,287 1.00/1.00 vMB 15
805,876 805,876 000000000000000000010dbfbd4146583954bbdd900e9afd536cd57dded7bec4 4,245 1.00/1.00 vMB 11
805,875 805,875 00000000000000000000585a64fb20342988a02a5a9a1ebe22bb7510eeb0a7c3 2,488 1.00/1.00 vMB 9
805,874 805,874 000000000000000000030a4e846af394afd96dbb44767a4b4fb659187d7099bb 3,026 1.00/1.00 vMB 10
805,873 805,873 00000000000000000002701db48b84cbbf3024bf29b8299adae88cd6a415c3a7 5,399 1.00/1.00 vMB 12
805,872 805,872 000000000000000000019f4108e718d75307af72065cc08f54e027f7f7220077 6,459 1.00/1.00 vMB 10
805,871 805,871 00000000000000000003cde874901c03cf33875a513961689f2357d758e8315d 3,654 1.00/1.00 vMB 11
805,870 805,870 00000000000000000000813af24649a8389d9e57dc65c2753999ae6899d69964 4,047 1.00/1.00 vMB 12
805,869 805,869 0000000000000000000080ec72fc6c74a23f38f96e1d323ad72e7ff44372c94f 5,297 1.00/1.00 vMB 9
805,868 805,868 00000000000000000003d25731da1172b4c7b6d5d9fd199ce836b5c9c6ff788c 2,458 1.00/1.00 vMB 14
805,867 805,867 000000000000000000022b2b69094159fa2ef62f06743b560f46a66424945907 2,433 1.00/1.00 vMB 17
805,866 805,866 00000000000000000003f3c5cf79abf5d63a395d33d6612f18eb612011d59d15 2,789 1.00/1.00 vMB 23
805,865 805,865 00000000000000000001e89c3da8bd27182b96c7e7fbcf00869cb67e43aeb921 5,631 1.00/1.00 vMB 9
805,864 805,864 00000000000000000002621d130abb2c3c3a8d36dc893359f9e0e04c27f7e08e 3,899 1.00/1.00 vMB 12
805,863 805,863 0000000000000000000260aca6b2d1e5b6c4d71d4f3e49bebb3fa731dd22221d 5,306 1.00/1.00 vMB 10
805,862 805,862 0000000000000000000075b15081e7bbfdad5d5d88cc5168159a100c2c73cea5 5,417 1.00/1.00 vMB 10
805,861 805,861 0000000000000000000050f03112f4a938e7a39c1a54990a3843f34782dd2a17 5,610 1.00/1.00 vMB 11
805,860 805,860 0000000000000000000157c6f45a3e37de69f23663ec9f61e51ddae919c797a7 2,747 1.00/1.00 vMB 17
805,859 805,859 0000000000000000000245eb39c08cdb9e57b144daece6f40012aa6b6577b7f7 5,800 1.00/1.00 vMB 10
805,858 805,858 000000000000000000002587fc5dd37b0e9d6a3bf2ff290c8d1a25b901efcefd 4,441 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.