Loading Tool

Explorer IconExplorer

Memory Pool

80,052 transactions
29.48 vMB
0.12458705 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 69d9ac5b085e8714c39585d9223d019663857b958f526c9e7f695fba8b4b01c4
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 3330f28d66884a1bf22c4b0c9f4e8f941ba45fc90c4476191664289cfef49d1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04460229 BTC
Feerates: 477.45 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (111,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,836 803,836 000000000000000000051c03ef81bad889e4133a0fa367de6a9b0b959114fd67 2,309 1.00/1.00 vMB 21
803,835 803,835 0000000000000000000504f09845cb3ed5496c19a5291de2b65ab86c0125c2c6 3,812 1.00/1.00 vMB 6
803,834 803,834 0000000000000000000452ec7e3660876f3b7d03862d887d6dacb5066142fe02 2,406 1.00/1.00 vMB 13
803,833 803,833 00000000000000000000c6d01599858e50dd5c24a1267f7e17a3d3a47fce1c33 3,509 1.00/1.00 vMB 18
803,832 803,832 000000000000000000053af4722793dec1b3d24d03da6cb9c9c77a557ddeed6d 2,245 1.00/1.00 vMB 12
803,831 803,831 0000000000000000000498cccd04cfdcd75ab28fc7a52b75ad1a6c649f273d1f 1,117 1.00/1.00 vMB 12
803,830 803,830 00000000000000000001c262875adf3d568f6bea8947b76af750e92e6f9b8320 1,844 1.00/1.00 vMB 14
803,829 803,829 000000000000000000050c36fbd13223186e13fd039838375f7d56e85d6351a2 3,145 1.00/1.00 vMB 27
803,828 803,828 00000000000000000005462b5c59d9683bcd2a46ed30a9a5546de114def18b27 2,052 1.00/1.00 vMB 17
803,827 803,827 000000000000000000038e95210ff512d4fb2076855744422e2ee482bf742b64 2,064 1.00/1.00 vMB 28
803,826 803,826 0000000000000000000173b690c0f0cdef738eebaaafea82b75c95f253a56f2f 6,380 1.00/1.00 vMB 7
803,825 803,825 00000000000000000003dc5e2f1870bfd64fab522fec0f651f1de2246b30b748 2,076 1.00/1.00 vMB 6
803,824 803,824 00000000000000000003d7983d66ada60aa877e311c469a392bbb28e87af438d 6,387 1.00/1.00 vMB 7
803,823 803,823 0000000000000000000092eeb75e9f5bcdd2844518f17bca401c0836ce9662a7 4,285 1.00/1.00 vMB 13
803,822 803,822 000000000000000000006e84c211b6800c3c65fa564f577469465a6d50062401 5,313 1.00/1.00 vMB 6
803,821 803,821 00000000000000000001b0e1eab8a8b538f74ad1594294047a68f33b72598e78 3,590 0.99/1.00 vMB 6
803,820 803,820 00000000000000000000c5571b92c939c11dab41728ec4540c05dce2989d9ec4 5,911 1.00/1.00 vMB 9
803,819 803,819 00000000000000000000a6b09d0b556e2c491d328aa1e825b9d5b8a1e7aef58b 3,369 1.00/1.00 vMB 10
803,818 803,818 000000000000000000020ac41bd40ebc98d756385734144fb9d52dc99928e405 3,165 1.00/1.00 vMB 6
803,817 803,817 0000000000000000000189ee11eb88aa9591746a2136ead7a7625caa1d0e4451 950 1.00/1.00 vMB 10
803,816 803,816 0000000000000000000367755717a0ac0865f32e9b254d9b0aab2f3cc0d02353 2,584 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.