Loading Tool

Explorer IconExplorer

Memory Pool

78,904 transactions
29.21 vMB
0.09613342 BTC
Random Selection Loading Transactions
Max Size: 176.54/200 MB

Candidate Block

Mining Attempt 8987986a4ec6184665e85e48bb196656d40bd4e845a368c3cb05d4f2bc2371f0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root bc8a4afa2dc72c902ab9a7e371c311b1c93690fff57bd139ec5f533f4b34fb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.03472770 BTC
Feerates: 477.45 > 3.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (153,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,162 761,162 000000000000000000029f27a7aa335961a30e45f32fa324f63f5b8a57f40a99 1,841 1.00/1.00 vMB 9
761,161 761,161 000000000000000000023f8d3d00ef05ca9602c2b355e042e154c4c8b5c57e7e 1,275 1.00/1.00 vMB 10
761,160 761,160 000000000000000000014f4b37c4708f2829d2558c7a715fffb4ce415bb8262d 2,481 1.00/1.00 vMB 7
761,159 761,159 000000000000000000055f88f38dbf1fbfdd8feac38f5a0addcfbaa23aad2420 2,423 1.00/1.00 vMB 8
761,158 761,158 00000000000000000000f858fb4c9f8df5099a41d60802ce66bd783a9ef3b82d 2,893 1.00/1.00 vMB 7
761,157 761,157 00000000000000000000095a56e282073fd83aa1b2c59bf115afc8181cf7c071 2,863 1.00/1.00 vMB 14
761,156 761,156 0000000000000000000717f75137515abb74ce3572d063b0ede67fa69bfd1137 3,526 1.00/1.00 vMB 20
761,155 761,155 00000000000000000000a4e472156854d81430a4a1284fa53f9c02cfb3dcad65 2,972 1.00/1.00 vMB 6
761,154 761,154 0000000000000000000405fa876df56f1b4ceef86c0d53238809cd81b8e794b0 3,363 1.00/1.00 vMB 13
761,153 761,153 00000000000000000005bd131ee96b962d5421783591656b23d484320e40ede7 3,325 1.00/1.00 vMB 16
761,152 761,152 00000000000000000007a0b50f218a7eb33bd7e4ad1f5dadbf3937ef90573969 2,788 1.00/1.00 vMB 25
761,151 761,151 0000000000000000000040c44418efd4a6ffb03620266b5d802678031384e514 1,662 0.73/1.00 vMB 5
761,150 761,150 000000000000000000028b29b598758a5fac646814c3201752a160eb6673c9f8 1,776 1.00/1.00 vMB 14
761,149 761,149 00000000000000000002785c2c008c58d91f574a54f47c2b0bdb29d7b96951dd 434 0.15/1.00 vMB 10
761,148 761,148 00000000000000000000635c0f65bf4a4095a4f1f90730ce6a8dbb91aff5dd63 235 0.10/1.00 vMB 11
761,147 761,147 0000000000000000000492c3cbc681db8c67532a563b2e1f24f29b34e3915550 1,812 0.57/1.00 vMB 14
761,146 761,146 000000000000000000029008b37ad6c16dac3170b7806a45572605d3f25529f8 1,111 0.36/1.00 vMB 11
761,145 761,145 00000000000000000006babaa020f4b327c1f54c488f13cef91ed2db36f0be80 1,738 0.92/1.00 vMB 5
761,144 761,144 00000000000000000003fb60ef45b174d4d00cd13176d63e63ac71a35315b5a4 3,276 1.00/1.00 vMB 13
761,143 761,143 0000000000000000000376b2c45428f7c5d479b47e8fa06c19900d7ceb18be27 3,101 1.00/1.00 vMB 15
761,142 761,142 0000000000000000000345e49e781d083b5456b78b4873b14c05e39203f0ccc0 842 0.53/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.