Loading Tool

Explorer IconExplorer

Memory Pool

85,797 transactions
32.93 vMB
0.07787477 BTC
Random Selection Loading Transactions
Max Size: 195.88/200 MB

Candidate Block

Mining Attempt e4277f18266c2881f1359f46dd745f9b2e2f943592a17f8a1388848e7cf01099
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 2f5e75467615fd7364ee326094297e1c200ef733af470d1cd0d8b8f7ed62684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.01279710 BTC
Feerates: 203.60 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (845,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,067 69,067 00000000009092bfdee9ab8da08b16454c38318b72285f47fd931d1f35f8e116 3 0.00/1.00 vMB 0
69,066 69,066 000000000113a4e5270789b229169469ccdc8be63d0773bea023956593490dc3 8 0.00/1.00 vMB 0
69,065 69,065 000000000095d25517d734c31ad0be3a96db2e67d6544c9d3fe9e211ed88cb5d 5 0.00/1.00 vMB 0
69,064 69,064 00000000001750d48dd6b4cd1ed326891ccbc246aa3739dc457c3b191669dcba 1 0.00/1.00 vMB 0
69,063 69,063 0000000000688ca33570a2fe120fa0c783509603c5aefd1b05b77380d357c23a 1 0.00/1.00 vMB 0
69,062 69,062 0000000000a5a02c4d7258c5c8dbb47f23345cb2bf95aa6c0ace0445cf6e8b2a 9 0.00/1.00 vMB 0
69,061 69,061 0000000000a33fe67929598ab67e5aa87ea5a6e9c71814971bc82e24e23afaa6 3 0.00/1.00 vMB 0
69,060 69,060 0000000000566805366614568cac3c012743dc1b132dbeb746d3372318fbd577 16 0.01/1.00 vMB 0
69,059 69,059 000000000145f4cf30166e16af5c6c568b19d27a3d2f7b98f3d92f677caff5f9 11 0.00/1.00 vMB 0
69,058 69,058 0000000000681350115fcf73f5e2430843cd84a83632df2d66dfebe408b22957 2 0.00/1.00 vMB 0
69,057 69,057 00000000010bf8c3270e1f191462a6ad4372893365b78138fd1657458f3412bb 1 0.00/1.00 vMB 0
69,056 69,056 0000000000b60a2e0180d8c140809c1f2d0aaf86cdef7cf2c8fd6f935764d51a 1 0.00/1.00 vMB 0
69,055 69,055 0000000000d92ace00b268aedf003cd462afc8e50c140681a10108dfe8f6941f 1 0.00/1.00 vMB 0
69,054 69,054 000000000128f1b4f11abe8ea4645b541c48a5156ddc7ab16ce2d6889511fd7c 1 0.00/1.00 vMB 0
69,053 69,053 0000000000dbe5429d91a9d7e4eed416505a4849b703bfbe8d0ff02a9b857cbd 1 0.00/1.00 vMB 0
69,052 69,052 000000000163a0e9e9dbb977e9d7659dfc41372e3856eb52c7929515d74ea6ef 1 0.00/1.00 vMB 0
69,051 69,051 00000000004c47837ceecb1c9746891b570c4a4e4ad0f2452dffe8a57ab527dd 4 0.00/1.00 vMB 0
69,050 69,050 000000000160dd1cecd6dc698e6e6d39e2d27c0f12f753a8e42263f256aa37c0 4 0.00/1.00 vMB 0
69,049 69,049 0000000000577bbca012133b8fce401af96be4edbf51c5caa83414daea3d859a 4 0.00/1.00 vMB 0
69,048 69,048 0000000001000bb7caf449399294f8cb2deb8bac45adb8807adcc8f0c5ce6ea4 4 0.00/1.00 vMB 0
69,047 69,047 0000000001357a6a1234a9fcb59bac750561eff87e814d6fd8156025d383c644 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.