Loading Tool

Explorer IconExplorer

Memory Pool

81,789 transactions
30.54 vMB
0.07800208 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt 08e3cb396ca573959fe226366d3c3d415a447b79007e554b313346310251569a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 42ffb3251178c4520e7c1d788615de8d5cbb3efbf925e94410b4674165c89b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.01462507 BTC
Feerates: 40.91 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (440,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,999 473,999 0000000000000000017cf33b39ab06e1699ce126a456b80549d81be944645fbb 66 0.03/1.00 vMB 120
473,998 473,998 0000000000000000008a01ebb63428715a628f984f003b84282238b45701fe74 808 0.40/1.00 vMB 207
473,997 473,997 000000000000000000c82d2117e5ab1c72ab1ab40772f53b586af98c6acf5d3f 326 0.15/1.00 vMB 172
473,996 473,996 0000000000000000007edd13102210ab333822911db5dcc8e532c9bc892f07d2 945 0.63/1.00 vMB 152
473,995 473,995 0000000000000000015e3671f5b71204beddf94abf9e92a24018f860d193a305 922 0.58/1.00 vMB 43
473,994 473,994 0000000000000000006e42db87b90e65e71f83645a4751bc14ec031b0905d439 1,700 0.78/1.00 vMB 285
473,993 473,993 0000000000000000006b90d917af9d16aae8b2f6d43b900e9964f2211455f67c 358 0.17/1.00 vMB 162
473,992 473,992 0000000000000000011ff18b222ed7fc339c80ab19d818cbd5abcf10b796da97 294 0.13/1.00 vMB 185
473,991 473,991 000000000000000000b056d689ee4f328be86cae377b83972090d351f6acd31c 1,270 0.64/1.00 vMB 165
473,990 473,990 0000000000000000014a45dd3ef7258fe9536a93cbc0ee47730d59da15e2b380 846 0.41/1.00 vMB 176
473,989 473,989 00000000000000000142cff7424d197329db5acf3c33ccfb31fecc76e12d5062 756 0.40/1.00 vMB 178
473,988 473,988 000000000000000000783cb4e7fe989087ee50a9782c17fde987e2ad78fdfa73 56 0.03/1.00 vMB 240
473,987 473,987 0000000000000000008d7215caca0df0f4577fcda1a8759b07bd800ff702467f 1,771 1.00/1.00 vMB 166
473,986 473,986 000000000000000000152f32826419418e3887dae166cfb153540f4852cc32dd 462 0.55/1.00 vMB 64
473,985 473,985 000000000000000000680fd852224c037c2fe4a291963c2df0d01c165d4277d6 2,160 1.00/1.00 vMB 97
473,984 473,984 000000000000000000ef3b8672b105b90bf45713595e4ce4325d06318be84e53 2,373 1.00/1.00 vMB 341
473,983 473,983 000000000000000000763113fed25a1d248a6e29e23271dd9b3c68036f9104d9 1,885 0.99/1.00 vMB 111
473,982 473,982 000000000000000000f90bd9861a26d79c466c830a3dd49a3a4818ba088b6bab 1,478 1.00/1.00 vMB 164
473,981 473,981 0000000000000000018416289395b7fba3c62674862974fe4e49d6987879879c 2,443 1.00/1.00 vMB 325
473,980 473,980 0000000000000000002865a049c7b90807112730d89077fe27f954702bfa1100 1,557 0.73/1.00 vMB 180
473,979 473,979 000000000000000000a933c618f1429789c23c441819e05114e06a24595ad485 389 0.26/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.