Loading Tool

Explorer IconExplorer

Memory Pool

44,606 transactions
26.44 vMB
0.05477810 BTC
Random Selection Loading Transactions
Max Size: 139.82/200 MB

Candidate Block

Mining Attempt 5f6eaf6fb72f783c92199daf82085c6fdc10743ddd6041a92a7241f951318b51
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 776f79f087f202912cb34b4193a41ad0e4ea97bda4de620dc39efc5d52f34fd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,987
Size: 1.00 vMB
Total Fees: 0.00632378 BTC
Feerates: 40.21 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (313,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,140 601,140 0000000000000000001428c9c4afb685759d9ac0c28bb03a14feabcc5a4704c9 2,278 1.00/1.00 vMB 30
601,139 601,139 000000000000000000148c7ccf153461da8ae74eaceec18211fb99135215848e 2,150 1.00/1.00 vMB 35
601,138 601,138 0000000000000000000bcf351e3ffda3076c9c3fcaaf07162f6d46ec33353fef 2,608 1.00/1.00 vMB 51
601,137 601,137 0000000000000000000f0b4a3d3939731a76b588222a40a611f0336efae0e0cf 1,498 1.00/1.00 vMB 37
601,136 601,136 000000000000000000090d79a74437f0c677014f080e6454aa7d0659c97d5c18 787 1.00/1.00 vMB 57
601,135 601,135 0000000000000000000925758a9c9d468bef0ee16f0061fdb5b5a69409ca6a27 831 1.00/1.00 vMB 63
601,134 601,134 0000000000000000000e4de45dc11741bfc6518ade2e3d9d344fdf5963e8ed75 913 1.00/1.00 vMB 92
601,133 601,133 000000000000000000045f19c53ab7dd0946e8c723aa97dd3e0dcd7cbb14b593 2,814 1.00/1.00 vMB 44
601,132 601,132 0000000000000000000245fecc2e30ee56243d20d664f8a670ddb6dba9f03aed 2,170 0.95/1.00 vMB 7
601,131 601,131 0000000000000000000a860499f23e53b514ab80b977dd2127fca89f743ff59c 2,309 1.00/1.00 vMB 11
601,130 601,130 00000000000000000012a502350b5863dd74cf749f0f779c76536d968c718204 1,985 1.00/1.00 vMB 16
601,129 601,129 0000000000000000000f0ca37d3ec62b6e105a8c7d244bd7d67871e7153e2dba 2,169 1.00/1.00 vMB 7
601,128 601,128 0000000000000000001169f8b85224245882d4878b56dbe59272646c23761d48 2,593 1.00/1.00 vMB 12
601,127 601,127 00000000000000000004aa83cf1d2a8fd3d4a1b0304745c51c40a03eaf409b1e 2,670 1.00/1.00 vMB 28
601,126 601,126 0000000000000000000a7dd4a1e02a8583b03b1cd83bc05b687d4a053d829a84 3,059 1.00/1.00 vMB 26
601,125 601,125 0000000000000000001233fea11f732452f52ed42e3391fac3b43eff7249d7c3 1,988 1.00/1.00 vMB 24
601,124 601,124 0000000000000000000aab53acd438494a9b60acd5fa99a806055643602f7b5e 2,445 1.00/1.00 vMB 40
601,123 601,123 00000000000000000011398b2bb80561bb3b0249cd30504b6a23eb6da714ee39 2,120 1.00/1.00 vMB 29
601,122 601,122 00000000000000000004761c89a5a1261795f0b9a0c9dd8e48acf07b40c62314 2,599 1.00/1.00 vMB 47
601,121 601,121 0000000000000000000649ab4b8a940f7e0eb74d14fe6dc37dda754c842be741 1,710 1.00/1.00 vMB 26
601,120 601,120 0000000000000000000912d85185aee1abf8bdcf6e3922929ffb6d768dfb4a5a 1,555 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.