Loading Tool

Explorer IconExplorer

Memory Pool

78,736 transactions
29.22 vMB
0.07866083 BTC
Random Selection Loading Transactions
Max Size: 174.82/200 MB

Candidate Block

Mining Attempt f3a9defd87dde2ebc531f2d3862a8ce3fd7fd8916adc94bc4936f8c7e5990e80
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 25abb79d0e508da1851a49e7a1438277cdaa9f01e1105a27401fde8238aba289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01934349 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (316,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,048 599,048 0000000000000000000107ca2a23c0e20a2dc277d8221f86e3fbd992a10a4edd 2,397 1.00/1.00 vMB 18
599,047 599,047 000000000000000000100bf235f0b707d5b9ca47c9950b8415dc2d0ae078dfac 2,528 1.00/1.00 vMB 25
599,046 599,046 00000000000000000012bde702f1bcfeae428d1a9524916a7ec19f8653474560 2,366 1.00/1.00 vMB 52
599,045 599,045 0000000000000000000f811b3e5d32336e0ad76d4770bad69c9bb23f58a27b61 2,848 1.00/1.00 vMB 20
599,044 599,044 00000000000000000013eff4e746c2806b44b786f52e2120af431f00329a6561 3,157 1.00/1.00 vMB 22
599,043 599,043 0000000000000000000a8b39b28b8258ac703481b6247c8887f0bc01245c6d96 3,372 1.00/1.00 vMB 20
599,042 599,042 00000000000000000004886b7de8ad788a7457a567cffa5df196e5741410b5ba 2,829 1.00/1.00 vMB 10
599,041 599,041 0000000000000000000f5b582d111f72df6068cffa6ff9e03a660a13823d60bf 1,627 1.00/1.00 vMB 13
599,040 599,040 0000000000000000001109d5a07e1eaed4e9adb5ec4d5c8224a3ef7efd8a97d2 2,208 1.00/1.00 vMB 12
599,039 599,039 0000000000000000000bc7dc97b67bbeda3b84100bf625a0c16b8e992fbfd038 1,963 1.00/1.00 vMB 10
599,038 599,038 0000000000000000000da619e6387022bc0654307bb5587c6b327140cea3649f 2,746 1.00/1.00 vMB 12
599,037 599,037 00000000000000000002f9c5deace5e25dcc8153113da323dc498a799f12edeb 2,826 1.00/1.00 vMB 30
599,036 599,036 0000000000000000000968e61ef5f0be245b0dee9cd4f9b844e303e5dee8b8f4 2,261 1.00/1.00 vMB 21
599,035 599,035 000000000000000000092ae995dc4c20746bb76d7f96723693b78044122a5ba2 2,628 1.00/1.00 vMB 33
599,034 599,034 00000000000000000007a45e3dcb4e5098f4ce3eaf3b9a193c2c829ea8553a7c 2,882 1.00/1.00 vMB 10
599,033 599,033 00000000000000000009d86cc325253a6629559065df3289e633db6802a24dda 2,487 1.00/1.00 vMB 49
599,032 599,032 000000000000000000128902866d6395986aed21eb92f9a5d18218aadea10148 2,791 1.00/1.00 vMB 41
599,031 599,031 000000000000000000119845ca350a069c511f51719ff3d6f90b9fdad5296d75 2,416 1.00/1.00 vMB 21
599,030 599,030 00000000000000000011920ca154787c327e3b5e9c72f76119cc31286c4664aa 1,405 0.33/1.00 vMB 3
599,029 599,029 00000000000000000015838d4f9d4b1e67f218678c66116988c732cb91b5da3f 2,868 1.00/1.00 vMB 14
599,028 599,028 0000000000000000000c5c1f0feba27096fdd4043190e7ced905418ca56e1065 2,675 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.