Loading Tool

Explorer IconExplorer

Memory Pool

18,068 transactions
8.60 vMB
0.10656638 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.65/200 MB

Candidate Block

Mining Attempt b1928375f776e12bd7b88096ddfdabcbdde1e3460fbc02afa98f3d00ef51b275
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root a743968e5ee8e206b410435a2b847b10af29a6e9b232701307077329ad8e4dcd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.08857395 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (746,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,787 166,787 000000000000064b3b64cb1dd44edeb9d353c2a70d2b7561513e63c74357b2c6 53 0.05 vMB 39
166,786 166,786 0000000000000aea7843c750aecc5e431b8e7832d50ef9977029e3592633a0b3 119 0.05 vMB 91
166,785 166,785 00000000000008c910c16dc098fccedbc1efcc6068a2c9220c941705cbd9a2c5 12 0.00 vMB 174
166,784 166,784 0000000000000652d9478ca438f205b9450e33ea25e0a4659670165c50929974 20 0.04 vMB 766
166,783 166,783 000000000000098a197cd929614d53f7df245ad126d85ee074b6af2a037baf31 7 0.00 vMB 132
166,782 166,782 00000000000003d2b5c0e03a14f491ed2b4b5d00b505049bed8a85cf75117e5a 118 0.04 vMB 78
166,781 166,781 000000000000012ead86b7bae4cdbcdcc59de3efea9f45fb9d1dcd49eb100304 116 0.05 vMB 68
166,780 166,780 000000000000047bef4a5ccd0a21a561b4828154480ae9a065c2f01eecf40895 76 0.03 vMB 103
166,779 166,779 00000000000001cc06c81015aec5e7e4bf8785be71f33a3710219671c3636fb4 196 0.09 vMB 99
166,778 166,778 000000000000034c1ba7553e719537d79058dc75ea4795f64d6830b524508c60 85 0.03 vMB 0
166,777 166,777 000000000000026738c055be4e33fb0d1f2d7988b28fcbbfc574b17bcb8a8368 114 0.07 vMB 100
166,776 166,776 000000000000055ef2908df72a0a72c355b2af39837ae2e5820653632ce89c21 142 0.05 vMB 147
166,775 166,775 000000000000082f35cded7f063524ac3db61858b17703f5466e0bc5ebc15220 45 0.02 vMB 59
166,774 166,774 0000000000000995a00af197cffc5691e3127dcd148cf082022de7d4a524d50e 98 0.05 vMB 21
166,773 166,773 0000000000000c0fd2424c972a4ad185eb062d9de388c47de9b4426c6e61ce07 46 0.05 vMB 747
166,772 166,772 00000000000005c5d94dbdeed47f7f5dedad1e8820a78880a4d2ac479c9e5779 44 0.03 vMB 413
166,771 166,771 00000000000004125d081ada6b6dd90034c08c98e340c99b2bd9fba6e4844d43 77 0.04 vMB 110
166,770 166,770 00000000000003fbe72e25ae46e32b686469327147f06239244d6d73e46f33c3 44 0.02 vMB 9
166,769 166,769 000000000000065bdf544d66fa49041dbf700e9d7046b0ccc9c0dff2549b12d6 154 0.06 vMB 147
166,768 166,768 00000000000004a31719d6c62cbc8cb8326db107535b887bceb8ff95127c691d 1 0.00 vMB 0
166,767 166,767 0000000000000a877f101414ff04030c609edc5c3b438af59174487affdbc776 145 0.05 vMB 39
Previous 10 blocks ↓
Total Size: 779.62 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: 301.42 GB
    • Received: 1.32 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.