Loading Tool

Explorer IconExplorer

Memory Pool

46,801 transactions
27.01 vMB
0.06441473 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 0af28018084b3b3990b139a0e1318373617d43fb06936107c7dd4a6e0cbb63c3
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root d0705a0ecf9aa50566542d82b0c76442230b7d2435666363effd398232b36f86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,150
Size: 1.00 vMB
Total Fees: 0.01447857 BTC
Feerates: 100.17 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (803,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,848 110,848 0000000000006da2eda59c3a1d6d8f58754dc777a5546056f5a11a8149722cf9 4 0.00/1.00 vMB 0
110,847 110,847 0000000000014a5bebc59e5a99381e2d27bc1a3a99c6f4b0949c8e8d68a576ba 12 0.00/1.00 vMB 0
110,846 110,846 0000000000001080e074e266f36ec975a917905a8b6fb7b4f4742132f37def93 12 0.00/1.00 vMB 0
110,845 110,845 0000000000019706773576e82bb321e803e37d2be616ee0ad9d30e1e5b49e311 12 0.00/1.00 vMB 0
110,844 110,844 0000000000014e82830d2c8638e298c4f48464e682f305270b20d32579a1be4f 16 0.00/1.00 vMB 0
110,843 110,843 0000000000001630ecb1fac558fbf2eba7cd3844d3b53b6bc066c7d5a9de36ae 6 0.00/1.00 vMB 0
110,842 110,842 000000000000116123cdf2ad61dc33eba32196091cce77e06d30f1a7f8e2372d 1 0.00/1.00 vMB 0
110,841 110,841 000000000000f85c86f849b565c740b855db3c7ddf2e338ea10e71972092b7d2 5 0.00/1.00 vMB 0
110,840 110,840 00000000000037f8bc68a1b4ed3cb8af5be83132b83a6b03b981b6789f0ed0f9 3 0.00/1.00 vMB 0
110,839 110,839 000000000000d9a0acefff1455f5826aafc19c233772866069764dc12efc30a2 2 0.00/1.00 vMB 0
110,838 110,838 000000000000438d0f8e0d2826a8bffb7652bc036c8d6c2356a6ba443363094f 6 0.00/1.00 vMB 479
110,837 110,837 000000000001666e27d20ab45c3a3e225bc870ba2aeb9cb614c1c335ed8456e4 1 0.00/1.00 vMB 0
110,836 110,836 00000000000014f0ef1bec2dad18ff66183a191db3badcee845c877324919622 2 0.00/1.00 vMB 0
110,835 110,835 0000000000007295255d81fcf5147c5ebbf7fbecf124ccbd906d6de3a95d8a49 11 0.00/1.00 vMB 0
110,834 110,834 00000000000134749faa2a1540a3b41fb71efa6656e7470e70c3599c924098ea 13 0.00/1.00 vMB 0
110,833 110,833 0000000000019d0b4bde432e3550d4fd371f701ee91800ca3f8cc9889db618cb 12 0.00/1.00 vMB 0
110,832 110,832 0000000000014aa30325dc085b64ae219a0f9fbc2207daaa56d923b27879235c 11 0.00/1.00 vMB 0
110,831 110,831 000000000000e8faee73619372ffd6105b2ca866c0d1bfb5e1dd492ff505f8b2 12 0.00/1.00 vMB 0
110,830 110,830 0000000000001d4cc5d91ff80e26ff5313882054417d39c3a45d861f1afb4b66 12 0.00/1.00 vMB 0
110,829 110,829 000000000000158763b9a23003756598471536c47eb37170093e45a6a0ad8e98 12 0.00/1.00 vMB 0
110,828 110,828 00000000000154ea8f1a0e8afab27d92b44219ef42a8e39a89e96cf518fecafc 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.