Loading Tool

Explorer IconExplorer

Memory Pool

75,181 transactions
28.90 vMB
0.08795547 BTC
Random Selection Loading Transactions
Max Size: 171.01/200 MB

Candidate Block

Mining Attempt 6c42d0644f37b1feff5244641301deb97a214d6131efce054a236575e53d9598
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 84d3a6927e9e977ffaebb47deebca652bb24d64ea2a4638bc54f2a157977b77a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.02800445 BTC
Feerates: 150.93 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (285,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,220 629,220 0000000000000000000a9a2fb0e1bae8da52ed5e81f1b4a3af5965dd1c9d5ed3 2,698 1.00/1.00 vMB 60
629,219 629,219 0000000000000000000366b943246553dcaa5a5688c1b44d4709b8f921dd00b9 2,422 1.00/1.00 vMB 75
629,218 629,218 0000000000000000000220799e57aa73640b8493884f46f9f3edfabc5f5c5b1a 2,252 1.00/1.00 vMB 85
629,217 629,217 0000000000000000000530770abbe3f5a15f997098744876e2dc7216a96671bf 2,787 1.00/1.00 vMB 39
629,216 629,216 0000000000000000000e4b5e9fb322d27984e62df0673e7cd49558320060d5d8 1,421 1.00/1.00 vMB 63
629,215 629,215 00000000000000000000737a0f4515d42a71bb3652abce60a572c27ff2f2ca63 1,407 1.00/1.00 vMB 67
629,214 629,214 0000000000000000000abaee9e467713a33566760ce81d8aa38e25104cca2e67 1,318 1.00/1.00 vMB 91
629,213 629,213 0000000000000000000927b4a844f31e1dbb0586e6d1ddee34531efb7bc0dd70 2,527 1.00/1.00 vMB 45
629,212 629,212 0000000000000000000579c57a57f174d85399e988ca8fcdcd43e6f7fa8e2f1d 2,059 1.00/1.00 vMB 16
629,211 629,211 0000000000000000000d9cc496f5aae75804c2493e830d37867a77d34935a757 2,367 1.00/1.00 vMB 12
629,210 629,210 0000000000000000001082cfb3140f80aef3cbe4dfb5f7e7ea452e392f1208e1 2,345 1.00/1.00 vMB 51
629,209 629,209 000000000000000000052e0b8d7cbcfaea2914ca0b8315dd383e3c1a48c3365d 2,441 1.00/1.00 vMB 53
629,208 629,208 000000000000000000025547432d01e8e3638549d45ba6202980f7f61c3436f9 2,512 1.00/1.00 vMB 51
629,207 629,207 00000000000000000002921e1c0280d938bbbe9fe6d4080bc9f0363238c65e6f 2,648 1.00/1.00 vMB 96
629,206 629,206 000000000000000000015bd4cf89705fe6dafe9121d96c1bbe0df152fc213ec6 1,063 0.76/1.00 vMB 13
629,205 629,205 0000000000000000000e434107e1e603528ff639851d2cc8181f0d3f4e80cc4c 1,802 1.00/1.00 vMB 8
629,204 629,204 0000000000000000000594675d3f98266c8316f1e0746d07296781419734a914 1,837 1.00/1.00 vMB 59
629,203 629,203 000000000000000000006290578962b3e2c87bca219dedc01c8570c5a28b8dac 2,712 1.00/1.00 vMB 43
629,202 629,202 000000000000000000082f5f83317be63385419b9e9a7222663a836a500c0ea6 2,250 1.00/1.00 vMB 19
629,201 629,201 000000000000000000006d3c15d65d691d46db23b28e02ee8613736e52d3aaab 2,008 1.00/1.00 vMB 58
629,200 629,200 000000000000000000071ec98fdc979c5103a97b96aa01d541bee73a44368c23 292 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.