Loading Tool

Explorer IconExplorer

Memory Pool

33,078 transactions
25.27 vMB
0.07307563 BTC
Random Selection Loading Transactions
Max Size: 127.31/200 MB

Candidate Block

Mining Attempt 09ec2cc327cee9b9d4a99e0a158088985224dbf9bb5575ade074db3a56ad7fe7
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 18eebd0a35550dce71a0965c4ce4307c27a64cdccbb4bff0fa7700c9aeee662b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02466640 BTC
Feerates: 100.60 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (307,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
606,752 606,752 0000000000000000000effc3d8070f84b8b0f895447fb86516d40a869a05a4b8 3,103 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.87 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.84 GB
    • Received: 12.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.