Loading Tool

Explorer IconExplorer

Memory Pool

40,683 transactions
28.28 vMB
0.06352300 BTC
Random Selection Loading Transactions
Max Size: 144.40/200 MB

Candidate Block

Mining Attempt 8dc60fc7262e91f7d9b884408d32c0e63f29e0de1ab0cd4e0e009bd5cc94327c
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root bf5e84c54f9978c4c5736c1a870851b5332820deb3f9b1604dfd075c5bb1d4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.00907760 BTC
Feerates: 87.72 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (502,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,123 412,123 0000000000000000021da893560fbc8a65a07c81e13abd12c1f23937f1e85597 1,481 0.93/1.00 vMB 27
412,122 412,122 000000000000000000ab9ccffd131378dcd9a196f4c14f5360c938e860d0e023 1,824 1.00/1.00 vMB 45
412,121 412,121 0000000000000000035ac225a44075e3f03415cd8f6262b24451ebf09b8bdbff 2,541 1.00/1.00 vMB 56
412,120 412,120 000000000000000003e09545e5231c95bad69974f96da3116f03a000ca3c449a 2,602 1.00/1.00 vMB 65
412,119 412,119 00000000000000000266f3903fcbce3f2e3a65341aa149b8cb15bc4386a4defd 638 0.29/1.00 vMB 48
412,118 412,118 000000000000000003046a03476997edd7800f1620c307f4128ceeb878bee6a1 1,311 0.88/1.00 vMB 37
412,117 412,117 00000000000000000384ae1d956a5c387651d45cfd7629a0130896a2d08af7b1 1,065 1.00/1.00 vMB 23
412,116 412,116 000000000000000002ae5431b46833090e8cfe668c8a397ee1d6227287022cb5 2,288 1.00/1.00 vMB 59
412,115 412,115 000000000000000001285f082b46c7aba8adbdafea16f5b5f2ad44912552ced7 1,991 0.99/1.00 vMB 44
412,114 412,114 00000000000000000377f9f50d6e5dcf763d445d184bf48f9e6586ad479131a9 2,380 1.00/1.00 vMB 58
412,113 412,113 000000000000000003d6882e014c5eb610c4d53a2354369431682c540f022a5b 1,570 1.00/1.00 vMB 28
412,112 412,112 000000000000000002ec447f1a12f21d79d7ad042622377010763c180769c766 2,331 1.00/1.00 vMB 48
412,111 412,111 000000000000000002832b64f0ee23281223ba6352e7b95b9cae5b1589f01d18 1,793 1.00/1.00 vMB 46
412,110 412,110 000000000000000001c0b840d43de5168eb47328a2e0c4d7ce4a81823b015b87 2,782 1.00/1.00 vMB 106
412,109 412,109 0000000000000000030356e028b760ddfcc0e52dd91d436d6d017ebf75210324 2,628 0.99/1.00 vMB 69
412,108 412,108 00000000000000000390a63b51f38660e5321b312d0fd9b6091a9a1f4246113c 1,339 1.00/1.00 vMB 29
412,107 412,107 0000000000000000051db6723b90a1bf181db86b44fe68980f5e27002425d64e 2,049 0.99/1.00 vMB 51
412,106 412,106 00000000000000000085d9cabe805aed1e981bbe1eba925a5c2c95c36cf4ca19 2,094 1.00/1.00 vMB 50
412,105 412,105 000000000000000001c265ea3ea39d254fdb28c78c93e4ba2f83a08d7c2f5703 523 0.25/1.00 vMB 50
412,104 412,104 0000000000000000011af3c57b4937cda2291acb68c3e2969b27791d53bb6dd6 1,213 0.99/1.00 vMB 25
412,103 412,103 000000000000000001d3e6fa31ed4cc70dd6554f1d5e9b3a55f1092d83ef3d7f 2,029 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.