Loading Tool

Explorer IconExplorer

Memory Pool

35,689 transactions
19.29 vMB
0.07116915 BTC
Random Selection Loading Transactions
Max Size: 105.11/200 MB

Candidate Block

Mining Attempt 1a1fc9c855a44e68d003cf2feb2fe2fed28c51e98bdc58a5341c2f0e611ae9dc
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root 5ce725b66ef32e568fd84f85c129621d91cedee5a58bd32f8af40b09df77e0c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03377707 BTC
Feerates: 376.15 > 3.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (817,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,675 96,675 000000000003db490298adc33de535899f58f66fde44df73b50f5922da61b4d3 1 0.00/1.00 vMB 0
96,674 96,674 0000000000052d0c0d7c23cd67129b7de673617bfd586328dd945c825c49842c 3 0.00/1.00 vMB 0
96,673 96,673 0000000000052a0e95f7592310e42b1565af3c83a7faba631e9f019d1bcdd6de 2 0.00/1.00 vMB 0
96,672 96,672 000000000000e59e2522e44e230332f4d2af1c964a753c9319295d163dd07a4f 2 0.00/1.00 vMB 0
96,671 96,671 000000000002e97e11dc331ca744726cb2a07f3e4440c0aeeed0b3233172cb73 1 0.00/1.00 vMB 0
96,670 96,670 000000000003c396aa72edde7a92673a869f9db2ffc5ebd111f287473f5e7084 1 0.00/1.00 vMB 0
96,669 96,669 0000000000025c4ee6d0c6735bfa45d626ff36055eef241714e30d9c5f259438 1 0.00/1.00 vMB 0
96,668 96,668 00000000000120b46f75ffbe0a24ff805e5fb9858ba0975b6de695c218293357 2 0.00/1.00 vMB 0
96,667 96,667 0000000000080bfb7aa75f7dcb0ac2c085e49c261b651ac4fe1460786fc25d6d 1 0.00/1.00 vMB 0
96,666 96,666 00000000000142915aeb92795bb9e344033f830b9c26bd9b43e7c754eed1365a 1 0.00/1.00 vMB 0
96,665 96,665 000000000006ccfa3cb07036796ff371fe6ccecbecafa178a4f007eaab877bb5 4 0.00/1.00 vMB 0
96,664 96,664 000000000005d63ed0a94d175fc929f906e2c049dcc83696ea3f9fae04107d60 1 0.00/1.00 vMB 0
96,663 96,663 000000000002fce9c726fbe67cc2bb50c6e0d92ba98f8f48f9dbcfc898192b66 3 0.00/1.00 vMB 0
96,662 96,662 000000000003ef2e2cdb7861383b35b527fe4bd270560c041a31d2378f86f890 4 0.00/1.00 vMB 0
96,661 96,661 00000000000064e0a2062522afed460feee777e01ce733f9bda82bf431aefeae 1 0.00/1.00 vMB 0
96,660 96,660 000000000004411fe2a86b8a3e5cf0cc067b3fa8819534e22628dfff5399f60f 1 0.00/1.00 vMB 0
96,659 96,659 0000000000058f5f019912f3776c33cef078c7e3e7f0d8a7ccc6a1bea4d30632 1 0.00/1.00 vMB 0
96,658 96,658 000000000001986c3f51482c3eab3c156e10588c8b302ffc321d653e27b83b1e 1 0.00/1.00 vMB 0
96,657 96,657 000000000000f2031d7684e3271e3e4a1b526acb1592872eced2273cdddd9c88 11 0.00/1.00 vMB 0
96,656 96,656 000000000000adfac7ab80081bb54e94d16c20004efad471d106d1c16cd6593f 1 0.00/1.00 vMB 0
96,655 96,655 000000000006de1d51270019c4091863c411768e3ee96b76ed0bbcaaa37e7ade 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 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: 528.36 GB
    • Received: 5.59 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.