Loading Tool

Explorer IconExplorer

Memory Pool

34,156 transactions
14.75 vMB
0.06439428 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 83.31/200 MB

Candidate Block

Mining Attempt 03e3d3849a300686ecbecd01efe95d2e4d515d9a4fe9b82bc1fcd739593c3865
Version 20000000
Previous Block 0000000000000000000186f5897272ba51e6521176be301e46bc5483f36c3d58
Merkle Root 2712ac98053d7c4a8ec07e95519fb297d58a167fb60ba114d15f8a2835e2cdd7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 840
Size: 1.00 vMB
Total Fees: 0.01792046 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,344 (690,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,921 222,921 00000000000002e60c34e8083c2210841843b94ef4b4a12442538894d2806597 306 0.50 vMB 12
222,920 222,920 00000000000002171d1abf4923b297d2b6110485b1e8a0a46b6eeacc5326e637 132 0.05 vMB 181
222,919 222,919 00000000000002fa0f07144bcd52f42fda8b209ecd639a6e2bbe4692dc4369a3 346 0.15 vMB 187
222,918 222,918 000000000000027433b38a1ace351866fc45aad5df85da909b2300cb83bcf4b2 260 0.10 vMB 151
222,917 222,917 0000000000000408b0beb789a58d8cff320ef0141d7a44e5ff0a3fbaad32b3e7 321 0.16 vMB 171
222,916 222,916 0000000000000198872b159f1d85fdaf214a3b19d6da6eb92d3bb6971846193a 526 0.25 vMB 175
222,915 222,915 000000000000040778e58383850e168abe79c18caf6fc245c72a9beab5809bec 408 0.22 vMB 141
222,914 222,914 00000000000000a1321340f8c336b484fac0678901fc012637f9b9fa40595bd2 434 0.25 vMB 137
222,913 222,913 00000000000002ccd2444d686c8faaf71a2b016f729e15a92c925a0e19225410 867 0.25 vMB 268
222,912 222,912 000000000000036ec423d3db875d0d63cd7f702a36c3098f49dc683518bdadb6 452 0.20 vMB 245
222,911 222,911 00000000000004164ddfdcd7fe2bc7ee9b77bd5b063bb5f1b56ef66aab46851f 11 0.00 vMB 0
222,910 222,910 0000000000000416c67f4eb243d03764fe10fcb9d094755b650f07535e513eda 9 0.00 vMB 199
222,909 222,909 00000000000002c81abe6164729828c77b74f3c01099dd96f81998640ad8d2cf 65 0.04 vMB 144
222,908 222,908 000000000000012d6991459ce8954f7aa8a7a068c3434ab7ee24625b79705415 123 0.04 vMB 189
222,907 222,907 000000000000023196b5bf900e150ac8bba0b24e75352f0ad3417acc6e271179 679 0.25 vMB 204
222,906 222,906 00000000000003ac231a45f48577f325d28ae5a00cb3abca421d4cf85448fe9c 319 0.15 vMB 166
222,905 222,905 000000000000031528064ad677ead384da6bf1004c6ae3372943c786d0e73440 434 0.28 vMB 150
222,904 222,904 000000000000032ccc17b243409f2860cdfd5eda1f71d31eff7903150f7f132a 741 0.25 vMB 216
222,903 222,903 00000000000002ff731894dc57e1810ac692a01cdfb49145a48fe6a3973e4f28 290 0.16 vMB 141
222,902 222,902 0000000000000404cf4773d2e92e5d11b0e37493b916ce8f8f8b4d59d4ee98ef 635 0.25 vMB 195
222,901 222,901 0000000000000096bef146eca64576f939c6cffcc251b413157612047eece179 650 0.25 vMB 196
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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