Loading Tool

Explorer IconExplorer

Memory Pool

77,307 transactions
29.06 vMB
0.10000213 BTC
Random Selection Loading Transactions
Max Size: 174.88/200 MB

Candidate Block

Mining Attempt c14a452320691a9658d7c9a4b792b2f5111059c3662491d4b9e0c51045ea0a86
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (507,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,968 407,968 000000000000000003f60c8f0f1b07ea2a94ab7921ba071170407e23012ff5cb 322 0.20/1.00 vMB 35
407,967 407,967 00000000000000000503f53d0ad1b03ecc87e1a854c1acf28b24476ff80c6d0b 464 0.42/1.00 vMB 26
407,966 407,966 000000000000000002225b1bf2e3d8243c09971ba73ffa293bc83fada9ed82d2 1 0.00/1.00 vMB 0
407,965 407,965 0000000000000000006edd7f1e0ad83c0ca308421cdf950cb0bde2207b5772a0 1,133 1.00/1.00 vMB 24
407,964 407,964 000000000000000002af0e46c37a17f1e2651c1a11981409e26ef3522f9c83b1 1 0.00/1.00 vMB 0
407,963 407,963 000000000000000001213a459045a586cabc5b032610b61ddc97b2f73fedccea 1,023 0.75/1.00 vMB 24
407,962 407,962 000000000000000001d4eef31b53023dc7b6f43395bbbcffbeee17ae215e6ee2 1 0.00/1.00 vMB 0
407,961 407,961 0000000000000000031c4aa9ee82c88194ca771139cafd4001a383b4931bd500 2,801 1.00/1.00 vMB 56
407,960 407,960 0000000000000000029a36eb2ea0d19fe2be978ada823ae5d79690c390a5fd80 2,261 1.00/1.00 vMB 39
407,959 407,959 0000000000000000048da371dcf5bb1436a32fa7aa36a30fd52c8628fa2a3ef2 2,690 1.00/1.00 vMB 56
407,958 407,958 000000000000000005a1bb3391a2aa31b9091f54e35b932d9c6022e9c6a79266 3,190 1.00/1.00 vMB 57
407,957 407,957 0000000000000000030f5877ac9efcdfe2a5c9ea089acf02f9b035e9105652f8 1,859 1.00/1.00 vMB 30
407,956 407,956 000000000000000004f3d6cb42bf0fd639dcf33f1ef0d174c1c8bbd6a81c9ac4 650 0.53/1.00 vMB 21
407,955 407,955 0000000000000000014769d3a1fead3eb6b408254f8465f5e100d36cef4df62d 2,591 1.00/1.00 vMB 42
407,954 407,954 0000000000000000006829e2b203814d1a1258aefc6eab2cbb8aa2c20b6c4fa5 2,447 1.00/1.00 vMB 48
407,953 407,953 0000000000000000037cde0706af4eb8418a01929e6ff941088f3f8a79887e1c 653 0.60/1.00 vMB 34
407,952 407,952 0000000000000000013d7931ec7489927de67f697270d0fe7913a7f2120f74b8 2,646 0.99/1.00 vMB 49
407,951 407,951 000000000000000000a3036456874675044002d46d57b15caf46294f6527288f 46 0.02/1.00 vMB 37
407,950 407,950 0000000000000000002968ccefd4d782d94443ff79717e70b3fddafbae5b8b20 891 0.33/1.00 vMB 48
407,949 407,949 0000000000000000027c592f006f7f21f52c186703e693043bd21b7d21c045c2 1,081 0.51/1.00 vMB 35
407,948 407,948 000000000000000001f53861ffd12a1a3d09554ee042eb1102c6a2f0785e6482 329 0.21/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.