Loading Tool

Explorer IconExplorer

Memory Pool

34,695 transactions
10.87 vMB
0.19800244 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.73/200 MB

Candidate Block

Mining Attempt 3453471aa6cb6725b7fe8e654b9cb7b49490bcb02f47f22013e40cd2cde4e5c1
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root e72c0f24732141bc456ebdb4bf3ee503d54d4549f64bbf1c5d930fc7f11bc3b7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.08385146 BTC
Median Feerate: 5.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (766,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,495 146,495 0000000000000700fe47032bb16c09514374bc3a58083ddaea748c9300cf65dc 117 0.04 vMB 64
146,494 146,494 00000000000006e5dd7a825bc186804d462cdf183804b8a6ce2d91e77d7de924 5 0.01 vMB 428
146,493 146,493 000000000000062204ee81a1a88074f8404ace74012e6cf72a977b4da5108972 34 0.02 vMB 122
146,492 146,492 000000000000042584bde0348af10e95caa80eb81053c930ee08e87da156bcc9 67 0.02 vMB 5
146,491 146,491 000000000000060b60fdba9625abfa975209670084f8a6f0ac74aa243186c937 76 0.04 vMB 178
146,490 146,490 00000000000008ceb736930f4ee98c35e69c40e938b35b950c0e7e7fe55bc669 23 0.02 vMB 42
146,489 146,489 00000000000006d23a1398d7f1329fb9e6dce7ca5baf5260a309bbcc11c1f172 66 0.04 vMB 101
146,488 146,488 00000000000002cbbd9aa8ddabb010b65cbd5896c94048d281573a7822da911e 119 0.04 vMB 218
146,487 146,487 000000000000049d493f9dc00ec99461ac4e56f9aac980bc5efd1928306e435d 48 0.03 vMB 143
146,486 146,486 0000000000000944f52dd8f028b508b4a6ad279a9437902305e01fddd720492e 9 0.00 vMB 0
146,485 146,485 0000000000000134b57f7dd16b7cb305b81bb611152367ea10ea84c43b5a442d 22 0.01 vMB 58
146,484 146,484 0000000000000825e81eefce14363d645031c51d988b9e46be95d9a81e6969e8 91 0.03 vMB 30
146,483 146,483 00000000000006ee7f7c3a5268c3f6878764030c7fc113b219c63ce529aa3579 15 0.00 vMB 57
146,482 146,482 0000000000000694aef893b0320fec0eec4ae984fd3b4a7867c37805b7853c14 31 0.01 vMB 78
146,481 146,481 0000000000000856f7fffc3f96fc4da41a2334211a5fcf6aab8f6c70e6532172 30 0.01 vMB 87
146,480 146,480 0000000000000781eabadbee22c923979e789ef3158e754aee77d006de0852b0 36 0.01 vMB 22
146,479 146,479 00000000000009273105e28a806371b2cc35967ad03e1abeb05296cfe79b804e 39 0.01 vMB 97
146,478 146,478 0000000000000738d24d97d373c0ac849afaae554dd17add952f23945807e702 1 0.00 vMB 0
146,477 146,477 00000000000007b796a9ed55a6538eb3a7efcbf495a23ed536f02bd1995c0d85 6 0.00 vMB 68
146,476 146,476 00000000000004b19a44a7dfbf16cb8c531aeb6969100c21fcab85aa90a6d427 17 0.01 vMB 62
146,475 146,475 00000000000004dd8bae7a5241c0326a210d0e26f7494d66f2682ee08d7827ff 75 0.04 vMB 342
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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