Loading Tool

Explorer IconExplorer

Memory Pool

17,266 transactions
10.37 vMB
0.01891805 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.37/200 MB

Candidate Block

Mining Attempt e4b5da9ea59acdb5e1b1d18463c8c02307de7098bbcc292203fa96e0e5bcfbc4
Version 20000000
Previous Block 00000000000000000000cdb97fe7fc9ed9e9cee6b2a8001d4b89e62dc1e1f0bd
Merkle Root c8443d839a3cf556cf365c16ba1c4fa3fe7b22f87ddb4af317fc62f97f45bce7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,090
Size: 0.99788925 1.00 vMB
Total Fees: 0.00285938 BTC
Feerates: 52.19 > 0.29 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,682 (781,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,901 131,901 00000000000004f8251e6ff5175de04d75f9dbbb55bb4a4d52109a633b1ff313 10 0.00/1.00 vMB 706
131,900 131,900 000000000000052f2444ff4ac073aa78543ec8d2b1c5078ca816a540c24ed2ec 70 0.05/1.00 vMB 76
131,899 131,899 0000000000000332b62543de18bb582b1107998d38cb9c6c41365b0d3ce516fc 13 0.01/1.00 vMB 787
131,898 131,898 0000000000000bf3920020071a7749c57eecb584c427230414713dace7f9946d 78 0.05/1.00 vMB 345
131,897 131,897 00000000000012e20d823d22bfe33789331b50ae5ccea6b958596f545e6f97da 8 0.00/1.00 vMB 383
131,896 131,896 0000000000000b5f4ac85dee3f5c422edc4ae8e349b0caa894fb63d26898c130 13 0.00/1.00 vMB 661
131,895 131,895 0000000000000e04ce1857c2aca116ea47a631aaa9abf9507ed3edfcf9d05670 149 0.07/1.00 vMB 1,079
131,894 131,894 0000000000000f8286acff362f76b323410a684123a6f538ca776ad094d91928 74 0.03/1.00 vMB 998
131,893 131,893 00000000000006389723d8862ad6d4c24e17e64acf5ec7c28747b2c5989c6915 68 0.02/1.00 vMB 986
131,892 131,892 00000000000009092e5210742dcddb404f101285e464c8e230cf553fadbb3160 19 0.01/1.00 vMB 386
131,891 131,891 0000000000000f733acf863ebcddd9e388bf7aa475f1cf253773d3ece708e743 142 0.04/1.00 vMB 33
131,890 131,890 0000000000000fad479631964ae272bd5c919517136eec1e7c77ad28f9d7f249 14 0.00/1.00 vMB 752
131,889 131,889 0000000000000375416d7249db0ba9d4a12b531b298f2529af4ce4e2528f1542 17 0.01/1.00 vMB 383
131,888 131,888 000000000000112dba6300a56c5b5451872f4a71e3746567c048bdf44ed2e312 110 0.04/1.00 vMB 376
131,887 131,887 0000000000001296453f089d95997560bcb0b955cc358594410c5c0a2cb3052d 11 0.01/1.00 vMB 900
131,886 131,886 00000000000006e2f9968dd683161d63a17b88b61ee49c4a5e11755b5113acb8 180 0.07/1.00 vMB 910
131,885 131,885 0000000000001072831a437c158c4c6705fbeaefdb958b1f72ab46b186623a0a 6 0.00/1.00 vMB 534
131,884 131,884 0000000000000c9b30eb9a64d7005b30a3bc8029b4fd4118f58fe3c4e10e8b1b 82 0.04/1.00 vMB 728
131,883 131,883 000000000000077cba855bb4b5a2919f3f4b7f32dbefddb49b3a7592ad7b0576 103 0.05/1.00 vMB 585
131,882 131,882 000000000000079c1c9771a03749ed7d8811d9f865c9da46dd36eecfd018ff57 1 0.00/1.00 vMB 0
131,881 131,881 0000000000000c0c1f5f388e97d861671872393edb07c241c929dad3fbf3bf28 91 0.04/1.00 vMB 921
Previous 10 blocks ↓
Total Size: 780.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 488.52 GB
    • Received: 3.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.