Loading Tool

Explorer IconExplorer

Memory Pool

29,282 transactions
24.63 vMB
0.07248116 BTC
Random Selection Loading Transactions
Max Size: 122.25/200 MB

Candidate Block

Mining Attempt 7055cddcd2e3513188eb80d66f2fc2095587b7afe44ac6f472f5b3d6b424a94c
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 0004f063f2303baf37881f84ddfee1cedde30a6a102171306b5ecaf0b6f01952
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,989
Size: 1.00 vMB
Total Fees: 0.02873776 BTC
Feerates: 150.93 > 2.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (307,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,773 606,773 00000000000000000012db5657eac52eda957f4f792448fa4aa29f9be63f3359 1,546 1.00/1.00 vMB 39
606,772 606,772 0000000000000000000911dda0b24c78767314de17270206fdbdd61c31491c5d 895 1.00/1.00 vMB 77
606,771 606,771 00000000000000000003aa5956211621181ddd9cafe9a6637cee28801802b3d8 3,060 1.00/1.00 vMB 40
606,770 606,770 00000000000000000014db941ac80afb7afc06c8654bdb12bc42724d36c4e9a7 921 0.26/1.00 vMB 18
606,769 606,769 000000000000000000096a0d16bbdbced41bd768c1ecf45798a3db13c256ec03 2,092 0.97/1.00 vMB 7
606,768 606,768 00000000000000000012f827d0cb6e681bdb37c4da5228055cb8d8f16cb3e0d1 2,542 1.00/1.00 vMB 7
606,767 606,767 000000000000000000009051d579f3678bf05776a083e7fb9bd87eec58fb491b 2,916 1.00/1.00 vMB 22
606,766 606,766 00000000000000000009c2feec001af86f36c570e655d7d5ea50f3226b782422 2,900 1.00/1.00 vMB 22
606,765 606,765 00000000000000000003d57ddd149c67af79f52dd09fc19ad4fb7e838667ae42 2,852 1.00/1.00 vMB 46
606,764 606,764 0000000000000000000ac8c2e474b6626c364f096517f80df4aa6e9d2bef1e04 1,383 0.50/1.00 vMB 15
606,763 606,763 00000000000000000006f6d4576ed40b5046aac9bfea3f0187ffd09fa178a88b 1,042 0.42/1.00 vMB 15
606,762 606,762 0000000000000000000c2d11af97d33bbc86aa499bb94557e412fe96e38e0153 1,944 0.57/1.00 vMB 20
606,761 606,761 0000000000000000000b900dfeb6d25603f2619152098aa1f5c288655a3a798d 2,332 0.81/1.00 vMB 11
606,760 606,760 00000000000000000001793edaa865ae0dd571805c2753a805e1c26d87e6dce4 2,852 1.00/1.00 vMB 16
606,759 606,759 00000000000000000013a7b4c11a4829f410b4685df2df9802f176c633110565 3,238 1.00/1.00 vMB 28
606,758 606,758 000000000000000000018b9782e0c3f40f8d4aa56c958ed45a013de920f317dd 554 0.14/1.00 vMB 14
606,757 606,757 0000000000000000000d0ec66e9d4c2e460931c0959045a1cdaf23784b45c81b 1,001 0.33/1.00 vMB 20
606,756 606,756 0000000000000000000cf985fd31490df376c3e379b9f8bf0a064cebcfe95190 2,367 0.90/1.00 vMB 11
606,755 606,755 00000000000000000002e2c0122a4bb2231950fef002e318a639e37542cbe603 2,928 1.00/1.00 vMB 38
606,754 606,754 00000000000000000009ad299b4c50694a5e1b2f82c823c26fa0c1336b6e2c9e 2,136 1.00/1.00 vMB 13
606,753 606,753 00000000000000000012defa463ea345c179a6108e6daed3290a772842c48c7e 2,000 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.86 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: 642.06 GB
    • Received: 12.53 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.