Loading Tool

Explorer IconExplorer

Memory Pool

65,748 transactions
30.35 vMB
0.07679257 BTC
Random Selection Loading Transactions
Max Size: 171.70/200 MB

Candidate Block

Mining Attempt ff59e4c20327db29dbef10cbb9ce66837219835c3d92280a66c49d2c7218220f
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 04c822f39c1bffc933ade270a5f8e7f7e455a2dbee1fedc4f23657f5a38b0571
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,235
Size: 1.00 vMB
Total Fees: 0.01791181 BTC
Feerates: 150.93 > 1.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (845,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,070 69,070 000000000013b495e8ce8727af834efe70c927546d277d0e8671f76d43b4843a 2 0.00/1.00 vMB 0
69,069 69,069 000000000159f9a8cea5252a932a7accfad37687ec54441a66ffef72daa3adab 1 0.00/1.00 vMB 0
69,068 69,068 00000000005bbf02150a88d11d5c7e074ac814b8d18919e2ac686c1d83c5e1f3 1 0.00/1.00 vMB 0
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
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.08 GB
    • Received: 14.48 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.