Loading Tool

Explorer IconExplorer

Memory Pool

82,441 transactions
30.30 vMB
0.14267942 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 366846508f8fc19e5c2c188e0a154a1255152c0aba3f11dc4e151a0d2fec86b1
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d178dce8bf58423b7a2f63600262b68bba9113ea70e113cd016b23ea10dfe1b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.06471097 BTC
Feerates: 137.89 > 6.48 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (738,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,748 176,748 00000000000004de3b350b10b02bd7fa14f8f22016b1290da3de9833f6804048 128 0.04/1.00 vMB 56
176,747 176,747 00000000000005b31980dc13224e45d34741d7a2516ad83cb6feae4c1b765fdc 14 0.01/1.00 vMB 112
176,746 176,746 000000000000051c0bfaba63a4375f397107d2952cbd1611da532f1c674318a7 4 0.00/1.00 vMB 909
176,745 176,745 00000000000006b584e0087913af4e1bc10e2702a15586a956ca6e5066f45272 127 0.05/1.00 vMB 151
176,744 176,744 00000000000000304c90084fc2ea580698c4ad0db96931b1fd97c487a432026a 9 0.00/1.00 vMB 84
176,743 176,743 000000000000064a37a22e15c00295f2d6e04ce0631fac70f29d28db60fac67e 39 0.01/1.00 vMB 98
176,742 176,742 00000000000008b313d17bfc1e17b169960a35477f8412dd402f6016d157b8ce 18 0.01/1.00 vMB 32
176,741 176,741 00000000000008c25354654c64f9deb2d0a6d9e1510398cfa5c53842a88f78e2 28 0.01/1.00 vMB 398
176,740 176,740 000000000000006232ad789c708ed64282a7c8e496325f994310a1399c559501 33 0.03/1.00 vMB 27
176,739 176,739 00000000000003d38cf3643b653ecfa234f6e9b36108fb50deccbe9bc681a802 128 0.04/1.00 vMB 10
176,738 176,738 0000000000000a66ed15f6902a04812a78ca916019ef5b5f2d818bb8e6d664f8 9 0.00/1.00 vMB 48
176,737 176,737 00000000000004f36190f83fa8b620a515934642f4140b760f2fc1611bb898d3 23 0.01/1.00 vMB 356
176,736 176,736 000000000000040fe8b5bba6b601cc033a8b9beb6fc2199a39767154aa988f2a 49 0.02/1.00 vMB 36
176,735 176,735 0000000000000226f185eb57246a9a8da2d650c2d8d28f4fb51e6120775d80c1 69 0.03/1.00 vMB 12
176,734 176,734 00000000000001c0e8b706c9f7c15b0d38e0aeff357fc71fd316f05aa339060a 74 0.04/1.00 vMB 250
176,733 176,733 000000000000009bef7a30b3337cbc783c69cd5604a0e9d9c4b29d9a4c2a8ace 18 0.03/1.00 vMB 743
176,732 176,732 00000000000007a4241c58b32d984f0ccb768dbe4c135a38394b2d9aed9870fd 42 0.02/1.00 vMB 433
176,731 176,731 00000000000005e73e3c5dcee6eac144b75ee4c54a1d470c2ac56207329441e8 1 0.00/1.00 vMB 0
176,730 176,730 0000000000000a704310d1decf48ce5f23ddc16ef1ba4707f8d68909b728882f 62 0.04/1.00 vMB 76
176,729 176,729 0000000000000552fba9341ff6d01d99af84a58590ab99b6cc1660590184f6ab 12 0.00/1.00 vMB 0
176,728 176,728 0000000000000a4fb65b2f8b6da4b6c1b5ecbbebd974726f9f827f5ba0b66374 44 0.02/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.30 GB
    • Received: 16.20 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.