Loading Tool

Explorer IconExplorer

Memory Pool

85,843 transactions
32.00 vMB
0.21241846 BTC
Random Selection Loading Transactions
Max Size: 191.35/200 MB

Candidate Block

Mining Attempt e858ca524fb16ee4da3f4f3a82e9bee5300656c33e78a86cf8c6d04cd8db4ac0
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3d8fbafbbdc05c7d05cf4e3bfd9b4a114de44781c97f089e0391352bbf1436cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.09585227 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (106,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,696 808,696 00000000000000000003abceaa6add9a90bec3060b8467ff2a867ea44c6d3bde 3,133 1.00/1.00 vMB 32
808,695 808,695 00000000000000000002503c541246c5cb5f9166b1bc37a60e6fc0fa3a770979 1,396 1.00/1.00 vMB 40
808,694 808,694 000000000000000000047921d2356634134b2c7708cc1050c485a6e562eefea4 3,256 1.00/1.00 vMB 30
808,693 808,693 0000000000000000000023f67e1d04af817eda6a2ebcfc7e20f07127f92aee17 1,961 1.00/1.00 vMB 44
808,692 808,692 00000000000000000003dbcaf6f4dc3ecfdc43dcd9c767861633b8b8ce29f993 2,553 1.00/1.00 vMB 30
808,691 808,691 000000000000000000015200e4eb6b7015ce28b17c93eeea97bf4c93f291c1fc 2,152 1.00/1.00 vMB 44
808,690 808,690 0000000000000000000264f1f4f5237e4379de316982f5b0fcffd15dde37477f 2,855 1.00/1.00 vMB 31
808,689 808,689 000000000000000000008d3fcbffb7457a5f24da27a62dc5827b63ab718acc2c 4,207 1.00/1.00 vMB 38
808,688 808,688 00000000000000000000f10088a6f62dcd3355ce2a68da6b785709f958679fe2 3,616 1.00/1.00 vMB 50
808,687 808,687 00000000000000000002298d40b151d980d4254eff6ae52a63a03f1b7c9a4288 3,628 1.00/1.00 vMB 24
808,686 808,686 0000000000000000000260a761e45ab13d4abbecb068ccb54cef9912b0372696 3,241 1.00/1.00 vMB 32
808,685 808,685 00000000000000000004a328c6b68ffc670f13031309e314da66643d71edf294 2,368 1.00/1.00 vMB 31
808,684 808,684 0000000000000000000370cd2e1128edb33ee88a196af30fa326fb6fc32827c6 3,478 1.00/1.00 vMB 44
808,683 808,683 000000000000000000014a00c06eb3595566944c3a6d14bf455ab78521350ee6 3,304 1.00/1.00 vMB 45
808,682 808,682 000000000000000000038c269eedd8af63dbb9911a4437b2e7dbe42e42670083 3,797 1.00/1.00 vMB 32
808,681 808,681 000000000000000000001f774dde3083bc4988b2a46016f7c2cea42588badb7e 4,997 1.00/1.00 vMB 21
808,680 808,680 00000000000000000004a841cfaade9b24e90d83c2c1ee319daeb7800b9f7a8d 3,046 1.00/1.00 vMB 27
808,679 808,679 00000000000000000004121dc8777de63258dcf40a57f085eb70e8e5140760b4 4,768 1.00/1.00 vMB 30
808,678 808,678 00000000000000000002561e1e9e110add7e63f716c3b460499d7b1445f93d1f 4,243 1.00/1.00 vMB 28
808,677 808,677 00000000000000000002df55a8eba95939cad0ddbe41c4ee2147143891eab6e9 5,789 1.00/1.00 vMB 25
808,676 808,676 00000000000000000001ac51f4311ff4ee578a434d10ac44b65526da9c8cfc5d 3,802 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.