Loading Tool

Explorer IconExplorer

Memory Pool

79,743 transactions
29.47 vMB
0.10457911 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt bf1d2dddeec392c9e12e08a1198ccd79dd6fcb2dd7cd5401982bc09f3b8c5841
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d05aa424b03ceaacea83ef3e754517fe652de87b433428dd2651c1aca2bb0b80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.04072225 BTC
Feerates: 150.62 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (244,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,015 671,015 0000000000000000000cd24513f59c0651d394f8ad63c25e0b8dc177680635b5 1,234 1.00/1.00 vMB 115
671,014 671,014 000000000000000000049f864085be2774c84e436d0aa3a371e2a329cf5647bc 1,129 1.00/1.00 vMB 113
671,013 671,013 0000000000000000000b8dd9e290aabb269f620f1b9e8a5443a7fd6bcb7b41c6 2,337 1.00/1.00 vMB 114
671,012 671,012 00000000000000000007a9f3db4642768267504529ea1f0238dcfcf7f0ce7468 2,873 1.00/1.00 vMB 113
671,011 671,011 00000000000000000000b3c6b58a06456b67a67aef9cd66f20399fa55d30652b 2,756 1.00/1.00 vMB 116
671,010 671,010 0000000000000000000784dddf7d4e525a9f45660d1f304acbff229066989d07 401 1.00/1.00 vMB 111
671,009 671,009 000000000000000000017125c0f2e0f635e371cc06d6e0a62d4df9faada96e4a 2,715 1.00/1.00 vMB 135
671,008 671,008 000000000000000000012370131d093b16cc5d6b405f6f4cc878d809c893ccb6 3,602 1.00/1.00 vMB 116
671,007 671,007 0000000000000000000360bdd75ed2641bf03d964249c50b11662380bdd841ed 3,098 1.00/1.00 vMB 130
671,006 671,006 00000000000000000008af014fe260d94b280ab3d2096e69e0672283093d758c 2,591 1.00/1.00 vMB 130
671,005 671,005 000000000000000000074a6d10f4600a7a2e93b0f10163b8dd6552111130b865 2,935 1.00/1.00 vMB 145
671,004 671,004 000000000000000000091cffe11e1f959ef6181265cffe37c6adae8bcca54827 1,398 1.00/1.00 vMB 124
671,003 671,003 0000000000000000000a3b9a9d78ea3e8db16cd199e885b33248cfee3e23bebd 2,553 1.00/1.00 vMB 133
671,002 671,002 0000000000000000000610a27e5b49659c13ff2f7d4a2a1a343476111f0b53f2 2,608 1.00/1.00 vMB 132
671,001 671,001 0000000000000000000a8e1bcc5c92fb05b4e245d20ec30599e159334ba56108 2,736 1.00/1.00 vMB 169
671,000 671,000 000000000000000000014b56610f043eac2b2b1d89ed140db29513c86e4c25b0 2,850 1.00/1.00 vMB 125
670,999 670,999 0000000000000000000aa87584856393a3cf61948c5ecc235f53922423d0f766 3,255 1.00/1.00 vMB 118
670,998 670,998 00000000000000000001cea09289e272b71dcbea8fcf6d92431a863aff481d2f 2,672 1.00/1.00 vMB 128
670,997 670,997 00000000000000000007dc9423c59418493f343bca5b90abc2e708f6415c0a8b 3,072 1.00/1.00 vMB 152
670,996 670,996 00000000000000000009c98f2318da77986077c8f894e50c9be85be1b1406f7d 2,956 1.00/1.00 vMB 133
670,995 670,995 00000000000000000008c4acddf89b2b84c827f9039146f2a9bd704659e66f60 1,646 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.