Loading Tool

Explorer IconExplorer

Memory Pool

79,071 transactions
29.62 vMB
0.07413148 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 495b04ad4ac9bf2b55a8226068e9a439173102800abf62484d20afdf3dc0930d
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root d62a7ed8a499abe6a077a6c72f2eab325ab33a054b8f6218e07962ab13ddb261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,061
Size: 1.00 vMB
Total Fees: 0.01390820 BTC
Feerates: 150.98 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (283,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,711 631,711 0000000000000000000e445a717faf589828f05f0ebc8513302127bc8a911fe5 102 1.00/1.00 vMB 3
631,710 631,710 000000000000000000114d8912c15d68f969d9fb6ce7df3205242e390520fed1 2,123 1.00/1.00 vMB 45
631,709 631,709 00000000000000000002d7db9a5e1ddf5f4a23208b5f2f1ddf22cdfb04580b35 1,385 1.00/1.00 vMB 30
631,708 631,708 0000000000000000000fa8b88d451d27bd63c465dd450f835a112c6f729d58d1 1,907 1.00/1.00 vMB 38
631,707 631,707 0000000000000000000ba0b6134a65fb755840afa1a15889dbbe7ef544b10651 2,859 1.00/1.00 vMB 55
631,706 631,706 000000000000000000105b91cb758f77fd1b51b9e798b848c7467a42ce0fdb42 3,041 1.00/1.00 vMB 66
631,705 631,705 0000000000000000000d5e0f4b47f478b3315c6d65a275252e57385a201cfe13 2,199 1.00/1.00 vMB 112
631,704 631,704 00000000000000000000d627df02140dc44e370d416fce6b87b3ebb1ec32cf49 959 1.00/1.00 vMB 22
631,703 631,703 0000000000000000000bd6b2e6d99619117dffb8e7204f3c98f833e06ffdd67b 1,772 1.00/1.00 vMB 12
631,702 631,702 000000000000000000063c7ae051d60b07d7d5bea96f1a5802ddd9dcfd438bd0 2,043 1.00/1.00 vMB 80
631,701 631,701 0000000000000000000a7233a584d588fa840b648984cd1e98772848553f14c6 2,324 1.00/1.00 vMB 49
631,700 631,700 0000000000000000000d0701df2b2ca7d7c1614c39f5d20989493937db3443c0 2,798 1.00/1.00 vMB 148
631,699 631,699 000000000000000000033cb61585292e565ef3b0bc011787b9045255d3aef6d3 2,063 1.00/1.00 vMB 10
631,698 631,698 0000000000000000001202334e439d4010b6c338e25ba3821f5b0912382b57e4 3,032 1.00/1.00 vMB 107
631,697 631,697 0000000000000000000f50c2020022f4057a04ce95b77b5fac2613e0d9dc1d5c 2,609 1.00/1.00 vMB 54
631,696 631,696 0000000000000000000c3c0b24db4b1c123317396bc243e98e2aa37e3a42c023 2,567 1.00/1.00 vMB 26
631,695 631,695 0000000000000000000438ca3fcbbaf93f811789452b72f2398e9a041874b919 2,745 1.00/1.00 vMB 76
631,694 631,694 0000000000000000000134d55e4783411877413c44c3940e269b75e61469d924 3,127 1.00/1.00 vMB 69
631,693 631,693 00000000000000000005739882edc518f707f5291762e71e633a5df47df691f1 1,840 1.00/1.00 vMB 92
631,692 631,692 000000000000000000040eaf8657979755d4754ee2a4ef7586a27959ee3196b2 2,748 1.00/1.00 vMB 129
631,691 631,691 000000000000000000090f62fa20c6c3cd85123c35dd70a697bb981c46014aab 2,981 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.