Loading Tool

Explorer IconExplorer

Memory Pool

38,074 transactions
26.23 vMB
0.06557243 BTC
Random Selection Loading Transactions
Max Size: 134.92/200 MB

Candidate Block

Mining Attempt b46680abe14dafba5d17b140d79670d70e13d8d81aade4ff715773c649f86e2a
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 50dcae1043e0710fa19c3254d727ce894e774dbe1bea3a03c41c34d8807d298f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,219
Size: 1.00 vMB
Total Fees: 0.01697497 BTC
Feerates: 102.99 > 1.70 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (344,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,948 569,948 00000000000000000029da88c8cd15a72172a47ab4667eecaaed214cac9d3a7e 2,721 1.00/1.00 vMB 61
569,947 569,947 000000000000000000040b4455d5297d89f2906d38695bc2cf1ab5ac35acf95a 3,230 1.00/1.00 vMB 61
569,946 569,946 000000000000000000172185ed11facbeec4ca6877d056bfd103a50a8fb6bc7c 2,119 1.00/1.00 vMB 65
569,945 569,945 00000000000000000020b76f35e9837199a27582f3d8af9b085f5483b9fdade6 1,939 1.00/1.00 vMB 59
569,944 569,944 0000000000000000001c3d1c00915e4625573c893b318a38365fc7932fdba8ac 2,681 1.00/1.00 vMB 68
569,943 569,943 0000000000000000001b153173a555692e86d3d25ba6d97d0f44f0dc39fe5a56 2,720 1.00/1.00 vMB 57
569,942 569,942 000000000000000000210c6bc22bb15cdd19083f4e737fca25fd99cd4ee32fae 3,234 1.00/1.00 vMB 74
569,941 569,941 0000000000000000000d9d30190d872b68e5a568eefa99357a420e380d468933 3,405 1.00/1.00 vMB 104
569,940 569,940 0000000000000000002019684869806b29ebbb850da3e52305cb34c322dad4e6 2,629 1.00/1.00 vMB 74
569,939 569,939 0000000000000000000b12bff0b5dad412ee6f2b18f162b69c03cc0f5367b087 1,972 1.00/1.00 vMB 77
569,938 569,938 00000000000000000019e27ec5cfb0d4a32a89e78c2dfb5dd65d8d551d631947 2,300 1.00/1.00 vMB 65
569,937 569,937 00000000000000000028f8e3c9fdb1f7d051f45d356cbba187c5811636839816 2,722 1.00/1.00 vMB 81
569,936 569,936 000000000000000000178614d48cb5e2ca3619c68960085c6eaf2118cae6d2e0 3,646 1.00/1.00 vMB 94
569,935 569,935 000000000000000000024fe4ad614037999ac50a1c57747128e258d465306506 3,157 1.00/1.00 vMB 109
569,934 569,934 00000000000000000000bdb1e475147c37272ccffefff99f607639d88825d136 3,230 1.00/1.00 vMB 95
569,933 569,933 000000000000000000208bb25c96f1f4b49f03a98e3d6f5541fb02d57f4441b0 3,274 1.00/1.00 vMB 98
569,932 569,932 0000000000000000000f2b3eea47796e1388e78128b390107eca1e354d8a1a77 2,793 1.00/1.00 vMB 80
569,931 569,931 00000000000000000024c19482af47bab859e2c391b0754e2e7b477447c88de5 2,719 1.00/1.00 vMB 79
569,930 569,930 0000000000000000000c2c5e8bc673769b0eae0f6c4512ff5fbd6dde3d187dd1 2,378 1.00/1.00 vMB 93
569,929 569,929 0000000000000000002b1fbb29397057e7b093432950626bfff2f2666cf68905 2,797 1.00/1.00 vMB 86
569,928 569,928 00000000000000000019f03638528d92b12dd3e912fbba9587fcac7a5514edf9 2,352 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.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.