Loading Tool

Explorer IconExplorer

Memory Pool

77,173 transactions
29.26 vMB
0.09329440 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 494963fd7e30fe67278ef4302b1414507df658ac12f3f7355e7021f315b1842b
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 44c9a0394e659c345d6ceab191acdd01a9f05b0bca2c2d32bc9353b4ba718511
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,757
Size: 1.00 vMB
Total Fees: 0.02077741 BTC
Feerates: 82.92 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (265,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,919 649,919 000000000000000000080484bd5dd522f6d1cb8480f3cf5a2f00473c76e7a2ce 1,156 1.00/1.00 vMB 5
649,918 649,918 000000000000000000078d48d0bca97bcfb6cf25b9f6153676198cc2b167acc3 2,386 1.00/1.00 vMB 25
649,917 649,917 00000000000000000008dd8e7bcdf57d9e676c4923987f5ff6b855dff976f423 2,295 1.00/1.00 vMB 38
649,916 649,916 00000000000000000001ed9249b14684491190b9adaeb5e2a1a5aafbea8c9e30 2,031 1.00/1.00 vMB 11
649,915 649,915 0000000000000000000060f5ae7a3c8bb27f1c07e63d6b981832dd8a192626f8 2,746 1.00/1.00 vMB 57
649,914 649,914 0000000000000000000084334b077b7968c3e2713d1d47538d8490e7af8521ca 1,767 1.00/1.00 vMB 11
649,913 649,913 0000000000000000000ccb6beccef962e43d2c857957ec21df5f66a7ae31ca6c 2,712 1.00/1.00 vMB 38
649,912 649,912 00000000000000000007671dbdcab5afe3a7fcedf2336650b1dfc8da721ef11a 2,627 1.00/1.00 vMB 29
649,911 649,911 000000000000000000054ee052e0ae74ff0e218bb0440ab6cf623d85f7657923 1,996 1.00/1.00 vMB 79
649,910 649,910 00000000000000000007d4bf90b9e6b009fae39b979bee20f32a054683b122e1 2,583 1.00/1.00 vMB 64
649,909 649,909 00000000000000000001b1bdc29ceb7ac97628379974ee036d0390eb8e3d672b 2,566 1.00/1.00 vMB 58
649,908 649,908 0000000000000000000705e1982677a6247f95f38b3e48a9ecac7b40f92fa557 1,659 1.00/1.00 vMB 44
649,907 649,907 0000000000000000000cf64f2bc328e04f5af53d17b66953bbd50d34bb945153 1,716 1.00/1.00 vMB 25
649,906 649,906 00000000000000000005e2a137f9d0ad2650017bfd27c1c828f321e8f6500ffa 2,098 1.00/1.00 vMB 49
649,905 649,905 0000000000000000000c20710ab8530c41b1f16db46cee47ec60460d4b04cda8 2,719 1.00/1.00 vMB 18
649,904 649,904 0000000000000000000b8b471f53affdf607422fbaf54481674c679c35240510 2,873 1.00/1.00 vMB 38
649,903 649,903 0000000000000000000e0346036af27c11c5f29bcd02c15bdd5f5c1f1eee49db 2,544 1.00/1.00 vMB 28
649,902 649,902 0000000000000000000c1a12ef194528cca70ec6da4a21789e229dc02ed91816 2,471 1.00/1.00 vMB 44
649,901 649,901 00000000000000000002fe92c7c263230d6d17d73cf54811748c720818a6b182 924 1.00/1.00 vMB 59
649,900 649,900 000000000000000000085ea92e60612ad3d6e58a848f213acd8eb154db683ed2 768 1.00/1.00 vMB 66
649,899 649,899 00000000000000000003bdfa78f54981c3d54f368b9caabcaa1a997d606b03bd 2,433 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.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: 713.07 GB
    • Received: 17.30 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.