Loading Tool

Explorer IconExplorer

Memory Pool

80,215 transactions
29.58 vMB
0.08961822 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt 298d81db3d0fa329e3277d12b14c5f6040674f3dca588fb3e304a1e601a5f15c
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 07091eeed2092d7b8da1201f2ba618ff8698ec23922fcc95b50cf10c18d9e218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.02698659 BTC
Feerates: 278.95 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (113,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,934 801,934 00000000000000000001a609242eaf1ddaec630297904b39294e89d1c2608a47 2,579 1.00/1.00 vMB 13
801,933 801,933 00000000000000000002fa835fe9be4900cbb9b985a8712ff8f866ddabd66806 6,651 1.00/1.00 vMB 7
801,932 801,932 000000000000000000034aad5f0e0982ca43efabc416cd86842f96d93d9232cc 4,015 1.00/1.00 vMB 9
801,931 801,931 0000000000000000000413efea6e2656f18f8b49edf68dea9a69b8eb12b20997 2,236 1.00/1.00 vMB 15
801,930 801,930 00000000000000000000d932a5ed45e0764073246d29fce10e2d299cfcfe4005 3,564 1.00/1.00 vMB 11
801,929 801,929 000000000000000000006c3c15ff9847a59588f574fd198f7b8db49b901a6d83 2,120 1.00/1.00 vMB 10
801,928 801,928 0000000000000000000369c9c2a006c91e3d28aa527bc15c839d8cbeadcde026 2,995 1.00/1.00 vMB 19
801,927 801,927 000000000000000000034fe0f458162d69b14db335b8252a3f7f7d3a2f1d297e 5,047 1.00/1.00 vMB 7
801,926 801,926 00000000000000000000e225aec329cc5862f16a96cfaa17a22df3baaeeb1c7e 6,874 1.00/1.00 vMB 6
801,925 801,925 000000000000000000029e525238392cf09053ea7582066a46ce61d599a46e76 3,182 1.00/1.00 vMB 10
801,924 801,924 00000000000000000000012beb0eb695c56978ffd6dd45b6a974cebb1e1ea1e8 4,820 1.00/1.00 vMB 8
801,923 801,923 00000000000000000002b1b1da6b61fcd9dad542f42a89ba3867a49edb76df13 2,605 1.00/1.00 vMB 10
801,922 801,922 000000000000000000014df475569a9a6b71a8af477092346b07a6ede2b70354 4,140 1.00/1.00 vMB 6
801,921 801,921 00000000000000000005031f680433314dd7144fcd3387f0d77ed15fefa379a0 5,636 1.00/1.00 vMB 6
801,920 801,920 0000000000000000000199e9354d55b7fcb8357d3228a346744e22fa23acaa56 5,370 1.00/1.00 vMB 10
801,919 801,919 000000000000000000008bff14450ba59192b5d663c09725c53964bbea344e46 3,749 1.00/1.00 vMB 11
801,918 801,918 000000000000000000029fb3538e773afbd64750f996615f561c1c2be7cc58a6 3,293 1.00/1.00 vMB 15
801,917 801,917 00000000000000000000cb7f82f0f4435c27f1109f002499bdff9c7dfca8fbb7 3,545 1.00/1.00 vMB 6
801,916 801,916 000000000000000000001e4a27d52e997106498139505c424a6dc0f05ade8755 1,792 1.00/1.00 vMB 8
801,915 801,915 00000000000000000000c6996b96a1e52b8fac7f3c3524f4aaf2915193b4a72b 4,003 1.00/1.00 vMB 25
801,914 801,914 00000000000000000002a1fb5516963da393fe10b42005f7399e85c241f4d29d 2,661 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.