Loading Tool

Explorer IconExplorer

Memory Pool

42,415 transactions
29.03 vMB
0.07046586 BTC
Random Selection Loading Transactions
Max Size: 148.93/200 MB

Candidate Block

Mining Attempt 9b2e5ece78890fc2bda21ba3c21a87fd4db65585d740aa7a56e3f5ca98f7c0eb
Version 20000000
Previous Block 000000000000000000005c365b22f45149ff6010986598bcca955a5eec769236
Merkle Root 9568e9ba95bec913cf028565a9ec6dd0c3440b53b0cb2d088761e7da200192b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,144
Size: 1.00 vMB
Total Fees: 0.01384607 BTC
Feerates: 101.28 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,613 (876,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,928 37,928 00000000900259c7f0b46e903a8c2a2d0583ed5443d239333794f01943bb4689 1 0.00/1.00 vMB 0
37,927 37,927 00000000370b41d111dc0fbb371289c61c467a75d1b0d090c088631331e8e15d 1 0.00/1.00 vMB 0
37,926 37,926 000000006d62c5ab412615afeebc2110da42c3548a965a9dc0ec5569b8037ed3 1 0.00/1.00 vMB 0
37,925 37,925 000000006a5605d1e6476b14f246c0751c9c206cb312e572f48d181c34f5eb04 1 0.00/1.00 vMB 0
37,924 37,924 00000000578a174d59e790ce78d26b7e2ea2540302fde705e4751d60c11a6d5e 1 0.00/1.00 vMB 0
37,923 37,923 000000004ecce22973347ffe12feba80a0cb554f79eebbd958b2993b964f8089 1 0.00/1.00 vMB 0
37,922 37,922 00000000127a16135199e96954286f0035d9bafd4d9e9235fd8734e633b95c15 1 0.00/1.00 vMB 0
37,921 37,921 000000001ac31c81afd519c8c9daa1d5bd3456a84c109807eb66e22ed94562f5 1 0.00/1.00 vMB 0
37,920 37,920 0000000055ad2f5ff8ad3ada47f3d95d39d20b444f092f1a902c0260723a5f89 1 0.00/1.00 vMB 0
37,919 37,919 000000009861002a0e53ce8128a3f7dca30deab651ca0872eb61a28cc6d868ad 1 0.00/1.00 vMB 0
37,918 37,918 000000008c38dd86ad721f3a312874cfcc79ba099b50a110096d31832febf99f 1 0.00/1.00 vMB 0
37,917 37,917 0000000059d5cf9d5b443ba84603f421d77d834d6d57b4a665ab5db614e114a7 1 0.00/1.00 vMB 0
37,916 37,916 000000004c9ac9f66a70f205bef6575e8fc643efda41ac2989490e48710f6e1e 1 0.00/1.00 vMB 0
37,915 37,915 000000002dbb372de7345a9e5319b616c8bfb4eebe974caafd7b40002b9cf750 1 0.00/1.00 vMB 0
37,914 37,914 0000000010f3e08dcc456e4bf171f99a4b57bf68406bd04ec4f111eb9ca0d2e5 1 0.00/1.00 vMB 0
37,913 37,913 000000005769033ca9b09a4a6ea60afd87fdd2a92a32f45fe4b1386456863228 1 0.00/1.00 vMB 0
37,912 37,912 00000000321c4072b890b5ea75772a37bb6279a75d7dedc76757ff3b8d1b65c6 1 0.00/1.00 vMB 0
37,911 37,911 000000000639d2373955bf33c2a52305f5cea0dc8c3658a493efc4e8ca7f1459 1 0.00/1.00 vMB 0
37,910 37,910 00000000288d25762bac929859cce0a52deba596430eb4d1d4150eae4150bd4e 1 0.00/1.00 vMB 0
37,909 37,909 000000006c0135878c2da6c46cf5874a1371b3ec0d8c90b13aaace9eb87337cb 1 0.00/1.00 vMB 0
37,908 37,908 00000000b047568ec7a9e1d4eb55360c427d0618902a24f151c42064b14e5d8c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.25 GB
    • Received: 11.89 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.