Loading Tool

Explorer IconExplorer

Memory Pool

82,968 transactions
30.43 vMB
0.14905727 BTC
Random Selection Loading Transactions
Max Size: 184.34/200 MB

Candidate Block

Mining Attempt 2ec383ee158bf9cbdbe24c5a9d467b4e82f0f398d9f704fc72555ec026f386a3
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 7c544d2523fcd6dee4b87d729a9f3417f9b16152a90c907b9749731c43b745b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.06741052 BTC
Feerates: 150.61 > 6.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (296,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,744 618,744 0000000000000000000bb4dcdbde50e2b8e4adc8afff99d6c49d22006136b8e7 2,388 0.76/1.00 vMB 16
618,743 618,743 000000000000000000002beb8348a3ab46922e11a5ab520007c2b640ba3409cf 1,862 0.62/1.00 vMB 13
618,742 618,742 0000000000000000000431217081ee6e41447ed7f6de63bc7ae08ed5c5b6cdc8 2,744 0.86/1.00 vMB 14
618,741 618,741 000000000000000000060453aefbe1b3fbf08af67597d97828f9b0a6c1533176 411 0.12/1.00 vMB 16
618,740 618,740 0000000000000000000b0e5c2884b4f7831c443a3cd247f06f5cd322283423f7 159 0.04/1.00 vMB 21
618,739 618,739 00000000000000000009f7c69868dbe2bd70c5c0704fafd3145a94b7d1a4581d 651 0.24/1.00 vMB 17
618,738 618,738 00000000000000000004c4104c2346f5e039507fac72b83028fc5bb10e848b01 3,017 1.00/1.00 vMB 6
618,737 618,737 0000000000000000000a4484bea0cc5230822d33cba5c1a74dc9d84b452aad87 1,859 1.00/1.00 vMB 9
618,736 618,736 0000000000000000000ad68258314b51ec27dc109567de8baec116a692b9d4b2 2,671 1.00/1.00 vMB 13
618,735 618,735 0000000000000000000446017df399e042d7cbafa7f50e1712d197a96983746c 2,530 1.00/1.00 vMB 32
618,734 618,734 0000000000000000000287ddcf88b4fc3f8e6144f3ba1ebdb320253d70ba1692 1,055 0.34/1.00 vMB 15
618,733 618,733 00000000000000000000f02872b6347e8318805e753057d82912a4d615758d68 1,649 0.55/1.00 vMB 18
618,732 618,732 00000000000000000007b7ee243bb183f58843ddbdd499617c90e054443cf2b5 1,560 0.59/1.00 vMB 17
618,731 618,731 000000000000000000120dfd2cabf7899dcd6e5929401314e56d3fbdabfc2edc 2,565 0.93/1.00 vMB 8
618,730 618,730 000000000000000000097db13420588c85c7c2265e271770d9145193e56881ad 2,451 1.00/1.00 vMB 9
618,729 618,729 0000000000000000000ce2192b6de28ada5448261ec73d4a2b9fd0ce2c547b40 3,011 1.00/1.00 vMB 12
618,728 618,728 000000000000000000073e2ce325f84c21c8445ad4fa1945fac5c0c1717acffc 3,116 1.00/1.00 vMB 25
618,727 618,727 0000000000000000001119f3edc0b2f72f070c7dfdddd7f6943e715fdaa88b63 739 0.27/1.00 vMB 11
618,726 618,726 000000000000000000107f7ca43660e7933aace105df5f85b6d8e9bd2f926326 898 0.23/1.00 vMB 15
618,725 618,725 0000000000000000000956f0926fd6eb3e7527a30155382afc34e7f48b33f4ba 3,059 0.83/1.00 vMB 16
618,724 618,724 00000000000000000001bf579db7c5219be1d8f52816bf94d8858bc742e21074 1,162 0.29/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.63 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.33 GB
    • Received: 16.20 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.