Loading Tool

Explorer IconExplorer

Memory Pool

80,464 transactions
30.15 vMB
0.09055071 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 4080db37d65e6325744429d9e760b78bde1d72cd9b64d3c0b8280566de99b665
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (423,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,894 491,894 0000000000000000001fbad88785459c90d266a3d7b5c8118e8638f16cb7a27a 1,737 0.70/1.00 vMB 62
491,893 491,893 0000000000000000008470a42f84fc3db95a9281e8d6c938eee828de37521413 2,325 1.00/1.00 vMB 98
491,892 491,892 00000000000000000035eeca24e2e85592484700ff03beb90d5479b18a59902c 1,852 0.73/1.00 vMB 76
491,891 491,891 000000000000000000a68b01f7fb85c84cb68c8e6aa8b8c346da64e61c29db95 2,241 1.00/1.00 vMB 83
491,890 491,890 00000000000000000048129394b546feaef5499446bad73626c963f9424df505 2,063 1.00/1.00 vMB 84
491,889 491,889 0000000000000000003bcad13b71eff32871ad35cf523596ed9efc82c024e3a6 336 0.15/1.00 vMB 77
491,888 491,888 0000000000000000004d51329a2a1ebec78f4f8e56fc3df36a0dec9dfdff43af 1,380 0.71/1.00 vMB 80
491,887 491,887 000000000000000000e658ce8264cffdfa606740c79752978d4d5fc28c07e1e1 2,004 0.96/1.00 vMB 73
491,886 491,886 0000000000000000006698e500c5a3c8753a048f51532848f7a69ad5d5bb060c 858 0.41/1.00 vMB 78
491,885 491,885 000000000000000000d02c2c22aec8de660e2d0fdd738c1bc5259dfd4de5a1b9 207 0.13/1.00 vMB 54
491,884 491,884 000000000000000000c0b28d023a2ff80fcaf0529a0b3d423fa1edc883c6c62c 232 0.09/1.00 vMB 105
491,883 491,883 0000000000000000007842ac5a700d5cfd8ad47ce0203cf2d9ae26949046f91b 1,490 0.62/1.00 vMB 78
491,882 491,882 00000000000000000095167ae40ec440de5abfc57c3b4467a4f7275b9a76c40a 898 0.40/1.00 vMB 68
491,881 491,881 000000000000000000722002d4c1b035bf59204bf99ff6fc618845035a6864f7 445 0.18/1.00 vMB 110
491,880 491,880 000000000000000000111543ed6ce1b86abf711fdf402db78753357b0bc2d68b 596 0.25/1.00 vMB 112
491,879 491,879 000000000000000000da56655fa07517576a33ed6f7133bbd2c4eb12266bdefc 615 0.30/1.00 vMB 88
491,878 491,878 00000000000000000037b22b95fc319a4b85aaa7c6d6dc08f66eded6a2c489b4 728 0.32/1.00 vMB 92
491,877 491,877 000000000000000000d53d0f5864eca7dc86326077a2de819e8475ae9df7abb4 1,741 0.86/1.00 vMB 8
491,876 491,876 000000000000000000cb5b44b3ebb260fa02c9bdb1beb90828e398441ef5bd3c 2,207 1.00/1.00 vMB 31
491,875 491,875 00000000000000000000f1a0943afc5ccd099127528576219cad7c4aaa4065a7 2,034 1.00/1.00 vMB 94
491,874 491,874 00000000000000000003fb70edf97cc8f4d5a1255af6e61e36f1c67f8f2733e1 2,346 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.