Loading Tool

Explorer IconExplorer

Memory Pool

80,698 transactions
30.03 vMB
0.12389796 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 58b699f05a69592df8ac459fec58e663e25da9d96bcb9c3eb656c7ed330194ff
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7342c36640d47cbc0b96944ae4458b9c73376b7a10f0bfa08d8771fc2c3f440f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,669
Size: 1.00 vMB
Total Fees: 0.05117941 BTC
Feerates: 242.90 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (437,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,776 477,776 000000000000000000456bbf3d7c25531c1f4b84ed65eeae68ef5fb60f7e1bbc 1,757 1.00/1.00 vMB 60
477,775 477,775 000000000000000000718c01f787bec49d4c4a1fc48bce29e49cf4282101100e 1,762 1.00/1.00 vMB 188
477,774 477,774 0000000000000000009894ece068a2afaccdbb67c615bf7a4582cd95a47dec0f 1,578 0.99/1.00 vMB 111
477,773 477,773 00000000000000000063ea4a2d40fd7829eea771b7f9f8604288fbc60307924d 1,648 1.00/1.00 vMB 103
477,772 477,772 000000000000000001069fa35491c6bf6aaf4cecdb1c0ab667ce3230c7fa67ba 1,829 0.95/1.00 vMB 135
477,771 477,771 0000000000000000015c30dbcf2658006a07894e96c7b795b77db24e47410806 1,765 1.00/1.00 vMB 74
477,770 477,770 0000000000000000013058dc19e6541009d386bb1d496710cd5693018e165ecb 1,113 0.87/1.00 vMB 85
477,769 477,769 0000000000000000003fd856eda93f65dbdaa8152706519c3a5bfdb2ebeb6f44 1,630 1.00/1.00 vMB 202
477,768 477,768 0000000000000000004b3f9edef77fd1d2d016f873cad000d6df9e5b5a5079ef 729 1.00/1.00 vMB 35
477,767 477,767 0000000000000000010dd164d0ee3b7d70047bf511aecef109b5c59cb2831a0e 477 0.27/1.00 vMB 148
477,766 477,766 000000000000000000949599c930c268ea43673f1863b7e57db6e117e012bd2c 2,048 1.00/1.00 vMB 73
477,765 477,765 000000000000000000753a90c91e9dd76967627637b916845500b4b4c5733ad7 1,616 1.00/1.00 vMB 145
477,764 477,764 0000000000000000013c32088e266ed3e062e526690b0e9c025b58d757d7714d 1,237 1.00/1.00 vMB 100
477,763 477,763 0000000000000000002257d200202764615cb2afd2368131da2dbc3c63c4bae0 1,236 1.00/1.00 vMB 139
477,762 477,762 00000000000000000156f7041d9350f36cce08f904021d5a3a25915f239bcacf 1,623 1.00/1.00 vMB 190
477,761 477,761 000000000000000000f446fce8749d729f1395a06952ae6e86b955b7ce36390d 1,365 0.99/1.00 vMB 104
477,760 477,760 0000000000000000002d05fc2929d05adb9917243409c145defc4e2b1cefae61 482 0.99/1.00 vMB 41
477,759 477,759 000000000000000000fa918672bd24d5ae6551cefb9cbb9c03bb06fbb07d32f3 583 1.00/1.00 vMB 26
477,758 477,758 000000000000000001076699b06745b3d659f326fd6a996e7a8dee672c2d08a4 1,356 1.00/1.00 vMB 78
477,757 477,757 0000000000000000006998f2f3ff4bc35602a9a3d49dbd684ddab79307c13358 1,363 1.00/1.00 vMB 117
477,756 477,756 000000000000000000dc4a9ba06593f3f09eb510f37b25c4f753fca54e1036fa 632 0.40/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.