Loading Tool

Explorer IconExplorer

Memory Pool

80,208 transactions
29.86 vMB
0.07467364 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt 8f212851f99f62a2c91b45a217dc01bcc762b809a3d29650cf7cec5077d7747f
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 25a6483aead048f1799931894c3c1a6a70f1bde18ba537c272c0ead010549168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.01383966 BTC
Feerates: 197.70 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (809,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,936 105,936 00000000000087692b4a6ee8f84d23f947b314a8c57004e1147560fbcb747723 1 0.00/1.00 vMB 0
105,935 105,935 000000000000fefb991d61512fc0dccd5a9c62a905bfc498cda933bbc6cc7af2 1 0.00/1.00 vMB 0
105,934 105,934 00000000000063f2f0c2cb697c61fb684a2f6e7df1948ab779850f9b48f3b0b3 1 0.00/1.00 vMB 0
105,933 105,933 000000000002c1b30bbca4c540459126d47af34945795666ad73ef04be526320 1 0.00/1.00 vMB 0
105,932 105,932 000000000000087b16cdde8627c2ad9ba993f947467208c7d039e9fefb114f43 1 0.00/1.00 vMB 0
105,931 105,931 0000000000009d7b2c4b7c5ab070d547c1fa1cd214172d6cc76c4e1e231ca25b 1 0.00/1.00 vMB 0
105,930 105,930 00000000000188e21280598c0cc396cbc2b4a569d8933b5bd37a99cf619835bb 1 0.00/1.00 vMB 0
105,929 105,929 000000000002b300f2677dc3bc50ccb5eed5af262aba2d8872e6cc75bb819788 3 0.00/1.00 vMB 2
105,928 105,928 00000000000059fb473613cea2bacb5f783c88059f8250ad4a89dd3a27e0b8ec 1 0.00/1.00 vMB 0
105,927 105,927 000000000002e9e0b6646ddafd22ba698b769db6616f41853c01f75f57761523 6 0.00/1.00 vMB 0
105,926 105,926 000000000001a6f12a6844b1ad2a6cb457edac661deb0a041e89e8086134b575 4 0.00/1.00 vMB 0
105,925 105,925 000000000001c5bf25b3b5fa2851aeb25e4c9b1bf9438e1f5182941daa48ba8a 8 0.00/1.00 vMB 246
105,924 105,924 00000000000111e1667fa3fe68402b5ebdb9e73d8e5df298b659e1e9f8e6e5e2 3 0.00/1.00 vMB 0
105,923 105,923 00000000000287c075783590c4af1760f11aa371d1ab2e31f899e435802adc70 1 0.00/1.00 vMB 0
105,922 105,922 0000000000009729367025f33e3c1a49e5f9299e7d9ac4d2bb437c80a3aa1c1a 5 0.00/1.00 vMB 0
105,921 105,921 000000000002b1778001891aab3c0127bc3c0ee91718e418d691f797cbe3d5e0 27 0.01/1.00 vMB 0
105,920 105,920 000000000002c60a086d1e508ce0f8949429d9638d84c10afb49109642820e69 2 0.00/1.00 vMB 0
105,919 105,919 00000000000201f05f25a6543975eda2f61e4526e873d4b85843aac0ff8debc1 2 0.00/1.00 vMB 3,875
105,918 105,918 00000000000134727539ff7aae7682b1dcd1dc024df3a26529683b7f8c784cf7 9 0.00/1.00 vMB 0
105,917 105,917 000000000000c33476adb52f16c23c1da783d815a48a6e8c13ec0fc99dfce5e5 1 0.00/1.00 vMB 0
105,916 105,916 000000000000548a53dc5cb652e58a060d745a50f75b6711c985d8361efc7d5a 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.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.