Loading Tool

Explorer IconExplorer

Memory Pool

80,218 transactions
29.63 vMB
0.08912897 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt 407d4e63b3df1e69bfa24cccb4eb391d7fd9d7b29876621a840f8766f014dd00
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 6b1dde644e44dd1541505f989f16532ce9f20474afaa51cc02bdbdc180d40684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.02366522 BTC
Feerates: 90.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (117,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,129 798,129 00000000000000000004825397393026bd3676fd52faebc783bae1598f8eaf5a 1,806 1.00/1.00 vMB 11
798,128 798,128 00000000000000000001380c8942e68230898b34208fc9ec6653e281301cc7ca 2,977 1.00/1.00 vMB 19
798,127 798,127 0000000000000000000073e78f0ae906d34bd9770a28d3ecc2957bd19c78453a 3,349 1.00/1.00 vMB 22
798,126 798,126 00000000000000000003f7e7392e9ff9132c410d89681bc2c984ec3e7f04d5d1 3,308 1.00/1.00 vMB 15
798,125 798,125 00000000000000000002a11ea95f6515689357868a4a2bb8ed27b4e53b03c3df 3,505 1.00/1.00 vMB 14
798,124 798,124 000000000000000000010fac5ded9fc4eeb02af414d80035edb6efd89fde51b2 3,023 1.00/1.00 vMB 32
798,123 798,123 000000000000000000003a90578d67d5ee255bc20a2ed3ec4302481967297308 3,079 1.00/1.00 vMB 14
798,122 798,122 000000000000000000028c5e417cf522045fd6e671144a5baf5ca3b9026b9ebd 3,016 1.00/1.00 vMB 21
798,121 798,121 00000000000000000003aad90e100db52c3dad2a6b1dd1b28d0b05edfe56098b 2,918 1.00/1.00 vMB 10
798,120 798,120 0000000000000000000527c8434f0443aabb0ec84b9f3bf1ff8e6cbbb73bcef5 3,415 1.00/1.00 vMB 14
798,119 798,119 000000000000000000004046711b23c70380b6850d1acf5e6c86239844a2a04b 3,573 1.00/1.00 vMB 17
798,118 798,118 000000000000000000000f2c9e55bbf78035811a12503671eb304c68eace9b6e 2,687 1.00/1.00 vMB 13
798,117 798,117 00000000000000000004d3380ab487cd5e109dd0e3494df5bc93b5c3fb05b697 5,890 1.00/1.00 vMB 5
798,116 798,116 00000000000000000004891cd469ca7b19840d54c699ab1bb9ae9127aa37ec1c 3,332 1.00/1.00 vMB 5
798,115 798,115 00000000000000000002fae63c062efcca47bd5841cbb7fd8a45c89121ddad3f 2,254 1.00/1.00 vMB 10
798,114 798,114 0000000000000000000245b7a3ab355e49358b0dbf92d048fca931be78cda6bc 3,461 1.00/1.00 vMB 14
798,113 798,113 000000000000000000019707a9f719986fffdd6831a7dd787e432d96a6abdc72 2,785 1.00/1.00 vMB 22
798,112 798,112 00000000000000000000c3ddc1e04862d227ba1770570eecd1d51118d23c6166 2,404 1.00/1.00 vMB 6
798,111 798,111 000000000000000000015559f1a2867deacdda9a574ebe8e977b649830c47b32 2,695 1.00/1.00 vMB 14
798,110 798,110 000000000000000000023417511a3203121f81df60f1e0669d094211dfbe1f9c 2,051 1.00/1.00 vMB 13
798,109 798,109 000000000000000000023e6ce27d6ce6c2743515d99a9fb0e3d158c21b48206f 4,012 1.00/1.00 vMB 8
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.