Loading Tool

Explorer IconExplorer

Memory Pool

81,762 transactions
30.53 vMB
0.07777101 BTC
Random Selection Loading Transactions
Max Size: 184.06/200 MB

Candidate Block

Mining Attempt 1c220a89df2ff0d3a6991f9e0fe2e32520e2025c0f24a442cdf827fa80a94ede
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 42ffb3251178c4520e7c1d788615de8d5cbb3efbf925e94410b4674165c89b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.01462507 BTC
Feerates: 40.91 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (423,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,900 491,900 000000000000000000b2b1001a65adbcb8891ac6aae5f490ffd55c6516c06ac6 222 0.09/1.00 vMB 62
491,899 491,899 0000000000000000006025ad4ee262d641b9feb22c335e0a3eb6401d1bb53a91 270 0.11/1.00 vMB 61
491,898 491,898 0000000000000000004476be841fcce453a71702fba2bac2b2acd693e45d9946 1,689 0.75/1.00 vMB 75
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
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.