Loading Tool

Explorer IconExplorer

Memory Pool

41,526 transactions
18.15 vMB
0.17426181 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.13/200 MB

Candidate Block

Mining Attempt 86168a211a99607afe0fcd34e2b5867fcafbceb842c4c217ae4e6b9a7813d553
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root aa0a6d37cc4de750195276391302b0490fd1268174c687d12270b7010773cf26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,718
Size: 1.00 vMB
Total Fees: 0.05671331 BTC
Median Feerate: 4.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (747,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,836 165,836 000000000000001c47d21c5e88c93fba0f68f378ee4cb56ca8dbeb4eb3676ff5 141 0.05 vMB 64
165,835 165,835 00000000000003331eed51804dd23c5fff6d6531a9eecb38942146087dce5c2b 20 0.01 vMB 43
165,834 165,834 00000000000009813be7a051d97869c01354e19590189a057be5d4caae82daf1 15 0.00 vMB 35
165,833 165,833 00000000000008500ee665af0c5ff9bc6f59db3746334d62ada97ce710edc899 24 0.01 vMB 365
165,832 165,832 0000000000000a2d408687f67f430702f0ef6f69c75aa49f95e6e39efba915a6 49 0.02 vMB 189
165,831 165,831 0000000000000514afd14e5a552d1648b6b1d9c021a32afe82905518ba12204a 132 0.05 vMB 72
165,830 165,830 0000000000000b359715b541ee408ece2c953602f460a29f2724aa5b05b5b697 104 0.04 vMB 267
165,829 165,829 00000000000001851821641923d5218f859837def04d8c18699f802d1766212e 25 0.01 vMB 127
165,828 165,828 00000000000006db20e5ea2904b1e4d83332d18be9d68e0c8334b6e6ddcf8315 78 0.03 vMB 97
165,827 165,827 0000000000000b1247e2b23faef90bf9c1464a4cb4db117e4ba291fab0c23fac 36 0.02 vMB 190
165,826 165,826 00000000000008604dd90441fda245961994eb35d6a0fc62f8c4eec2c4f478ef 17 0.01 vMB 89
165,825 165,825 00000000000004bb80da1cdf13c215e2757235fb3d9cb6f17125a25242ade88b 18 0.01 vMB 72
165,824 165,824 0000000000000ae3fd70285af36046a382f9c9e69f2828e610d03e62180ba026 8 0.00 vMB 68
165,823 165,823 00000000000004536c42ac680bb1ea58d9aa794b1884d489a487c62850e3de70 37 0.02 vMB 78
165,822 165,822 000000000000085d05c5e90de3c58fe179cf3c89dba895da1612bedc2dee5f6e 53 0.02 vMB 9
165,821 165,821 000000000000064512e5e19ab390192302be7b26cb32b77e2d8c8340f385e9de 92 0.04 vMB 182
165,820 165,820 00000000000004209bc6db9a7cd81a2f77b7a72050111abd90c50ed617389bca 94 0.05 vMB 229
165,819 165,819 00000000000008cd9f7751754c42c497e3486bd475c1cb8d33dbef21901d2a57 11 0.00 vMB 914
165,818 165,818 000000000000078f879ee967297939bb3ca1cdc710e3c4fc7379287697dbabe4 7 0.00 vMB 334
165,817 165,817 0000000000000834dbc7fb575947ce5c14aad54c8526356ef70314aa31cee8ff 102 0.03 vMB 3
165,816 165,816 00000000000004747e8b0d6bce37bb56a376e3778a23b2a5881ed77cc8a5cdf6 15 0.01 vMB 40
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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