Loading Tool

Explorer IconExplorer

Memory Pool

88,103 transactions
33.80 vMB
0.12615467 BTC
Random Selection Loading Transactions
Max Size: 199.89/200 MB

Candidate Block

Mining Attempt b291e251a9966e934dae591d4abd2a48393ed2c382d09f9fe5ec7df8ae6297ae
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 539171a9914ced2884ae2fa9bc91d93e0408e38c9cec838c503f7ab6767cd34c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.05022766 BTC
Feerates: 469.97 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (58,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,721 856,721 0000000000000000000047d5252b1f2ad9269e0e9d851349387e9675e26f4969 3,338 1.00/1.00 vMB 6
856,720 856,720 000000000000000000008d8e3f65d278dd5d28c40b75e4b225db4b75933ce9ca 4,301 1.00/1.00 vMB 6
856,719 856,719 00000000000000000000f3c90c28a840e124cf28dfacfe7281532a70cd9469fa 2,936 1.00/1.00 vMB 9
856,718 856,718 0000000000000000000023afe487a5fcec34c438e95ffae9719c4bd82aac4df9 3,509 1.00/1.00 vMB 9
856,717 856,717 00000000000000000000435da0764b175df78085656295006c6bee37c8af2bfb 3,635 1.00/1.00 vMB 3
856,716 856,716 0000000000000000000094113c51219d3b50a98c2ac187ffb88a8e96317cbc78 3,129 1.00/1.00 vMB 4
856,715 856,715 000000000000000000021b79e7641161c0ca6ae83c63c7813ff98aa46f9b3579 4,268 1.00/1.00 vMB 6
856,714 856,714 00000000000000000000f3ebcaf423ee8f8a0121eaa0256e726f69c74da56d83 3,477 1.00/1.00 vMB 10
856,713 856,713 0000000000000000000287df78a8cd9bfbf323f0603a6c84c4a57d23db903cbb 7,261 1.00/1.00 vMB 2
856,712 856,712 000000000000000000001e076d5b1d0ae62ad4fdab3fbec45fa9deb7b0a35bbc 3,073 1.00/1.00 vMB 5
856,711 856,711 00000000000000000001d33a7bd4ba7307f724718651597829f243e17487f6cc 4,099 1.00/1.00 vMB 5
856,710 856,710 000000000000000000007ff0162416392ecd9a46a0dcb893c3b67e4fc2655e1d 4,360 1.00/1.00 vMB 4
856,709 856,709 00000000000000000002e73d2588f1c332cb26cf0e90d6617ae4564ef92ab57b 5,065 1.00/1.00 vMB 4
856,708 856,708 00000000000000000000be71f766b16e9bf6498cbe490145a7dc8994643d9d00 5,141 1.00/1.00 vMB 3
856,707 856,707 0000000000000000000017ff1d87d0b9b234fb06cef09991de815b0b0d2d6517 2,933 1.00/1.00 vMB 5
856,706 856,706 0000000000000000000095e1cee72b56598c034394e1957bbff0a5d5c810df03 5,644 1.00/1.00 vMB 3
856,705 856,705 00000000000000000000944277b5be6360ab9b84fd26ff69d499ed0c5d3a4f2b 4,336 1.00/1.00 vMB 4
856,704 856,704 00000000000000000000894dec73b8ac2f8bcab01ca1f99fc99c31592663f582 7,589 1.00/1.00 vMB 2
856,703 856,703 00000000000000000002a80f96a3ba263dc795916d1f50fe6af8d8fadee5747f 3,273 1.00/1.00 vMB 7
856,702 856,702 0000000000000000000144865aac7342629575132e419ea14d5821d7e25525e0 3,895 1.00/1.00 vMB 4
856,701 856,701 0000000000000000000028bb77494337d02122ceb5982387bf099d6b356c1520 3,776 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

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