Loading Tool

Explorer IconExplorer

Memory Pool

48,931 transactions
23.27 vMB
0.13417420 BTC
Random Selection Loading Transactions
Max Size: 130.29/200 MB

Candidate Block

Mining Attempt 46214004c039700e5289b8d45837ea3cd654636f25e377fc8a6958425d0787be
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root 7a6e543698644f0dc6444cd214de81fc23c2bca5ebb134aeeb53fc4b1cede7a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,952
Size: 1.00 vMB
Total Fees: 0.05599505 BTC
Feerates: 1,163.36 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (793,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,788 120,788 0000000000009b78bffa8a0d5cd67248a919d825aa5dd07f74b07f0144dfcfc7 14 0.02/1.00 vMB 1,111
120,787 120,787 000000000000498e4d5a1e0b1669f61e3eb32bce4f930dba5a1dec691e7461d7 12 0.00/1.00 vMB 0
120,786 120,786 0000000000002fdcf717f97b46dd2835c5bf073d09b4c44beea5f78d9ca05297 4 0.00/1.00 vMB 0
120,785 120,785 0000000000002365fd7a86c646a072b9bfe87d791295442cbc7f1c334da6aaed 3 0.00/1.00 vMB 2,070
120,784 120,784 00000000000091c6863394cac6182e63b4620f70b18f0e83ed592be5a5390e32 2 0.00/1.00 vMB 0
120,783 120,783 0000000000005668f6bf6308f9a62545ef1ed7ab73531f2dc0877e398a0128b6 6 0.00/1.00 vMB 1,317
120,782 120,782 0000000000005e471c14fbe80855d9056824c53090842417f7248646ccf8e187 11 0.01/1.00 vMB 564
120,781 120,781 000000000000984bd900d5d8b2524cafea24b2365fad4703887a84d804d4f3c1 96 0.02/1.00 vMB 40
120,780 120,780 000000000000a706f661003e67570ee68b766b3a96e6158c75586ed40214581c 124 0.03/1.00 vMB 30
120,779 120,779 00000000000019e27caa436639bef43bf6aa3e8332010ef29cfb360ba6a8b088 5 0.00/1.00 vMB 1,015
120,778 120,778 0000000000008a85f2b3d954285a9ae106e61bd689b1a67e8ed7101ce4c89914 10 0.00/1.00 vMB 0
120,777 120,777 000000000000a767b0637742d7e33ff17188984a45028564d5d1bb0a5c21e340 13 0.01/1.00 vMB 1,153
120,776 120,776 0000000000001b2221b7cac2a92ad84ecd0f38c102aa0a4d7ff50a376e202e61 15 0.00/1.00 vMB 1,313
120,775 120,775 000000000000a3d60027d0d926edb8511d1caf6392f278c39fb0f6892918432b 61 0.02/1.00 vMB 967
120,774 120,774 000000000000788a1b3b7572a205156b8dcc9985621801593b5e51d06f168ea3 1 0.00/1.00 vMB 0
120,773 120,773 0000000000001d04d9704b6771bb6b4c352b991b3666d8b9d668e159a9ef087a 16 0.01/1.00 vMB 413
120,772 120,772 0000000000001058cc4b850fc2f1f906f3ad4a2a276cc326f1811fb4d1b74ec4 2 0.00/1.00 vMB 34
120,771 120,771 0000000000004214b6686efc87fe5f346fb2005953e22a29b2f926f87158aab9 40 0.01/1.00 vMB 623
120,770 120,770 0000000000000674b0d314ae092de8b332bd104b7cbe4fff99d751371d1c5ed1 12 0.00/1.00 vMB 980
120,769 120,769 00000000000038178eac41b18869e6ae1f8d0905cbe2dbefb94bea78a3cb5329 4 0.00/1.00 vMB 1,235
120,768 120,768 0000000000004d4bdfa47f7c63b1aa1e86487e456b32f1a17860bfe9dc9561f8 14 0.01/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 780.77 GB

Node Details:

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