Loading Tool

Explorer IconExplorer

Memory Pool

82,094 transactions
30.00 vMB
0.14810908 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 789d9ff632606217946797cbb71cdd0fe8af1f99867a899f635bcc8d45e1e4bd
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root bbb18d7739c84c13e14184ed505f974a5d1a1f9dcb8332b9ed30290fed604145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.07835012 BTC
Feerates: 101.65 > 7.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (227,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,967 687,967 00000000000000000007e9b394509d8548ade08da694b94bcab4f25e4a3bc95e 3,048 1.00/1.00 vMB 45
687,966 687,966 0000000000000000000b21a7265dde4253e0db78f04b71a2b548e679c99b868d 2,253 1.00/1.00 vMB 10
687,965 687,965 0000000000000000000686b84aea8452543cafd084e005d587650d8036820c1f 2,239 1.00/1.00 vMB 27
687,964 687,964 0000000000000000000ad17638fc7018805199fbf01b5400419d06fd9f6c1955 3,277 1.00/1.00 vMB 18
687,963 687,963 0000000000000000000d0ab1a35c386a7661b554a3d09711c0d06f9e94832c34 1,556 1.00/1.00 vMB 37
687,962 687,962 00000000000000000005ababc271ac7ad7d69021b9bb0c634594119f017c001e 883 1.00/1.00 vMB 26
687,961 687,961 000000000000000000022842ac71ee35866d9ab8d6e0b74fb88f7d6ac8a538d6 2,467 1.00/1.00 vMB 28
687,960 687,960 00000000000000000004f9ce026281bbd0cba238d792c73bfd89e0e8a24733ff 2,516 1.00/1.00 vMB 35
687,959 687,959 000000000000000000014634a010f7ce857a126ddfdaa3b4daf632b4c87b4aa5 2,988 1.00/1.00 vMB 57
687,958 687,958 0000000000000000000db4d201cd4c27b9e05de00350c287965b5a67bf2a1230 3,000 1.00/1.00 vMB 70
687,957 687,957 0000000000000000000ba81455488072f0a8242749f6225d1fad3b74432bcd28 2,546 1.00/1.00 vMB 17
687,956 687,956 000000000000000000075c53000b97a91344bbf5348068fccb5ebbfa12a0de6d 2,507 1.00/1.00 vMB 19
687,955 687,955 00000000000000000000ad7b6f1d645aa0c9b5c4a2f1885a6d9430876c0bf1e4 663 1.00/1.00 vMB 24
687,954 687,954 0000000000000000000c4e56d51ce60a8b74739be243388abd57228cdb0446bd 1,614 1.00/1.00 vMB 29
687,953 687,953 00000000000000000002167f0e341623ed3da0b1ced7512da08c94e767c10a35 2,249 1.00/1.00 vMB 32
687,952 687,952 000000000000000000010a43f274748a50aed1cf2b59e3ff5380d8638a688c4d 2,901 1.00/1.00 vMB 37
687,951 687,951 0000000000000000000265297bfb94df3f3954418f725294edb5482553b12e44 2,917 1.00/1.00 vMB 60
687,950 687,950 00000000000000000004756709b04dc5160923edba37fdb6b9e8b1acff064ae4 475 0.39/1.00 vMB 6
687,949 687,949 00000000000000000007c60643110823e630fcead50dea40b22ebc6ef8860563 2,126 1.00/1.00 vMB 12
687,948 687,948 00000000000000000003e4be36b505554a15d22578717b8ceeb7c846f2925c19 2,142 1.00/1.00 vMB 53
687,947 687,947 0000000000000000000d9f5e7355e53c483073e37caa398f0c0712ce555ca2c6 1,152 0.57/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.60 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: 671.69 GB
    • Received: 15.99 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.