Loading Tool

Explorer IconExplorer

Memory Pool

74,322 transactions
28.82 vMB
0.08279230 BTC
Random Selection Loading Transactions
Max Size: 170.23/200 MB

Candidate Block

Mining Attempt 510f1fbf258c795d90f2d371a599ae8a369caa074ee496d2700e801dd6f6396b
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root f7cef2c9b7edfa2bd5e252f3ee1d332669389bb3fc3d2d14c2b329e62400da6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,306
Size: 1.00 vMB
Total Fees: 0.02370559 BTC
Feerates: 150.36 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (800,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,117 114,117 0000000000003c91123ae0c1eb52b48f58ff293a18ee7b95be882e3f97887d23 10 0.00/1.00 vMB 0
114,116 114,116 0000000000002a3f5ee8a70692cbe5677610d2a6ceef265913e8deae1ff2e7ab 10 0.00/1.00 vMB 329
114,115 114,115 0000000000009ddd4d625b191db6ad4f26d801f633a0099877b6cebdd9cc2288 9 0.00/1.00 vMB 0
114,114 114,114 0000000000005d7734b473e2b14ffd4818b50b7401df9fee262d1f897a7aa423 53 0.02/1.00 vMB 61
114,113 114,113 0000000000001ebc51f11a698c6e2b0d7832a93c8a271cc10f5f09e76bf9f54e 10 0.00/1.00 vMB 700
114,112 114,112 0000000000006c8d2a6e01f1a1bfd64576d02ad41940ee5c8dc0d50c1f155715 14 0.00/1.00 vMB 0
114,111 114,111 00000000000038e30b903556c39ed7f62619c7adba27fbbed95bf205d08a9dfa 14 0.00/1.00 vMB 0
114,110 114,110 000000000000146484cc1e671ff15b6141a16a61581bb3ce2413e78c9bf937a8 13 0.00/1.00 vMB 0
114,109 114,109 000000000000d09699fd6799109dbbe3c8f115398640e4ac8b59d29ade8b7d13 9 0.00/1.00 vMB 345
114,108 114,108 000000000000b77a39707915752a3761df1b08366d9a20d28aafb960111ecd55 11 0.00/1.00 vMB 0
114,107 114,107 000000000000668df97288bc50487aeeac9c5882512f990102074c43dbd198b0 6 0.00/1.00 vMB 0
114,106 114,106 000000000000cf215acabea7b5a764cd3cb6dff830587d756570ac741d4b0175 9 0.00/1.00 vMB 0
114,105 114,105 000000000000438141d867d05d421dee4211fe7aa57d6b4375122015f70343e5 12 0.00/1.00 vMB 549
114,104 114,104 0000000000001d2d26d9cd319a51e48c4f1f603d3f388de91b7de3d4b7b37a2d 9 0.00/1.00 vMB 0
114,103 114,103 00000000000038a65ee024a22d15fe07010e6719c45a7ec4966ee93f90796365 34 0.01/1.00 vMB 107
114,102 114,102 000000000000affa033294d3a20573655c1dd06f7202099340daead03ad70b2c 2 0.01/1.00 vMB 0
114,101 114,101 000000000000b46f3c47b337e8b5488660f9e96d1810d0f8acca0b9d18b140ca 173 0.04/1.00 vMB 0
114,100 114,100 000000000000335127a847f489d76b0f3d1947f765e7eddfcc46b2ee6d4ea040 4 0.00/1.00 vMB 0
114,099 114,099 0000000000001f625a8ca1e95e015ca6df97cdee710e7ef128c3052d7c798091 11 0.00/1.00 vMB 580
114,098 114,098 0000000000009c1dcbdfc6b289f6b8b4c7c6d3c4c80cacd995f0e0734198e24e 11 0.00/1.00 vMB 0
114,097 114,097 00000000000011224b479551dcaa9f8a3a6f134be3ff3efec778fe912b56623f 31 0.01/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.