Loading Tool

Explorer IconExplorer

Memory Pool

79,367 transactions
29.70 vMB
0.10276430 BTC
Random Selection Loading Transactions
Max Size: 178.67/200 MB

Candidate Block

Mining Attempt fd9c8f98222847e248f5071770b448dcb7bb4cb4cc5a5e6f9e56fcc3c3ca3997
Version 20000000
Previous Block 00000000000000000000c28f97d0d0f6d7014302f0ff4cb1282347d049fef91f
Merkle Root 74241fbcba41b338b41e1a0536d3ef6569b6dc4d7043bbbf05b3d31d99b92696
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.02760092 BTC
Feerates: 200.00 > 2.77 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,593 (803,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,885 111,885 0000000000012d2a4bb2b7cebb7effbd53889b2ebbb5b3430d812edd3c9d7d04 12 0.00/1.00 vMB 0
111,884 111,884 000000000000003d029ae6a6ce79319d9ab52ff485ea51e38c3a4c0e05421b63 6 0.00/1.00 vMB 0
111,883 111,883 000000000000af0a296c68a4f6c3d83e6a34d3ac41c553027589c512e52e532c 12 0.00/1.00 vMB 0
111,882 111,882 0000000000009543538a72eff01fff76802b2af60b33a077a72a4f48c4d81fac 9 0.00/1.00 vMB 0
111,881 111,881 00000000000002fe35f3db986662ff67952967de19e7dd6ef3495d78ad5e983e 12 0.00/1.00 vMB 0
111,880 111,880 000000000000e5213298522450df2cf443b3e82d7ec1b48abf34d94d053c3077 10 0.00/1.00 vMB 358
111,879 111,879 000000000000280b5bac9b0588a86e7e193407ce6ab463d53d8c183c9373b3ff 12 0.00/1.00 vMB 356
111,878 111,878 00000000000080541bbbcb301878eed6f7c74a3c28abeb5fac948f5daea87221 12 0.00/1.00 vMB 0
111,877 111,877 000000000000ad1314b5757e084b60880fbe36cac05b07c7746d02d6173cdf1e 28 0.01/1.00 vMB 0
111,876 111,876 000000000000a9495ac93df8f2c10c4cae77d816cd80a98819ec66176fdb5310 3 0.00/1.00 vMB 0
111,875 111,875 0000000000007d34cac6ce38214acfd6cbcaba008b81142a8d25062f37c36bf2 6 0.00/1.00 vMB 0
111,874 111,874 0000000000005ce284ffbe31bbb80b973e331eca38a9e3b04e55a07c37428297 4 0.00/1.00 vMB 0
111,873 111,873 0000000000009bbd45f80ac69457d46f84136ad5ccddb23355e7ce06e209cdc6 12 0.00/1.00 vMB 338
111,872 111,872 0000000000003aa6a1c85da06e9865c307bc8d10917a671f1c089dc6e4fa5bbc 1 0.00/1.00 vMB 0
111,871 111,871 000000000000fba5ecca67c6d8f2aa1d44869625da2e2eddbc0956fdb2d33ff1 3 0.00/1.00 vMB 0
111,870 111,870 000000000000e422b3ef2b8a3d051afd0abf5668de6f437ae16dd6b858135afe 1 0.00/1.00 vMB 0
111,869 111,869 000000000000de090cfaaaa6b5181299b53a7cb70e600fb0128924f99faafd16 2 0.00/1.00 vMB 0
111,868 111,868 00000000000039c2036528443638714f022505e7da330a8f87d65f1635f1ac75 12 0.00/1.00 vMB 0
111,867 111,867 000000000000f31953fee1bfdbd835dbdcc3776d277c2a84f077c2cb7501d7f1 12 0.00/1.00 vMB 0
111,866 111,866 00000000000124864dde146242948157d8933da8f0f68893f12e789fa28758bc 13 0.00/1.00 vMB 0
111,865 111,865 000000000000c0dca127c9847a9a4b6cdfd11b28939ca379520103a3e3a8b13c 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.42 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: 770.43 GB
    • Received: 19.87 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.