Loading Tool

Explorer IconExplorer

Memory Pool

67,794 transactions
25.93 vMB
0.06291927 BTC
Random Selection Loading Transactions
Max Size: 155.88/200 MB

Candidate Block

Mining Attempt 9e7f05d7976a461a287323fe507567307997d4e50ade61592e69a45a91b0b0b6
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root aa5d836ae8ccb92bbe69d3819649d9ae8be6fae0409d43c88a22bb3e85a03928
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,552
Size: 1.00 vMB
Total Fees: 0.00805657 BTC
Feerates: 86.29 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (847,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,930 67,930 000000000350785229eab8fda4066fa34d9bccbd1c4a11dfd5a0973d9eb7500a 8 0.00/1.00 vMB 1,335
67,929 67,929 0000000002cbabb93678b69c851cd262fbe950c20d312a3d66ba9368fc1fa7d1 1 0.00/1.00 vMB 0
67,928 67,928 000000000353834a6df92bf761bc7588285ace71891f85a070aff169e8e94ce5 2 0.00/1.00 vMB 3,861
67,927 67,927 000000000368a64c40733f18efaadcc424bbb4cc7801a2f83f79c6febfee7934 7 0.00/1.00 vMB 1,102
67,926 67,926 000000000212fbf005cd93bebc2562494d03484eb5b5ece9ad52ba133477183a 2 0.00/1.00 vMB 0
67,925 67,925 0000000004688d38810ca400647b3f672b6813bb9e0668f9c7822c8ff39bf33e 1 0.00/1.00 vMB 0
67,924 67,924 000000000445421f5ac9040e23f8c6ec10a35c62f83652640bf16d1e5302aba6 2 0.00/1.00 vMB 0
67,923 67,923 00000000053c3547a0e574d12695548ca7888087cc093d118b3d6c2cf5746397 1 0.00/1.00 vMB 0
67,922 67,922 0000000001780aa35e51ec835b67248ad1e47ec77e583c40b70fafaf0472656f 3 0.00/1.00 vMB 0
67,921 67,921 000000000571022e59c53eab4984c2794778ab46afeaee867fde4750500a810b 3 0.00/1.00 vMB 1,934
67,920 67,920 00000000037cb73f52940283a016aa9e772db2dce9691abbde0d3bbf12c97ab4 5 0.00/1.00 vMB 1,899
67,919 67,919 0000000002e3e8f980ce884db5922781ab2dd26cd428f94409d6871dd613b1cf 1 0.00/1.00 vMB 0
67,918 67,918 000000000546541b36a7a56787ccc2d100018e3531343eebe0ee83097975a3be 1 0.00/1.00 vMB 0
67,917 67,917 0000000004a62db6cde4d69fa77005c69c87f35518ad4724e575582b1bbfb7c4 3 0.00/1.00 vMB 2,217
67,916 67,916 000000000135514900ef5310e7332397c319cf28fb3d65730a6e8d2a5f9510a3 1 0.00/1.00 vMB 0
67,915 67,915 00000000059773680a69fae596c11088f326f5d53b05a30cecae68b4661bf806 1 0.00/1.00 vMB 0
67,914 67,914 00000000037320a173b8271c98d52aee0315491f86ab989f33205db530191e4d 1 0.00/1.00 vMB 0
67,913 67,913 000000000093756f144bab7da144c6af440d8bb94405005e013f18a85390b110 2 0.00/1.00 vMB 3,875
67,912 67,912 0000000001a279878aec8b4bd4a3a59d5c29d6785f0a3a302e473a2b7e8991cf 3 0.00/1.00 vMB 1,930
67,911 67,911 000000000218f164815b9b20c5159099e865a221110895a0f81ea412e6a33ffd 1 0.00/1.00 vMB 0
67,910 67,910 0000000003eb278e35436d5627d058d709f818ae23d1461d7a1563c70ef7538d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.95 GB
    • Received: 19.32 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.