Loading Tool

Explorer IconExplorer

Memory Pool

75,195 transactions
27.77 vMB
0.07645798 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt 6677a74cf003061c0b4b84f65465a6bfdb2ae227e3b0c6a5c8945204dec81f1e
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6db0628ad63df9e9e33bb3100428cdd934917710c776aee2cddf2b513f3e4706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.01701176 BTC
Feerates: 100.00 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (450,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,894 464,894 00000000000000000031bb6d73991dc31eca50bff190a277b57249752e2f5136 2,104 1.00/1.00 vMB 273
464,893 464,893 000000000000000000c34806f3655e55b62584f339bc194bb07e2f708da88670 1,714 1.00/1.00 vMB 182
464,892 464,892 000000000000000000317d2469fea1a9e347ac78be59153b0d073abb747e7a2f 2,277 1.00/1.00 vMB 199
464,891 464,891 000000000000000000af8d8500f62840a37f956f609bc06b5da48512fcb53929 2,661 1.00/1.00 vMB 232
464,890 464,890 0000000000000000015ac24b81cd22c5ee021d4834ff4ebceb2801a6a0ec8787 2,366 1.00/1.00 vMB 202
464,889 464,889 0000000000000000008db94895421dd5c9688ef0a6c74cf4556c56636bb645ad 2,585 1.00/1.00 vMB 225
464,888 464,888 00000000000000000106751626a6aecb2939286e4cf09d8f55c947c26c452db7 1 0.00/1.00 vMB 0
464,887 464,887 000000000000000000f06ee23e100e20cfb3cb79b69219d5eb7c0b534d86d85f 2,707 1.00/1.00 vMB 254
464,886 464,886 00000000000000000080efec0ebac86484075869e3492a9660181951696ab40c 2,168 1.00/1.00 vMB 174
464,885 464,885 000000000000000000b08bdc02388269dbe9c57d3ff5c70919467fd86fea812e 2,536 1.00/1.00 vMB 231
464,884 464,884 000000000000000000dc4a94c79c13de441a7682b71774efe9977afd8357e97f 2,034 1.00/1.00 vMB 176
464,883 464,883 000000000000000000782ce0e8a574a5d94eb9d3d1f4550cf7436a1798a91ce6 1,789 1.00/1.00 vMB 171
464,882 464,882 0000000000000000010a318b8b7e1da6ec815ada37fc12b321ea2c4c2543fb37 2,503 1.00/1.00 vMB 199
464,881 464,881 000000000000000001109fbcf025b282c3d67bca50451bf33d251380d12e59eb 2,156 1.00/1.00 vMB 131
464,880 464,880 000000000000000001ca7246e778d6f179821f09eed608377b5eaff0a0e663b5 1,781 1.00/1.00 vMB 128
464,879 464,879 00000000000000000094e5c08953388e2d689f3f0d139bd4e1922e2b6804104b 2,065 1.00/1.00 vMB 167
464,878 464,878 0000000000000000013fd58f49e6c253ee34fd7618c12a3da4ff2c3dfd893b57 2,980 1.00/1.00 vMB 214
464,877 464,877 00000000000000000130612ecfdf4a1b45d4e7020e12da013039f44bd5625faa 2,598 1.00/1.00 vMB 164
464,876 464,876 0000000000000000018431f95564592caa24eeda91c8dcde705d40d3dad85b74 2,152 1.00/1.00 vMB 133
464,875 464,875 000000000000000001ea25a04986b8cd69635ac41db07a41304a0893a1bbc97e 1,312 1.00/1.00 vMB 149
464,874 464,874 000000000000000001ab320997250c4d385775d3e4e6ad573ad4cbdf443d9ce9 2,466 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.