Loading Tool

Explorer IconExplorer

Memory Pool

78,036 transactions
28.94 vMB
0.07819928 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt cff6203287a3a5b49a56894515de1109769944974ffc83d3bde72685b400eeff
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (793,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,986 121,986 0000000000003739548a091fcce8677149d63d6581e6ebf802e23b8a9861562f 5 0.00/1.00 vMB 0
121,985 121,985 00000000000030c567f494be1adfe18f901af645c7d2c1dec842c32e23c905ec 6 0.00/1.00 vMB 0
121,984 121,984 0000000000003be097815ea7e2822cc7640d578a85ea9612746b365726bb91c9 13 0.00/1.00 vMB 0
121,983 121,983 00000000000033f9cae49d2393ab00a5992eaa90f2553c7a8be6229e26cc0fa8 7 0.00/1.00 vMB 342
121,982 121,982 00000000000010b39e8b5673739a11a9d2085facf01d9df2c53e9edc8914a0f0 7 0.01/1.00 vMB 933
121,981 121,981 0000000000004a75fc7f4ef28b75c9476cdb782295eadc5cdd81af1b136c25d5 11 0.00/1.00 vMB 0
121,980 121,980 0000000000004e506d775bc906433304549aba869464baf63d959b6d88078305 6 0.00/1.00 vMB 356
121,979 121,979 000000000000471fc8bce3ef316ce4bf72ffd6feee5a23aa5f559113a926700d 11 0.00/1.00 vMB 0
121,978 121,978 000000000000796aafce207c4a0741f1bd5fbddb4169b318ef8c09748dcf59f6 25 0.01/1.00 vMB 730
121,977 121,977 000000000000986c96a2211e263b8d7c78655618b02b6bf96af48e6bf7c500bf 10 0.00/1.00 vMB 0
121,976 121,976 000000000000273eda82c4aa304401934708e6a1a1f4e8c1d56ec5c2f9a86949 1 0.00/1.00 vMB 0
121,975 121,975 00000000000087ebd88e9b0dfcf3c4686fb16d9e1c03bc9b58bd711ebf68b257 9 0.00/1.00 vMB 335
121,974 121,974 0000000000005806c7c89a3ee9f63fe79151b55ff951d22201e91e860b5f99e7 1 0.00/1.00 vMB 0
121,973 121,973 0000000000005e179305586a9bd5459649c08d5945e8af880fa0ffad9175aa2e 12 0.00/1.00 vMB 334
121,972 121,972 0000000000005c5d5c38c542ce944c6be272c5ca1eb89a4de3bb2d01d4595f21 11 0.00/1.00 vMB 311
121,971 121,971 00000000000021cee8878f475ddc099427fd94c4325651cba7886917d509358c 12 0.00/1.00 vMB 0
121,970 121,970 00000000000046225bfe52fa4ae0f8593c37a2871baba58e05fc7d130abdcea1 10 0.00/1.00 vMB 0
121,969 121,969 0000000000005c2341d96d3391548cc0e6431a1b47557e12bd41ef26565207a9 12 0.00/1.00 vMB 305
121,968 121,968 00000000000034c33596df1e14180ecca567c30458fcea9c21e86b66d10a9c56 22 0.01/1.00 vMB 152
121,967 121,967 00000000000059fe03d6f41a4127ff6207f16a8c2f26a19d8449ced2645f0d02 9 0.00/1.00 vMB 0
121,966 121,966 00000000000085e3cac807d00de4bb9409a72a89a3ccd317ce511c81abd37ad7 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.