Loading Tool

Explorer IconExplorer

Memory Pool

87,228 transactions
31.65 vMB
0.21938912 BTC
Random Selection Loading Transactions
Max Size: 192.14/200 MB

Candidate Block

Mining Attempt b230cd935a2861f86afb33eaa4ba2ce81e171c2424b0c554552bbece26d5941c
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b4d87bb4339b4a0194d2fb42ccca013f7beed81c9f25df600bafcda6618485c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11033577 BTC
Feerates: 502.67 > 11.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (764,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,732 150,732 0000000000000b2203c5b8a7bd9f5fdfbfd8cdd72dd0f2470f06df32be1b52a2 10 0.01/1.00 vMB 46
150,731 150,731 00000000000007c3e6f18895cc9a5532ef3bfbc1229cda39796d64113016e742 93 0.04/1.00 vMB 120
150,730 150,730 0000000000000586e003dec326e1d7cb878967ac9a485b719535c26349c4c2ad 156 0.05/1.00 vMB 89
150,729 150,729 000000000000092bdf4e8a861be89119bc7a9c7abc20f721c4fcd22b642a6d99 17 0.01/1.00 vMB 158
150,728 150,728 000000000000067aa357ae1f8a50b037392c5038df7c25d7b1cd19a24e7038f5 16 0.00/1.00 vMB 544
150,727 150,727 00000000000001474a92f60d45c0494d8950f76b76829c60693d2be647b3b92c 11 0.00/1.00 vMB 354
150,726 150,726 000000000000013dda4456fb62d7c8e384aae7814ab45480955d247353e3b04d 9 0.01/1.00 vMB 51
150,725 150,725 000000000000063a323f9fed60abe02491e50a529c0a38f64db825e864bfd165 12 0.00/1.00 vMB 34
150,724 150,724 0000000000000b0cd553546c5dbaf7c3dcabedee6168a3015eb9e819c23c61bd 62 0.03/1.00 vMB 19
150,723 150,723 000000000000028e2541fd92911979b010b7ea1f7d1fe2d4638cd19c410fd0f0 116 0.06/1.00 vMB 147
150,722 150,722 000000000000056f7f46a1d81baefad22e02776f695db99cdf79d2f1c495bae7 25 0.02/1.00 vMB 40
150,721 150,721 0000000000000139c3ea0064f5f7fa65c871170be413b38d315eb01109898350 17 0.01/1.00 vMB 90
150,720 150,720 00000000000001c6bcb92d35d35ca1aac29db195587725ef052acce619bb65b3 28 0.01/1.00 vMB 63
150,719 150,719 00000000000004643a47e09ef4533691dfe465228d27e745ce82cdbf87cc403c 18 0.00/1.00 vMB 284
150,718 150,718 00000000000004afba5e8d89060af48b7efd4952cec2ff40107d9b1c1165f125 71 0.03/1.00 vMB 79
150,717 150,717 000000000000013b4c307a3b99f4bd7761c58349356f3fd64a1102ac513ab610 121 0.04/1.00 vMB 87
150,716 150,716 0000000000000509a72572064df1bb0ca4c7d0959084c9f6db3fcb8c75d6edf4 71 0.03/1.00 vMB 139
150,715 150,715 000000000000005a5a64b1e39d085bc6d69d5559d3acdcd287336f75eed6d30f 40 0.02/1.00 vMB 644
150,714 150,714 00000000000003b25e6d3c631b6a40b884b934ab2cc2779c68576a7aca1d5235 134 0.05/1.00 vMB 136
150,713 150,713 00000000000003f268c712622ed7d21b512b9021c5e932bd43f42e6cb37c388e 23 0.01/1.00 vMB 109
150,712 150,712 000000000000090a9c549071ac613c2e5edc69e4da7e32f84dc0c13ba054e12f 13 0.01/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 782.61 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.95 GB
    • Received: 16.08 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.