Loading Tool

Explorer IconExplorer

Memory Pool

81,222 transactions
30.39 vMB
0.09750772 BTC
Random Selection Loading Transactions
Max Size: 182.25/200 MB

Candidate Block

Mining Attempt 804c8bc8f551ce2b061b57ba24c018c6dff8e28dcba3e597b7e6f16d93eb04f9
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 98926e610760a2d31be5da12ad6b56ab010970f2401492ac5d55cbcafe7f78a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,050
Size: 1.00 vMB
Total Fees: 0.03366818 BTC
Feerates: 301.07 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (423,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,897 491,897 000000000000000000b0bb5f53e27d54f206ce33dc6f756f2f2682605fce4110 132 0.05/1.00 vMB 66
491,896 491,896 00000000000000000010b46dffc96ba2c00d2b7c61f7a39efe4c9f52ef9d214f 641 0.24/1.00 vMB 91
491,895 491,895 0000000000000000008a59add433dcabf21b332b1e647e6db2ffae5673b3d144 2,044 0.83/1.00 vMB 73
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
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: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.98 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.