Loading Tool

Explorer IconExplorer

Memory Pool

51,319 transactions
30.94 vMB
0.16014992 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 13e59a016cc63d7d8340e88d1386adae9d7e3280df8112e1f7a1ee79e2d2dc20
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (76,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,767 838,767 000000000000000000032d3cd6c86628859f01c003d18fd3603ebc530b8a5519 3,625 1.00/1.00 vMB 95
838,766 838,766 0000000000000000000314aa5156d4a36b2ad7941e3da0c597e689e66bb8aeed 3,275 1.00/1.00 vMB 90
838,765 838,765 000000000000000000031ecb8a707f4c7124d14410ef0aea6de94a43c46e8cfb 3,174 1.00/1.00 vMB 94
838,764 838,764 000000000000000000007417742fa61d7de2a153a86fb44b30b138c07c065a11 3,319 1.00/1.00 vMB 80
838,763 838,763 0000000000000000000109d66de8097e909c3c6686c34b2047f644b07c2c92b9 3,142 1.00/1.00 vMB 96
838,762 838,762 000000000000000000028d4b49a7d46ccd529b691aeaefeef5662949498a47fc 3,361 1.00/1.00 vMB 78
838,761 838,761 000000000000000000014ac5d3090edfaec0df9abf1f473b86248d74e85728cd 2,988 1.00/1.00 vMB 79
838,760 838,760 000000000000000000024ebeb3ab260d3fa9d4f21d964259ba7222e9a20753e8 2,225 1.00/1.00 vMB 81
838,759 838,759 0000000000000000000106020ba6c3a5eb4fe78514041dc0bdf9a7686331ae95 3,486 1.00/1.00 vMB 62
838,758 838,758 00000000000000000001111efd0477145ed95e80c59b9797ca74587cdf118999 3,259 1.00/1.00 vMB 70
838,757 838,757 00000000000000000000d111b7e61c91e25536a6be31f1c5a07c031ef9505459 3,175 1.00/1.00 vMB 69
838,756 838,756 000000000000000000019dcd08959c640d7bf293e37d811aafdbb847f7ccaef1 3,356 1.00/1.00 vMB 88
838,755 838,755 0000000000000000000159e4300e4bf873f862d6d7ffddf51144186d618a74c8 3,497 1.00/1.00 vMB 64
838,754 838,754 0000000000000000000008de17d5093c465fba42348a61f0f82974f374d7a0ab 3,310 1.00/1.00 vMB 74
838,753 838,753 000000000000000000013951ca2ec28e0970e6be56d493cec5f98037325999e5 3,427 1.00/1.00 vMB 70
838,752 838,752 00000000000000000000b2d5c624d4268815367b1dc030a1419901424c45cc09 3,422 1.00/1.00 vMB 89
838,751 838,751 000000000000000000033d449d1533a347caf42aa8f4ab1c3c9a7d2cbe983d7d 3,235 1.00/1.00 vMB 86
838,750 838,750 00000000000000000000a9a40085b2dab7ff810e539e0e1189b0835338f9810a 4,107 1.00/1.00 vMB 49
838,749 838,749 00000000000000000002290db97d61a3d1d1986c77d53f2bf574464a2984d02a 4,514 1.00/1.00 vMB 56
838,748 838,748 00000000000000000002494238dfe3e40f235c4f5479124fb97b1f0dee220d74 3,751 1.00/1.00 vMB 64
838,747 838,747 00000000000000000003109d898343bbfd85a16380b80b2786f92507bbbbe9b8 4,660 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.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.