Loading Tool

Explorer IconExplorer

Memory Pool

17,533 transactions
8.01 vMB
0.02521759 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.90/200 MB

Candidate Block

Mining Attempt 53308007b3cc2643bef10d2a78f2305b87744d2fd3258e4b509ec1adb3da57a8
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 732835bd1e01de88377fc26085ee52eee65cc714bbb4c257e9577ee1841980f6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.00845340 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (765,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,933 147,933 000000000000002092ab85524493ca7af0e37a7495204a3658b4f9ce0f02c260 135 0.04 vMB 150
147,932 147,932 000000000000034043b4a8684606e621df0c142f58d87abc9055173eb57c0cdf 37 0.02 vMB 79
147,931 147,931 00000000000009e667fbbc039a43a1ca946138926e78a4e9da7fdb82cd75c6d6 117 0.06 vMB 155
147,930 147,930 0000000000000738293ebf1afaa5552975f08ced47173d439ec34ae1626471b4 69 0.03 vMB 141
147,929 147,929 000000000000063efc367e5c0ba1ab377272ac2e34833116f76df36b948f712f 15 0.01 vMB 98
147,928 147,928 00000000000001fbf06c9854f9f6ff70062e66b800805f2d5264f79b76645e7b 80 0.03 vMB 53
147,927 147,927 000000000000026b0fc458ad98f53251b991500f01acdcd7407d38591bfa20e7 20 0.01 vMB 79
147,926 147,926 00000000000004e6ae92a9f37c454980a22146038289f38570083668f8589664 52 0.03 vMB 232
147,925 147,925 0000000000000763ee1881cdf3bdea74437fc742ea163b54607909ff4766c681 77 0.02 vMB 48
147,924 147,924 00000000000004cc6aa39cdafa2155eb396e7d2ea0479604d27c88626b0ef826 314 0.09 vMB 3,275
147,923 147,923 0000000000000339160c8abdac6bba420bb4538b8864780d170d79f20cde806e 120 0.05 vMB 52
147,922 147,922 00000000000009507e4061fbf2ca81237df5ee93f432428fe129c51195113ccd 199 0.07 vMB 230
147,921 147,921 00000000000009ed2a6065a29d1d9036de8d8cc8f6dafa00a825e2839dc22d46 156 0.05 vMB 162
147,920 147,920 00000000000007c1c47ce651e7929c34512acb9267ad30f778247fde4fe111c9 5 0.00 vMB 68
147,919 147,919 000000000000006bf416c46e24a3904a986d04e8a0fecbc55c7d8fe9cb4f5209 43 0.02 vMB 117
147,918 147,918 0000000000000057e4e6367e5f685b2c3478c1ea2b1c58efd4ff57a8ba05b87b 10 0.00 vMB 50
147,917 147,917 000000000000081c29b4d466df644ea32624b6e75bab47adb213a3a95a3d7057 169 0.05 vMB 1,953
147,916 147,916 000000000000039cb6385fde37d8aea264b68b56844ca78c952c71914b1ee836 37 0.01 vMB 429
147,915 147,915 00000000000002fb208b75810da537a107b0e313c687ccfbd24e2ad21b29c81e 1 0.00 vMB 0
147,914 147,914 00000000000008c58007f294096062ba5470ab7ab7af26a8c9d95a78eea2b44f 100 0.05 vMB 166
147,913 147,913 00000000000006336f5e7d3f6d2ddd776a1cd5e4f0e771af567357857e02d235 32 0.01 vMB 267
Previous 10 blocks ↓
Total Size: 779.54 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: 246.61 GB
    • Received: 0.93 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.