Loading Tool

Explorer IconExplorer

Memory Pool

46,089 transactions
31.71 vMB
0.11860622 BTC
Random Selection Loading Transactions
Max Size: 161.66/200 MB

Candidate Block

Mining Attempt 66e0f87c69086fda702a5c2a4b5d10a416256d765a267c1b781742ff86a5e7ff
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 537fb9c1bdf4e8f377e2ed59342c5a758b488bf1c5e0d76298684c49a27d7504
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.04943078 BTC
Feerates: 301.05 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (390,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,148 524,148 000000000000000000196f7f3119d298d7becfcd66bb02ac1c24754bb76b4fa4 1,679 1.00/1.00 vMB 29
524,147 524,147 0000000000000000002fd492200feb069cb9c3e3029f979c48bff159e5202b7e 1,229 0.75/1.00 vMB 33
524,146 524,146 00000000000000000028f5741b2682ab5a8d9588b4c8a438c7dac8919867b2b6 2,516 1.00/1.00 vMB 36
524,145 524,145 000000000000000000417047c3d7e9b0e0e23ab50a288de1b74f69ee04c2df6b 635 0.27/1.00 vMB 32
524,144 524,144 0000000000000000001dcf4ca22986466e2e338449dc051bbf77a51da951a078 1,857 0.90/1.00 vMB 42
524,143 524,143 0000000000000000000a5c78091a075a98ccf41eb167290c71baa514ab998803 581 0.19/1.00 vMB 26
524,142 524,142 00000000000000000001afae4c35f7bb47e6a2f0885f938fa47490aab58a6c9f 257 0.10/1.00 vMB 24
524,141 524,141 0000000000000000002bd8d38cb08825c056540ee5e26c8dd95dd38d98375d59 625 0.35/1.00 vMB 51
524,140 524,140 0000000000000000001335498fde325769233a9a63d68ee4ca07142a92017946 903 0.35/1.00 vMB 36
524,139 524,139 00000000000000000019f69820bc2bee86e49ffa9ab248c1b0a6272d021a3d65 963 0.47/1.00 vMB 5
524,138 524,138 0000000000000000000b25c780e3da418d3be4bae2d940129ed9002f837067c4 2,168 1.00/1.00 vMB 44
524,137 524,137 0000000000000000003511ec0d8aa040ffb0873308d7305d26309b3f29030724 2,077 0.89/1.00 vMB 25
524,136 524,136 00000000000000000012d9f60e5609e4039b5b6f62e16984d536b2baceb7660a 1,780 1.00/1.00 vMB 22
524,135 524,135 00000000000000000019d2d6beb636da5eff73349f42cb22c37ccfdbaf409cf7 2,674 1.00/1.00 vMB 40
524,134 524,134 0000000000000000002ca51cfb4e63b6819a179d6ca18bc385f1561883d3d373 1,723 0.77/1.00 vMB 32
524,133 524,133 000000000000000000379d99a754e0ee4432b2ddb381b2a1c6d0247989787140 1,117 0.68/1.00 vMB 26
524,132 524,132 0000000000000000003add0c451cc60e2420c0f37360e9ec7adbbeb755a4061d 2,028 0.98/1.00 vMB 14
524,131 524,131 0000000000000000002cb5766f34d14b9da306a6a814f31fea2135956100a4aa 1,992 1.00/1.00 vMB 36
524,130 524,130 00000000000000000007f1f89a1222827836082110516979458ebc4f576ccb1c 2,337 1.00/1.00 vMB 9
524,129 524,129 00000000000000000022040756a8581cb3a5fab4a7c26751f7cf6d9fc6b6ed88 2,677 1.00/1.00 vMB 41
524,128 524,128 0000000000000000002196aaad32736c19ed1cfc9bd9cd1828b74cae646cfd6e 2,087 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.43 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: 609.48 GB
    • Received: 10.69 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.