Loading Tool

Explorer IconExplorer

Memory Pool

24,587 transactions
22.41 vMB
0.03183813 BTC
Random Selection Loading Transactions
Max Size: 119.11/200 MB

Candidate Block

Mining Attempt 5159d9d408ef6d755d1c8c2d536b1fec35b5401e5ba1b0de36b080e837b89796
Version 20000000
Previous Block 000000000000000000000d83f0d199c449128e8c38defde625cc6b41e0974571
Merkle Root a1d1a4e010b7d7cd827ae7f4a06903c557487737ab58ac1aea307f357d3c4784
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,247
Size: 1.00 vMB
Total Fees: 0.00724046 BTC
Feerates: 55.24 > 0.73 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,362 (779,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,632 160,632 000000000000035325ac954015ef639ae8484a9145284139d51c5f5665894a08 14 0.00/1.00 vMB 0
160,631 160,631 000000000000027140a9110b82749f436d5d7cb3e41113b66044f9574aebcd2c 1 0.00/1.00 vMB 0
160,630 160,630 0000000000000217de9f46e9bbb4adbb0ecbb1973e65d4a203e6743076f7ad34 61 0.05/1.00 vMB 117
160,629 160,629 0000000000000d5285f04962fabc602fc2f8a3c9c99a4cc792a82922a0c9fe1e 63 0.02/1.00 vMB 227
160,628 160,628 00000000000001b4a0edc781d4415c8301a7a24d1c1f151241e50eb88850581c 42 0.02/1.00 vMB 206
160,627 160,627 00000000000003c07b73af0193c4e671f8028c526996c3ed346fcf17055be6f8 60 0.04/1.00 vMB 62
160,626 160,626 00000000000003e925ec6f6d4c217269ab1019e26d30ac461cedbca512dd8baf 7 0.04/1.00 vMB 120
160,625 160,625 000000000000094b3b049af34f56df0c38f2a815b680c6cca8208add27204116 2 0.00/1.00 vMB 193
160,624 160,624 0000000000000acc47758337675ca6818c2da8714008d35363e22150eab0f309 111 0.04/1.00 vMB 34
160,623 160,623 000000000000040a701a828b3106c07242d35be90221386e8c71225b99f21484 52 0.03/1.00 vMB 5
160,622 160,622 000000000000073f92563e6099bb19fce6d0336ea7d6fe24f2a96c4155b9b476 38 0.03/1.00 vMB 5
160,621 160,621 000000000000020cf6d9e79c48dd5dad574373aa9215ac3d1d444cbe635aa27d 49 0.04/1.00 vMB 61
160,620 160,620 00000000000004243a83e4cc06b52efd5500a7f2b2a03242b619f8a67501339a 105 0.06/1.00 vMB 105
160,619 160,619 0000000000000a6bfbbb37f5b5b37b089f7d8ec6859d49b95b543fe35090aed7 6 0.01/1.00 vMB 220
160,618 160,618 00000000000004af03b43e342e6223a4a2bea4b6254d540299704ba485c387c5 57 0.02/1.00 vMB 59
160,617 160,617 0000000000000e6f6f5350a9624bde28a943e1f68113b95a0fd1e441e77b7743 11 0.01/1.00 vMB 1,254
160,616 160,616 00000000000007e496cd0e70bbf80a31a8f01801e9c9598253c22dcb392936f3 75 0.02/1.00 vMB 20
160,615 160,615 00000000000004c6f04a8bffe7633915d3ef8ca18aa42f5845398bc7c40b0438 17 0.02/1.00 vMB 89
160,614 160,614 0000000000000ce266ad22eed0f689b8227101c838a2579499eb71eb9333e19c 60 0.03/1.00 vMB 169
160,613 160,613 000000000000086d34fddd1221eaf9f5f177ff8ae7de9b2d6492c0510496e8ec 74 0.06/1.00 vMB 264
160,612 160,612 000000000000068aa5631c3c95250f3c7b611dee27329c794b964acce5e6c2bf 75 0.07/1.00 vMB 632
Previous 10 blocks ↓
Total Size: 827.40 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: 4,453.71 GB
    • Received: 242.37 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.