Loading Tool

Explorer IconExplorer

Memory Pool

31,735 transactions
25.50 vMB
0.10362833 BTC
Random Selection Loading Transactions
Max Size: 126.72/200 MB

Candidate Block

Mining Attempt 1a3d1e59f8756c026c89ffe99b800a97a7f9576ca2995bda478484730671ae40
Version 20000000
Previous Block 00000000000000000000dcb070bc6266a4054f0a2d2c2205b52bba93e66b77a9
Merkle Root f3aa4c88492c0f98e3949ee9bdc69c3bfa554234679eaa89b7ed4db4a78787dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,542
Size: 1.00 vMB
Total Fees: 0.05676295 BTC
Feerates: 502.67 > 5.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,220 (857,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,605 56,605 0000000002c31cd6ac8df7cd8526fb909e5d69f3a651d7cb0a35a07b9bde3e9f 1 0.00/1.00 vMB 0
56,604 56,604 000000000799a6521402bcbbceaaf9ef37cb0ab7648828cac3de5ecc54c60c09 1 0.00/1.00 vMB 0
56,603 56,603 000000000d71095413bfa55975eb7a4516369f0a51560faaf6125b6af0e6010f 1 0.00/1.00 vMB 0
56,602 56,602 000000000aa31ba4619b3fb9b062eb2db12edadc738ec4565f32e5157dc3d3f9 1 0.00/1.00 vMB 0
56,601 56,601 000000000e23bfef60a766fa2738a1d91d29365cc5d3b708d829b4c7553389e8 1 0.00/1.00 vMB 0
56,600 56,600 000000000332d5a378be227b18521d8a1e6fd3911400b01aa1a76e372cc9cf14 1 0.00/1.00 vMB 0
56,599 56,599 000000000afc19d751912e28f07193a2e3925769ef3fc75325895fe400326210 1 0.00/1.00 vMB 0
56,598 56,598 000000000271cbae4eca2613120f667f2c3755b2167b0db89197d9503f8219f8 1 0.00/1.00 vMB 0
56,597 56,597 0000000011f289c1b247201102593b61d806e8979790c0a257449b2853545690 1 0.00/1.00 vMB 0
56,596 56,596 000000000145424a9df9ab2d0225b42005c834092071106d3dc8133f25b6d338 1 0.00/1.00 vMB 0
56,595 56,595 000000000d53f790c4d8f6f84236b67fd0fe4745e2e1bb9554f3dd6244a9cb5d 2 0.00/1.00 vMB 0
56,594 56,594 00000000043cca8c199697f6d5def9b58541c034072f4d5b4d25c292bd8ca649 1 0.00/1.00 vMB 0
56,593 56,593 000000000852c6e8853ff367ff461ef1a54a007500539ca86ae3d926ff52db02 1 0.00/1.00 vMB 0
56,592 56,592 00000000109ec516db7f86a23bac5ed3f502053edd8fea8fdcf643ffdd572c31 1 0.00/1.00 vMB 0
56,591 56,591 00000000155e28f7c2d010f7f6a6ab121813aa4ccca9d7be0895c9762652de5e 2 0.00/1.00 vMB 0
56,590 56,590 000000000c8eb82c8348b31ab80343dca5db6e894069c861e207d2788d759399 2 0.00/1.00 vMB 0
56,589 56,589 00000000033ed6eb9f8217f252a6d87bfecc7640c12813773df7f715280d3ee0 1 0.00/1.00 vMB 0
56,588 56,588 000000000f16a2efeb990677bbb0be1228dbeeb3f9cb22e6642f5cea876777bc 1 0.00/1.00 vMB 0
56,587 56,587 000000000908224bba3221d24124dc1be9387986dd0a8edea3f93039cc2ad644 1 0.00/1.00 vMB 0
56,586 56,586 000000001430622645c04127dc218afdf25c7a348debf845df50fcfdfa2a9e24 1 0.00/1.00 vMB 0
56,585 56,585 000000000ae9938cc614a8bf088972b1a49690e44c0dbd6bc6fc9cea69e846d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.98 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: 574.91 GB
    • Received: 8.22 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.