Loading Tool

Explorer IconExplorer

Memory Pool

85,750 transactions
31.45 vMB
0.13582564 BTC
Random Selection Loading Transactions
Max Size: 189.65/200 MB

Candidate Block

Mining Attempt 7f9c2d6cc23f5703dbaba775c0c9c56b2dcaa9e799f2658f5eef7f61ea5f66f4
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 000611e362d6b579658b5fc02b771dad933e1183d92d80cbc350719e25df7a04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.05851448 BTC
Feerates: 214.31 > 5.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (250,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,661 664,661 0000000000000000000835308923bcf2e6558f85ccfb709b3ce1ddf3ccd2c717 1 0.00/1.00 vMB 0
664,660 664,660 00000000000000000002ea631edfd036bf26c0b04c0c16c96b1411545d23e427 1,980 1.00/1.00 vMB 60
664,659 664,659 00000000000000000001085844e88179c96a42775a8dd31c9c023568f52b6452 2,248 1.00/1.00 vMB 60
664,658 664,658 00000000000000000002e5fd6d485f53d2efe8a5efd420ada29411ca3253c086 2,845 1.00/1.00 vMB 61
664,657 664,657 00000000000000000006aaf43ba779665df8779640d4657e9c19a9dae60b1904 2,738 1.00/1.00 vMB 78
664,656 664,656 0000000000000000000073362e7282a1cb9fa52e4bf016a62c70a4808ecadb9c 2,928 1.00/1.00 vMB 77
664,655 664,655 0000000000000000000d0594730ec1e2d71df8d5bff9dee98b5f57982ceabd86 2,833 1.00/1.00 vMB 85
664,654 664,654 00000000000000000001801a00e3617ea4d870a71d5c3fe309a899107f1e643a 3,059 1.00/1.00 vMB 94
664,653 664,653 0000000000000000000b70bd2826dbb95e15110526bc42d9b5c731655aabbd96 2,669 1.00/1.00 vMB 93
664,652 664,652 000000000000000000017ec9aacd80f9cfa6fc7219edc451d06dc2ac87d9618f 2,717 1.00/1.00 vMB 84
664,651 664,651 0000000000000000000a089491112e0ca4480a79b11ef153112eccc89794b85f 2,744 1.00/1.00 vMB 85
664,650 664,650 00000000000000000003e5544b6bbde799204b2bc809d58943f69381abb528db 1,538 1.00/1.00 vMB 84
664,649 664,649 0000000000000000000d8317275bd0fd6bf70f6148af90a40d10f7ddee4ec62b 2,328 1.00/1.00 vMB 77
664,648 664,648 000000000000000000033ead5c515470651329dd4655fa5f5765bc6f3d2d40de 2,938 1.00/1.00 vMB 95
664,647 664,647 0000000000000000000c49f96b7ab2bc834877d57eb403665ad06e05cfb220e1 2,958 1.00/1.00 vMB 79
664,646 664,646 0000000000000000000875c4a1eb5e6206cd027b3e7693626adf21c2e7e04428 2,752 1.00/1.00 vMB 96
664,645 664,645 00000000000000000001892dff4e91a5d0aef060cac583c054148d4794a02f4f 2,884 1.00/1.00 vMB 100
664,644 664,644 00000000000000000003503b14347716a7127ebc92d13b749e195ba68bfc38e0 2,668 1.00/1.00 vMB 99
664,643 664,643 00000000000000000006927d7f1352e5817b3b43ed1d0c66b0407ae24e77de39 2,433 1.00/1.00 vMB 95
664,642 664,642 0000000000000000000677a189a293af222b1d2425bbfbc9d46660bc134d5f4a 1,042 1.00/1.00 vMB 92
664,641 664,641 00000000000000000009dac4f1c7988df0dc14052f7e636a742079b5413b372e 2,069 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.