Loading Tool

Explorer IconExplorer

Memory Pool

27,833 transactions
27.46 vMB
0.06387018 BTC
Random Selection Loading Transactions
Max Size: 132.21/200 MB

Candidate Block

Mining Attempt 9675f6f36e8c2dc0b716a9512a68cc6043367a5a8f9bf4904be5d5a6e59a769c
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 8754a87ffc7cd9396aaf8dc259a21a6a98508e24954b24c34740bd422b55a0dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.01176322 BTC
Feerates: 44.54 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (809,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,187 105,187 00000000000185f534499122cbcaa6c952e08b3918bed6b9615330d063061bea 6 0.00/1.00 vMB 0
105,186 105,186 0000000000013dff9c73eb433c47963f92b78caae742de420e466f186a19e064 5 0.00/1.00 vMB 0
105,185 105,185 00000000000289db63c39ca7c28bdcb1c02be1c6c9b00b4c309754e66e5edccb 11 0.00/1.00 vMB 0
105,184 105,184 000000000001385fc00e63c9ceb4043a963e8db353fad980ffdfb86c2d007f80 10 0.00/1.00 vMB 0
105,183 105,183 000000000002527b16a60ad517c031f3eac8fe11a936eef42bf05f589a6060b3 8 0.00/1.00 vMB 0
105,182 105,182 000000000002e338ef7d012b33c31ddffb69f26193ea19e4596e3e12776e6c42 6 0.00/1.00 vMB 1,200
105,181 105,181 000000000002073bed04992bbffc0ad1dabafb487b3ad1d1e55fdb3854a01609 25 0.01/1.00 vMB 0
105,180 105,180 0000000000001bd4b9c540342adee1d0f4143c28735417f346e36e5b4cb4985f 12 0.01/1.00 vMB 0
105,179 105,179 000000000000b163663f32086bf2fcabe3917cf2a7dd34ed854ccfd9dfd982b1 2 0.00/1.00 vMB 0
105,178 105,178 0000000000026f246e409504c302768d0bb15b9a9b2c42745cfebd1ee5353cf7 12 0.00/1.00 vMB 0
105,177 105,177 000000000000c41deacded3716a5e8d6cd7fddde97fbad4763547cb0e6a91c7e 8 0.00/1.00 vMB 0
105,176 105,176 000000000000e12d3d2931b94529d21b1226b723d5500215e3243e2a2e843415 5 0.00/1.00 vMB 0
105,175 105,175 0000000000001dae73fdb018d1546f4d6a62ec80e54c47f35f209e5cd3959102 5 0.00/1.00 vMB 0
105,174 105,174 000000000001fc01a25cac3357116fd2863357c11701a3d3e93fb88576fd72e8 3 0.00/1.00 vMB 0
105,173 105,173 00000000000043d76398a04fc34c5ece22969b3d7a7cf3013298f2c235fe3b5d 6 0.00/1.00 vMB 366
105,172 105,172 000000000000e5da49044f9d3385acb94712af24bd37856c26f1215a0cb07240 7 0.00/1.00 vMB 0
105,171 105,171 000000000001db46710175d9d6af2b9daed7376abbcdc03b3f0e0082df323d79 11 0.00/1.00 vMB 344
105,170 105,170 000000000000b7c1aa7da992de9fc7c19f27b25b410148aed7b0268945d692a7 24 0.01/1.00 vMB 176
105,169 105,169 0000000000008a7d363bdb14506aac7472c0a124200cba694bc5901e95f10016 12 0.00/1.00 vMB 339
105,168 105,168 0000000000012e42c0b8118877e43ae09c775c2ab6fa924453c33ab34e4a4b8c 8 0.00/1.00 vMB 0
105,167 105,167 0000000000011d1a465679a005c3cfd296cde1c6f89279d05c83235db18feef5 17 0.00/1.00 vMB 251
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.92 GB
    • Received: 10.93 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.