Loading Tool

Explorer IconExplorer

Memory Pool

83,268 transactions
31.38 vMB
0.08216076 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt c1de1ff8439921203764d48abc41f43362e7d0f1ab5365e76d6d536233843f90
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 9e05f56ffda13ddfd91f72b827630f6fac6af89b1a7f534ef64cee3d8243a973
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.01640659 BTC
Feerates: 181.54 > 1.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (460,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,924 454,924 0000000000000000024fb4f47b42e4fd6bfc8c40c39879231b88acffb60ae7c5 1,660 1.00/1.00 vMB 83
454,923 454,923 000000000000000000a2cae73b17031e627cbe46b34174ed305f201005b3ed1c 1,862 1.00/1.00 vMB 145
454,922 454,922 0000000000000000019864aa46b35d4a10694455ca8dfa8aeaa0c65128c33279 1,704 1.00/1.00 vMB 112
454,921 454,921 00000000000000000119acbc6a7a0ad8f1d415a63961344a3686810089439513 1,967 1.00/1.00 vMB 142
454,920 454,920 000000000000000000f1671bc136db3ec65868f3e86308893525bdd9886750db 2,188 1.00/1.00 vMB 156
454,919 454,919 0000000000000000013598212c95ec103fa279c3984f3f52879a876456802e60 2,033 1.00/1.00 vMB 115
454,918 454,918 000000000000000001e1d341e0a9049cbb6fcb0718e9a18868f02412b0ff32fa 1,012 0.37/1.00 vMB 159
454,917 454,917 00000000000000000024d658a3650915f65d5aced38f59f07f91383bdcf19d95 2,256 1.00/1.00 vMB 120
454,916 454,916 0000000000000000001bd60180ad2beb76bd56264c9f7d033b6aebacc7ca43c9 1,033 1.00/1.00 vMB 41
454,915 454,915 0000000000000000008718733cd3bb75d45a0cdcec4f8db7bc69e6f869e6ee03 2,317 0.99/1.00 vMB 130
454,914 454,914 000000000000000001de0b7d98224612cf11d3ac215caec9f51463715ae9c576 2,057 1.00/1.00 vMB 117
454,913 454,913 000000000000000001e408d0ec106fc504c57bca9a4940205b43ba15b27e9278 2,071 1.00/1.00 vMB 125
454,912 454,912 000000000000000000c310241381396e02da82a7135d78052d1c21872f503822 1,882 1.00/1.00 vMB 84
454,911 454,911 0000000000000000016b946b2479fa88ffd0ac4306a97bed8bd3ee2232786af3 2,646 1.00/1.00 vMB 140
454,910 454,910 0000000000000000006ba9f32a1aab75c935b04ac5a296cc5be4d519fb6a6e0c 2,286 1.00/1.00 vMB 117
454,909 454,909 000000000000000000724891aade321b403cb54ee40c4d5a9964a77beca639d2 1,924 1.00/1.00 vMB 119
454,908 454,908 000000000000000001a047dd136bd694e6c7c252fdfab95077e1238538729121 2,507 1.00/1.00 vMB 143
454,907 454,907 000000000000000001e3ebdc70737fdb2e523baf20db376adcd0ea39849c7948 1,951 1.00/1.00 vMB 131
454,906 454,906 000000000000000000e0c13fe7e58017c5390aa560e7bfae9ca59adcb32b8cb9 2,637 1.00/1.00 vMB 136
454,905 454,905 000000000000000000fbc1b90deb379f7600a8d72033eef1d2114a12d55d573a 2,643 1.00/1.00 vMB 145
454,904 454,904 0000000000000000027e75ced5ad5f9c39c6c4465e294f3b0cc6e7519ea42e65 1,912 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.