Loading Tool

Explorer IconExplorer

Memory Pool

76,750 transactions
28.69 vMB
0.11364990 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt 7ec7dfe38e3f499224100c94661aba4a7646b82366e0e192a6ef4daf97ff42ab
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root d87655cec02d9956e194e52fb735ebfa8a386bbece99725dc16c4290c1c32c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,036
Size: 1.00 vMB
Total Fees: 0.05406222 BTC
Feerates: 101.65 > 5.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (733,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,629 181,629 000000000000034aa15241a6431bf0511402707dba9e442058e7c21f0a74048d 139 0.05/1.00 vMB 157
181,628 181,628 000000000000022c39fd8477b8bab2f30f527c5ad8456a3962797e566bb86fd9 1 0.00/1.00 vMB 0
181,627 181,627 00000000000005ba619d93fc8648bdd5e95cf663b9369271d90c9a2aeab7532b 16 0.00/1.00 vMB 40
181,626 181,626 000000000000083c12f17b08a74a75dc51a7b9238d042ad733b97d1e7a5cf09d 228 0.09/1.00 vMB 724
181,625 181,625 00000000000006eac0b5a0b71e6cd21c5843490053af0d8b7a06fbca1a8f9b85 128 0.06/1.00 vMB 116
181,624 181,624 00000000000005c12d717f1a586ac93850f6a2c8c07db86c4a431d72ce0b9fe4 11 0.00/1.00 vMB 366
181,623 181,623 0000000000000a64076dd57fe9594581c669e0ab3b5f23aaaebed5013c73a246 179 0.07/1.00 vMB 176
181,622 181,622 000000000000020b5cda0ceed3fb42020e29342d245ffb15ba1cf2fc91056e36 3 0.00/1.00 vMB 150
181,621 181,621 000000000000057328ada17a646f34537c8f7e4d3f2178c4e4b80bca73090d93 38 0.03/1.00 vMB 55
181,620 181,620 00000000000001b6b4bf7cbe3b909ff3a8be1c93b28c4d8cb4a499b1413756b1 24 0.01/1.00 vMB 94
181,619 181,619 00000000000003bd1272cacd752a79e9cbb2aa26b40aaf75fdf9c6ba6bec5673 53 0.01/1.00 vMB 29
181,618 181,618 000000000000029e1300155c666c1a97cb790f2fa9296b2e23ca8fd71dcc2b5d 204 0.09/1.00 vMB 147
181,617 181,617 00000000000007f049b30d12e60ebe30bc7ba119871ab7c123a7e70791af7824 13 0.01/1.00 vMB 469
181,616 181,616 0000000000000278c6ceaff9f7a8352b7fd72617385f55e9fc8a1e6dd3913d46 32 0.01/1.00 vMB 1,130
181,615 181,615 000000000000047ffedfb15f780cd20d6a50fbfb296c592dfecdc218be3f62a4 72 0.04/1.00 vMB 65
181,614 181,614 0000000000000242fcd3f8f78f5ad80530425f34a897e440a82d228ed085cfa0 9 0.00/1.00 vMB 29
181,613 181,613 0000000000000193969ae28e58b8166dc3e319d60d164f90afdd2528109747c0 17 0.01/1.00 vMB 83
181,612 181,612 0000000000000014e10801f0fc3783c882f2e47f4a97bfd02c3de693f40b6baf 35 0.02/1.00 vMB 31
181,611 181,611 0000000000000a5c9886c8db66bb5de41869580a3bddd1bde0326adc59ae6c4e 66 0.02/1.00 vMB 89
181,610 181,610 0000000000000a331878d535767fab67d2b52a667d7a55502aae354b58b6d95b 9 0.00/1.00 vMB 312
181,609 181,609 0000000000000a0212c216177c04a5ac79fba5c42a6f17393ab805c51a768bb5 51 0.03/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.