Loading Tool

Explorer IconExplorer

Memory Pool

80,168 transactions
29.50 vMB
0.12559603 BTC
Random Selection Loading Transactions
Max Size: 178.55/200 MB

Candidate Block

Mining Attempt 9d81a85b60baca2d0f1fedb3ccc605dd6ae9d7d57bb8b2f81b802989f0b7fcc4
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 7508501d60b0370d6f4040edaf2de749d8f70d06e4c3c99d46b40405836d6337
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.04511774 BTC
Feerates: 477.45 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (471,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,793 443,793 0000000000000000021bd68c578ad46d4e4e6e983396a06654c2ed4912b7c890 1,634 0.87/1.00 vMB 42
443,792 443,792 000000000000000002a81ca15b71a3af293fdc30a73fa6d4d302c37e6564e931 1,845 1.00/1.00 vMB 71
443,791 443,791 00000000000000000204776037f42b660963d4b4b54f30541190d2e89ec96984 2,266 1.00/1.00 vMB 102
443,790 443,790 00000000000000000037ad263d1c0bc4f4f3e767a6d7dd726c88271c705c464a 1,457 1.00/1.00 vMB 52
443,789 443,789 000000000000000001d41ad2ad7fc5e092caf8a0c02f606d7cfb9726eb49bd02 1,969 1.00/1.00 vMB 63
443,788 443,788 000000000000000002fdb6e51ae4f19a5b4de918551c0f7a083fdf1c7ae7dfe2 2,568 1.00/1.00 vMB 97
443,787 443,787 000000000000000001879f405c0ab8de73d4023a9ce104af45ba88be0b4c7266 2,035 1.00/1.00 vMB 69
443,786 443,786 0000000000000000018a02bc3626d3f4f58b4925a0a21ff9507ee4217f5156d3 1,874 1.00/1.00 vMB 63
443,785 443,785 00000000000000000319efc3de0eb80a1faea147d78ed79c6a7663ed6f3e8d4b 2,665 1.00/1.00 vMB 66
443,784 443,784 000000000000000000dde0aeb520945f966f9cc5f2734bd80f96b7edcb23478c 2,411 1.00/1.00 vMB 83
443,783 443,783 00000000000000000157ec79574c70bd9532fbe1cfa9fa53ce6213b8ac954eff 2,251 1.00/1.00 vMB 86
443,782 443,782 00000000000000000153994956a3d21a2829459e4df4f7008ef88ea7919b89d7 1,726 1.00/1.00 vMB 80
443,781 443,781 000000000000000000a2d210fee8cd1f7c77d70049a48e6fa7e167f7f65596e5 1,997 1.00/1.00 vMB 89
443,780 443,780 00000000000000000287af8c00e8fa400c5392fe065c86b9ee1c76f942a5421a 2,503 1.00/1.00 vMB 95
443,779 443,779 0000000000000000006202dc7df836990419449a832c88c1e46f7bd089cd01fc 2,403 1.00/1.00 vMB 112
443,778 443,778 0000000000000000024e4c0ae30c859faf7cebbbb55810530e1e12d587d817d3 1,948 0.99/1.00 vMB 65
443,777 443,777 000000000000000002b8456af015c0b27dbc766e72eab55765ccd36e400cdc09 2,834 1.00/1.00 vMB 98
443,776 443,776 00000000000000000096b319d7315bea587dddbcd87294bb7e8302d142dfbc90 2,355 1.00/1.00 vMB 53
443,775 443,775 000000000000000003050beca23915b00f9a22fdc0c5cb5e321209d7a54ec122 2,272 1.00/1.00 vMB 77
443,774 443,774 000000000000000000016a291724160c5388b64ecb8fd73fb5ca0343b9c92917 2,754 1.00/1.00 vMB 87
443,773 443,773 000000000000000000ab81cad719208d7298d3a3665d358285d111b9fadfde30 1,765 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.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: 713.81 GB
    • Received: 17.48 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.