Loading Tool

Explorer IconExplorer

Memory Pool

28,876 transactions
6.37 vMB
0.04626727 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.56/200 MB

Candidate Block

Mining Attempt 4addeeb6d7454b0ab44815e2a0baca8b9e6841ae2d08714ab7d2a3602598dfda
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 860221fbc4816be4b84f04b7da4a25e244a4eac2326664e1f5ada2713590d5a5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,362
Size: 0.97 vMB
Total Fees: 0.03196662 BTC
Median Feerate: 2.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (741,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,970 171,970 0000000000000410d9b25a5d4d9c7c8a9bed640a4d65fed465510d45cd3ca848 9 0.00 vMB 826
171,969 171,969 00000000000001e3b5d5e3cc55067f380c733686b4cb973780f4d2fd5a4cced9 71 0.02 vMB 232
171,968 171,968 00000000000003d6f854ceff6069144bd89c51b4131a3a57a5240300d70a1f8c 1 0.00 vMB 0
171,967 171,967 00000000000005e8f1a783941060e928416af013712a4049c85ac0708e848bdf 1 0.00 vMB 0
171,966 171,966 000000000000036fc1dfbf13c58614dbf75cc1c939896c23f884d7a2da3ff735 21 0.01 vMB 31
171,965 171,965 00000000000004ff7b7d62298fc935f987ffec23e99de19225a1f6aab67c7526 15 0.01 vMB 196
171,964 171,964 00000000000006e0f711e9aabbbbab1d95ad1cd2ea5f1bed46dd6c823bcf941e 1 0.00 vMB 0
171,963 171,963 00000000000008d9b8bd64acfa4b90a2cf22e1a61c3cf5abff5e18ac5d2c63e4 25 0.01 vMB 262
171,962 171,962 000000000000024b0e112e925ce47e6a3b4bc7523517c0fbd19760ae20edf5d6 24 0.02 vMB 95
171,961 171,961 000000000000009a79f57da9e8e1aad2d45c0c27ed54d7a8b7fb6b75f8bf5ab1 146 0.05 vMB 114
171,960 171,960 0000000000000b1e97498f735d32562e3172a7725aa0c1ceeb9b537d9a968244 64 0.03 vMB 86
171,959 171,959 000000000000039ce42702cc3f0e23fe3beb64fb265814a16bd28cb5847556b6 8 0.00 vMB 56
171,958 171,958 000000000000060853235e44ff2fc33f32547eb34791055dc024b93af1cd6934 33 0.02 vMB 256
171,957 171,957 00000000000001a28458f7b9c2feb18f1a8b2a862ca9d10ad50669ec0f6a9e8b 23 0.04 vMB 33
171,956 171,956 00000000000002d9b9cd75a019b17e68fec9803cb5b13a44bd934e7e9e82f882 92 0.02 vMB 18
171,955 171,955 0000000000000820243515426997f2ac5a7791c07e60bc4b75956bba960bd164 104 0.06 vMB 76
171,954 171,954 000000000000030b0aef0b09f30af13aea73de0bfbd75e0e61558bd8551dc304 31 0.01 vMB 26
171,953 171,953 00000000000004366689ad11978d77a09cbc03cdaf98fd462383f19c8d2943f7 29 0.01 vMB 118
171,952 171,952 000000000000089e382e44c3cb625153d1ff952ee65e1ac15655394c68b82bf2 20 0.01 vMB 38
171,951 171,951 000000000000064b6df832c3cbd55780b589a809b8ddc0fe7365fed4cd0c7d3f 3 0.00 vMB 103
171,950 171,950 000000000000097dc8b61a6689fa81f079af0fe69e201b8e734c491708f6ba00 152 0.05 vMB 159
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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