Loading Tool

Explorer IconExplorer

Memory Pool

43,422 transactions
26.92 vMB
0.08887085 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt e72f4019e6f4656c683ed0768adb26d457da2b366bcbb8f5a016cd582b430dcb
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5a7cce4da3c3636b5e32e6435da68d672fbf17c56a2e56f733a8d9982e2e54ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.03802450 BTC
Feerates: 151.16 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (226,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,460 688,460 000000000000000000054338cb1c662fa05660607b14f73f7cd51859b426b3cc 1,152 1.00/1.00 vMB 24
688,459 688,459 00000000000000000006ef4d925ea621e41ebc740d590e68884cb23831e70d7d 955 1.00/1.00 vMB 11
688,458 688,458 00000000000000000009253841da0d8ac3e1209b10f6578b73a761aebdfdc5bb 1,109 1.00/1.00 vMB 11
688,457 688,457 00000000000000000006cd291a714eadd2e8864dcb4ff477e1e42d7f0663a7dd 2,336 1.00/1.00 vMB 44
688,456 688,456 0000000000000000000b8ec48082aee56f5a3e19ac89df838e9a3a30cce19bf7 1,772 1.00/1.00 vMB 15
688,455 688,455 00000000000000000008b7181097609e65eff7d96c6ad7c59a95412373241811 2,668 1.00/1.00 vMB 33
688,454 688,454 00000000000000000008b9e7cdbc3f3d95f80b9e95d395bb0d776fac1210032f 2,435 1.00/1.00 vMB 33
688,453 688,453 0000000000000000000d3d6f238a60d331afc4e73432efa499bbd371861271f9 399 1.00/1.00 vMB 15
688,452 688,452 00000000000000000000a58f4373777e3178bb099ac99411e887d8f0c127c49b 2,932 1.00/1.00 vMB 42
688,451 688,451 00000000000000000002b0414850d97774463de29b50fa88d17ae5c6b532dde0 2,692 1.00/1.00 vMB 19
688,450 688,450 0000000000000000000a855719d75fcc117ab214dda002092e6ff60f493e323a 2,284 1.00/1.00 vMB 25
688,449 688,449 0000000000000000000ce4a8e1d7d0023fe0a9f5714a6b4cd6a80d9ab308f2eb 1,618 1.00/1.00 vMB 29
688,448 688,448 00000000000000000005a30b5c2eaa52491589d904c01f2bb5852ca6e8010bf6 1,104 1.00/1.00 vMB 51
688,447 688,447 0000000000000000000ae7279331487948932f6e6eb97bfc1d3e32219c87e69f 2,536 1.00/1.00 vMB 46
688,446 688,446 00000000000000000006f11fa18a4a9cc3ca43310dd0fdea702a64c15e2b2428 3,069 1.00/1.00 vMB 45
688,445 688,445 000000000000000000066440553fb91caf5150615209d5a16530c543c6609ff8 641 1.00/1.00 vMB 42
688,444 688,444 0000000000000000000d53849821fff081560b3abcc224f614fe1ebfe8ad9bc2 2,748 1.00/1.00 vMB 43
688,443 688,443 00000000000000000008ec9e3d8ed921a8dd1533d665ca733c67d6d8c94eb748 2,459 1.00/1.00 vMB 61
688,442 688,442 00000000000000000008f14c6ae063b0a2b0a03b36123b1648948f58642aadd3 1,142 1.00/1.00 vMB 43
688,441 688,441 00000000000000000001f30a7ced97575b2a1827caf93b5df120d7a5a5481d4f 1,674 1.00/1.00 vMB 55
688,440 688,440 00000000000000000005d13459ed948df5cd613138b65ba6858500bcb5dc66a9 2,066 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.