Loading Tool

Explorer IconExplorer

Memory Pool

80,725 transactions
33.93 vMB
0.13349593 BTC
Random Selection Loading Transactions
Max Size: 193.31/200 MB

Candidate Block

Mining Attempt de9985904e7954579f305c0990d9e7afb74076abe657230413fd1ff9400b43c3
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 8b7a478b6b8e5403fbcceabe3c6f9e1ea32a83f942b56804bc7b957971bb1a77
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02560314 BTC
Feerates: 146.36 > 2.57 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (805,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,710 109,710 0000000000018da1a42c2402cc34113119b4eed8208859a0220041b38da27223 1 0.00/1.00 vMB 0
109,709 109,709 00000000000098a5ee6543c9ef4f75f003b6f7c46b807aa523ce45b1bc7744b5 8 0.00/1.00 vMB 0
109,708 109,708 00000000000056e11b9043c631385ac2adf98da29686a4c9f1460041cc58eace 2 0.00/1.00 vMB 0
109,707 109,707 000000000000d11c1cb6195434d6560e63b21c55bd4b1a3b4ea0b10e20fc77d5 9 0.00/1.00 vMB 0
109,706 109,706 000000000001028abe5c622b5ba091baf9cfa478e0b01dccb1b5978947f3c696 4 0.00/1.00 vMB 0
109,705 109,705 0000000000006c1008e098abd72f7a342c130d7be2dd41906cd67d6e3a4a2b41 5 0.00/1.00 vMB 0
109,704 109,704 000000000000c15f5df7d41ddfeaee3d4543523ae04de272fc72b00287990421 8 0.00/1.00 vMB 0
109,703 109,703 0000000000007ae2b521c92e3cb66fc0bf27e74afc5969e7bec45d8047c302b8 2 0.00/1.00 vMB 0
109,702 109,702 0000000000010a6447f5047a6b4d344862cbee16c3123aaf54b75e0a443d1cd8 3 0.00/1.00 vMB 0
109,701 109,701 000000000000778f995ad9c481edf583b3b956c5719b0d8a812e4601c4f7e65b 5 0.00/1.00 vMB 0
109,700 109,700 000000000000d9a3651fa7a6c9af737eb32165fde7f1c07a75d5b04c6eaa060c 1 0.00/1.00 vMB 0
109,699 109,699 0000000000008cd165c98c6b72bb7badbd126bb6528c0b17e70e3b8ad5907c4e 2 0.00/1.00 vMB 0
109,698 109,698 000000000001214444fba2a7f9c5ddd2181bf82873177201e401a1bb85ba69d3 7 0.00/1.00 vMB 0
109,697 109,697 00000000000033549feb8fc0fcfa938de5fc6e26b5b2e9ebd13b867faf203d82 1 0.00/1.00 vMB 0
109,696 109,696 000000000001126500924a5452efc17769c7206f1fa76affaf6e59cf7ba64f90 8 0.00/1.00 vMB 0
109,695 109,695 0000000000014dfc176f8ea1768fffc4c758e3e1bf38d52281142b51184a11a7 9 0.00/1.00 vMB 0
109,694 109,694 0000000000003b0bd755f318bf934c73968a86ac9e3bed4ae3b469fca8e1f0da 6 0.00/1.00 vMB 0
109,693 109,693 0000000000002e810beaccb9636082f54cf800b4a6e40dd0aae637ff3cd63ed5 2 0.00/1.00 vMB 0
109,692 109,692 000000000001a7a07e6a07917fcaefe31301388258e83b671878cb718e19e143 9 0.00/1.00 vMB 0
109,691 109,691 0000000000006385c9a9f184d0f13287c781b27702e3f5ca48930f8c027606dc 12 0.00/1.00 vMB 0
109,690 109,690 0000000000019dc5ea0b90f13b5c8f6124ebc893eaa7e424023450c33aa7a8b8 17 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 727.87 GB
    • Received: 18.47 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.