Loading Tool

Explorer IconExplorer

Memory Pool

43,730 transactions
28.18 vMB
0.06735189 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt 7ce554f1cd2b01b4de68b9538087d6c3d0b0bb4397e55c6bb8dc32e46c42bb94
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9a661ab49be23dc097c8e35663c332565b7a77257f66c5c0f37148ede2e260b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.01409380 BTC
Feerates: 100.23 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (290,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,751 624,751 0000000000000000000eb17832bbc8d6979e244f9c63fcfab174b6ec6fe6ed98 1,187 1.00/1.00 vMB 10
624,750 624,750 000000000000000000069edd39c8c9eba9be36f96bf689c69c9125b661c4169e 2,151 1.00/1.00 vMB 10
624,749 624,749 00000000000000000012b803ddef6a0ac0a626b9e99b5018a18dd6f31fe814e1 1,885 1.00/1.00 vMB 15
624,748 624,748 000000000000000000129e7229ad002119db2bca5c8501bd526e13fe13d1c560 2,594 1.00/1.00 vMB 26
624,747 624,747 000000000000000000048888b0c4d597b230e5782671c467b321168801bd4361 2,906 1.00/1.00 vMB 29
624,746 624,746 0000000000000000000b4206126db1ca598a1935c8ce065a2365c6e7da555129 518 1.00/1.00 vMB 7
624,745 624,745 00000000000000000012163e167bb983c5173b95ad376d5218b096f46d2aaab0 2,245 1.00/1.00 vMB 23
624,744 624,744 0000000000000000000fb8b3828b04c17205ffcdedddc8be1d400d132d336460 1,557 1.00/1.00 vMB 11
624,743 624,743 00000000000000000013a605325a31ca606181e87870d8ca2d816dcc267540f5 519 1.00/1.00 vMB 12
624,742 624,742 00000000000000000000fe00dd750b15340676a1b9d3b49f202854274111b1ac 1,640 1.00/1.00 vMB 20
624,741 624,741 00000000000000000013e742ab6af6a1aa4fdb2bd7b6972bb41c4abc242c1e2f 1,926 1.00/1.00 vMB 17
624,740 624,740 0000000000000000000c92ae89db22b5ac6dd23b367fe4b0578510c5b0d2b1b2 1,982 1.00/1.00 vMB 13
624,739 624,739 0000000000000000000c9d2b6692ae45e5f784eecd3a4d6444a35137ba284fd6 2,442 1.00/1.00 vMB 18
624,738 624,738 00000000000000000004a16bed7b92d8ed6d6c7f286b4cd43b63c5e34710b29b 2,491 1.00/1.00 vMB 17
624,737 624,737 0000000000000000000514bb080c6852dbc3e278bbb70f73e1fb5b21e93462a6 1,448 1.00/1.00 vMB 15
624,736 624,736 00000000000000000004b840eb9468899bf1648fb2ebc6aa99bc251b6bc089a0 1,913 1.00/1.00 vMB 13
624,735 624,735 0000000000000000000ccb7948e64342992ff59a7f5a41107e9529e5044c2da1 3,156 1.00/1.00 vMB 29
624,734 624,734 0000000000000000000574e9c2bc83e1d9f55ba20102976740e3cb9449064a89 2,627 1.00/1.00 vMB 14
624,733 624,733 00000000000000000001474c2c9d218434ff306510b712f7b8cff1c083248dff 2,453 1.00/1.00 vMB 21
624,732 624,732 00000000000000000002868676c0695e11a6f10ffb36ed8211d890ec7780e104 2,853 1.00/1.00 vMB 21
624,731 624,731 000000000000000000110e75fa63fbce29ddec72a51a5c490019b17624a80011 2,918 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.10 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.69 GB
    • Received: 13.63 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.