Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.06 vMB
0.12570174 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt bb9ec93e60edb3554c1e701a74659588fedf74d50ec6d55065f951e8763f81b9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (542,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,757 372,757 00000000000000000c189c0b15bc7c1cb6881b6c1472cda53ff42c1efe4b51b5 818 0.88/1.00 vMB 56
372,756 372,756 00000000000000000ed6d8bd296b58f32e8a920a5f6ea7e4a7b2dfeda318d200 2,069 1.00/1.00 vMB 31
372,755 372,755 00000000000000000b978c137a1fbda2028fc8a8ef06065335492e9060840929 1,122 0.99/1.00 vMB 55
372,754 372,754 00000000000000000abaed3482df55e3b1cd8f21451cd822adf7649aaa571514 562 0.75/1.00 vMB 45
372,753 372,753 000000000000000013f7c2b2093ca11a3dd27e76dd0176c8865ef7e20010f0ca 2,521 1.00/1.00 vMB 34
372,752 372,752 00000000000000000bda01c8a29ad1a812dea2c15e30a2fc646a4a077afda47d 619 0.75/1.00 vMB 46
372,751 372,751 0000000000000000073ee25f53424399da1e58eb268c45d6f64c9518f1ff6f22 913 0.93/1.00 vMB 53
372,750 372,750 00000000000000000140c38330b53c5f82b209801463e6e506332f354b2ac456 2 0.00/1.00 vMB 0
372,749 372,749 00000000000000000e878ab9605b4d745ec681d72d8ae68bbf507b601689c7f8 1 0.00/1.00 vMB 0
372,748 372,748 0000000000000000087a906ef22ae3e3914af17d72a9bbc2805c57577ec86f21 513 0.81/1.00 vMB 43
372,747 372,747 00000000000000000bd1b42ad8c9c6a219d945479ac1b9d38d9fd93a11f42ae2 1,023 0.89/1.00 vMB 47
372,746 372,746 00000000000000000e7b74abc7b095b5cdb6c89d875b5cd578177ea65d01d0ac 562 0.81/1.00 vMB 47
372,745 372,745 00000000000000000ffb7b4903f9971b0fe17855e564e6a53fec5edea3dd7459 476 0.79/1.00 vMB 43
372,744 372,744 00000000000000000f526048dd3a541aa61b2dda58472fe860f336d2ed4385e3 512 0.81/1.00 vMB 43
372,743 372,743 000000000000000004db0c455e05e581a25d0909f8360c1bfce6a76c15e25035 735 0.85/1.00 vMB 49
372,742 372,742 000000000000000004f48b5476ae5cfa7f3fd714a66c7324ff107cc01cf29ea5 604 0.84/1.00 vMB 45
372,741 372,741 000000000000000001181f63416713f0e57aa39dfc51e87eed566ff081653a8d 685 0.85/1.00 vMB 45
372,740 372,740 00000000000000000c60f60473dfd49b7a0e9f466e75a6274c6a27b4d0c939f0 1,775 1.00/1.00 vMB 28
372,739 372,739 000000000000000005159124164429d42b56d777b6a0bb5e2f1ae2fd615cffa9 1 0.00/1.00 vMB 0
372,738 372,738 00000000000000000c6e4c3d6bc52517aeb078e061360ac8cc38482924feede4 2,523 0.95/1.00 vMB 46
372,737 372,737 0000000000000000085ce46c19d3db9fd4999a75adb973e878f5f6e1c7d6f42b 638 0.82/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.