Loading Tool

Explorer IconExplorer

Memory Pool

85,305 transactions
30.69 vMB
0.13959289 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt 141f0fd10d644cba86045df13221b366e77d90082e16ddb63ab690225cf785ca
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ec89088dd3c5351fd2b9cbfa3d3f4738f8053640231ad48fe8819b3ff0b0967b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,245
Size: 1.00 vMB
Total Fees: 0.07633851 BTC
Feerates: 170.36 > 7.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (253,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,095 661,095 0000000000000000000042615ec4af21504289f75e955ddcbe383ba5dca64117 1,184 1.00/1.00 vMB 15
661,094 661,094 00000000000000000000170c87555150e88b02319792b00a15e06d7691aa3c3b 2,150 1.00/1.00 vMB 32
661,093 661,093 0000000000000000000539ef69e1b768cf14bc9809a8d93cc13ce25e4d655dd9 1,611 1.00/1.00 vMB 15
661,092 661,092 0000000000000000000e2ef1405f549a5c5270fa17d6331cf1f7522d6353f42a 2,115 1.00/1.00 vMB 8
661,091 661,091 000000000000000000065cc6ccc6dd09686136845e7e4fb3286a52888dd77b1d 2,702 1.00/1.00 vMB 34
661,090 661,090 0000000000000000000187692b5e0f46dc8749dde719a18b93f6db6acae55306 2,391 1.00/1.00 vMB 26
661,089 661,089 0000000000000000000714a7522482691051887f964eecb0950cc3144e6a2d3b 2,627 1.00/1.00 vMB 38
661,088 661,088 0000000000000000000e76cf4a68c8897f8c9c57a93b3a5dafbea594b3db4a9c 1,824 1.00/1.00 vMB 64
661,087 661,087 0000000000000000000c8d49fb93fbd849b31c29006b55d5ad85be2d01261175 3,274 1.00/1.00 vMB 77
661,086 661,086 0000000000000000000a3d68bdbf6454b177db9803d067ba0fd33a81d3243f59 2,092 1.00/1.00 vMB 4
661,085 661,085 000000000000000000074dc4e1e2dd7ae57a84e13cae42cfa4fafb1f4f939b25 2,573 1.00/1.00 vMB 18
661,084 661,084 00000000000000000001b78cf83e790b5fa6467a9c30c9664b3ae1021f6b8b35 2,825 1.00/1.00 vMB 64
661,083 661,083 00000000000000000008c54550371fa00609e9bb33f0fdb832b59a2f66a69479 1,961 1.00/1.00 vMB 23
661,082 661,082 0000000000000000000789913bf75a78dbbb7db023ac6ca7e215ca11f29ea230 2,191 1.00/1.00 vMB 40
661,081 661,081 0000000000000000000dec00cb968ceb818ed4428868b911022029b458844d0b 2,246 1.00/1.00 vMB 49
661,080 661,080 00000000000000000002ee2c47c8c7b3b3ef7a4334c40bafa097faef1f21ba2f 2,079 1.00/1.00 vMB 18
661,079 661,079 0000000000000000000a23e9eedd7a374d41bc3a17854518eb95572245aebffb 2,335 1.00/1.00 vMB 20
661,078 661,078 00000000000000000005ceca08ff84ce2581a7b692e600efeefffcb2f78fec15 3,096 1.00/1.00 vMB 26
661,077 661,077 0000000000000000000cfff28a685240e8fd8afd7781d182a7c0e77909a1d240 2,912 1.00/1.00 vMB 44
661,076 661,076 00000000000000000006bf811b97b3c37a0b1252468fbbc3a472a5e2ffb34197 2,616 1.00/1.00 vMB 57
661,075 661,075 000000000000000000003eeae42f4a94cb9da76e0922caea22add60b5749a755 2,329 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.