Loading Tool

Explorer IconExplorer

Memory Pool

43,108 transactions
26.45 vMB
0.06070090 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt efbe703ae850b14ab2760a0265e0999d608f67e7bc701089a411f7ede68d59b0
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root dea5efe92215499b119b7e52d2367e7feecb7e8944f901557ee9b52345914e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,400
Size: 1.00 vMB
Total Fees: 0.01228761 BTC
Feerates: 150.92 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (339,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,020 575,020 0000000000000000001ecc2a6b8535f3149ed2c58292f9aa0eec8410c3e33b92 3,205 1.00/1.00 vMB 82
575,019 575,019 0000000000000000000d6d91ba017c79979e5e676a5fe0631203f60ae623e056 3,159 1.00/1.00 vMB 92
575,018 575,018 0000000000000000001b3f0cf92b7dc62d02c113fb24d3330a43ca069b2e18e3 2,366 1.00/1.00 vMB 63
575,017 575,017 0000000000000000000dec4dfa0955fdefcd1778917f8339f32db81d656abc21 3,166 1.00/1.00 vMB 83
575,016 575,016 0000000000000000001d0e05d3fad2623ea8cd2a9990ace213e8e37f65cdadd9 1,656 1.00/1.00 vMB 62
575,015 575,015 0000000000000000002633ea678a6e32ec310f61ca2f1c09ba608136e13c37b8 3,011 1.00/1.00 vMB 79
575,014 575,014 00000000000000000004d8d19a4ea47af5748720eade68b4ad4fe622b1adad2e 2,862 1.00/1.00 vMB 78
575,013 575,013 0000000000000000000cc46ba2331fd9ac6249807ab115c60f55691ae1605d92 3,031 1.00/1.00 vMB 73
575,012 575,012 0000000000000000000c0d65c1dcb404327a2b19cea61dd50f20ecdbe254e5fa 2,308 1.00/1.00 vMB 93
575,011 575,011 00000000000000000008ce2ca9c08aa4e2aac8eee2af4a19caff100014e5924d 2,889 1.00/1.00 vMB 74
575,010 575,010 0000000000000000001d247ccf48ecebe61c1eee71acc657cb1ed4f3c4dc40c8 3,134 1.00/1.00 vMB 76
575,009 575,009 00000000000000000014c4e76d179dd979112a52cdacd5a943ebab335e6efd9e 3,190 1.00/1.00 vMB 72
575,008 575,008 0000000000000000000489211fd840a4adc540016ef0dcfc2237379898a3b805 3,083 1.00/1.00 vMB 84
575,007 575,007 0000000000000000000f84351c84a31d3aec24add7e8c8dec270e99cc2142adc 3,268 1.00/1.00 vMB 83
575,006 575,006 000000000000000000002831add9237f7d2cdc2c230bdf8730d221b6875c348b 2,924 1.00/1.00 vMB 146
575,005 575,005 0000000000000000001d7934b5fa6194824961de13e8e7a76ba63ab2daec1de4 2,874 1.00/1.00 vMB 74
575,004 575,004 00000000000000000010fee27aa0ce0d93f068d2d9327f2da5995f80993c96ff 2,934 1.00/1.00 vMB 92
575,003 575,003 0000000000000000000365eadaeaf2a4b2f07487c0382b847fb1f2cde1c627bc 2,500 1.00/1.00 vMB 56
575,002 575,002 00000000000000000009a7cd815465dbb7e7023608472b76bbfb42d8e94638d6 2,897 1.00/1.00 vMB 58
575,001 575,001 000000000000000000276bcd24aa65439760f1be7e88e6bd102049d1ad13ecd1 2,947 1.00/1.00 vMB 78
575,000 575,000 00000000000000000007df59824a0c86d1cc21b90eb25259dd2dba5170cea5f5 2,851 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.