Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
29.54 vMB
0.07103853 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt dc3657f71a0c31a4dd82d7cb3ad2abb95cb0fcba82c3b47acc9ef0ef7cb866fe
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (354,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,034 560,034 000000000000000000194fde0f8f5b93df3bb5d9964fc4af013dbc77c7705a70 504 0.44/1.00 vMB 26
560,033 560,033 00000000000000000018d5027b0288d08c71d7df2f57fb87fb6b713fe38e5214 1,877 1.00/1.00 vMB 8
560,032 560,032 00000000000000000022173c8ddc70b4015232008ae760722eefbd9e1cd927b7 1,034 1.00/1.00 vMB 8
560,031 560,031 0000000000000000001a3fb63f8911b5a19a78737e4740e1954daf470e40a307 2,129 1.00/1.00 vMB 9
560,030 560,030 0000000000000000001ffb1110ee6c6f6a37c09e92497456afe61e33d749309c 2,666 1.00/1.00 vMB 16
560,029 560,029 000000000000000000176a1c1119e1525de258c10df3a1bae55ba281732cb0e0 2,703 1.00/1.00 vMB 21
560,028 560,028 0000000000000000002235ede5e57b218ca87385d3ee5155e8baac595ffa0953 2,758 1.00/1.00 vMB 5
560,027 560,027 000000000000000000054763e288dc479108a74e83b7324092981e4fcff94cf7 2,782 1.00/1.00 vMB 21
560,026 560,026 00000000000000000017f11b7b72ca9a232436bf42298aaea9b0c9a24996fb00 2,702 1.00/1.00 vMB 33
560,025 560,025 00000000000000000018dbc7bea6bcea0e3441b0f0e048dd913fd532444bbb6c 2,956 1.00/1.00 vMB 39
560,024 560,024 0000000000000000000d83afeb5a3cbe259b3607c584ba2ccf727196ab879931 2,056 0.82/1.00 vMB 8
560,023 560,023 00000000000000000020da230946a85b561e1f5e9f04e4de2561e8ae53617b4a 2,369 1.00/1.00 vMB 12
560,022 560,022 0000000000000000001dfdb76805898d368d3fbb3a099b8f447423c1880d2baa 2,877 1.00/1.00 vMB 18
560,021 560,021 00000000000000000001fdfb3d465d4fecc96c2d0880c54a85f36e8e6db09f86 2,930 1.00/1.00 vMB 17
560,020 560,020 00000000000000000022518ee30d70ca6d6956fdec1ee6c6eb5a338902a7723b 2,997 1.00/1.00 vMB 14
560,019 560,019 00000000000000000015be549b1572212b19b31526cc8063e6bb178a6aef42ec 3,026 1.00/1.00 vMB 33
560,018 560,018 0000000000000000002c80dbf4b948b537ffba28e76086145d487e8003e5dd3f 2,939 1.00/1.00 vMB 24
560,017 560,017 0000000000000000001b82a50c54dd6a38d6184afd710cbde95bf6d8b6735a37 726 0.34/1.00 vMB 2
560,016 560,016 00000000000000000010b4273b4e4dbcb09ba06977d6243e70847694c7689f29 2,933 1.00/1.00 vMB 28
560,015 560,015 0000000000000000002cef360991fef60f3ff63fb57b912bc6a28567ff11cef0 1,443 0.60/1.00 vMB 2
560,014 560,014 0000000000000000000bbf7009ae95e503b2da886bec815fb53f43eb3db28364 2,913 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.