Loading Tool

Explorer IconExplorer

Memory Pool

48,219 transactions
29.35 vMB
0.16913656 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt 19ce1eadc0cf1f2f7d3450ef8e01c167c57ced5f67baa9e7a3a15de039239c45
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6e6568293a3ce9a2a4380998f9dfef53757c7e7dd62260d5ca771863992ea06c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.04685073 BTC
Feerates: 79.15 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (218,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,245 696,245 0000000000000000000df7bf3c9c465d9a8e9b7d410f799d5a7121dfcf19bbeb 2,266 1.00/1.00 vMB 6
696,244 696,244 00000000000000000001df2e2b97e14bf60361a918f34db3895be89a8d8d10c8 1,613 1.00/1.00 vMB 4
696,243 696,243 00000000000000000010bd5704f22efc6caa5801c8d7d9e8cbf329d700e79015 2,699 1.00/1.00 vMB 17
696,242 696,242 000000000000000000106d17940c9f2f31cdb6e69587b88a5b4b42aaa4ad093b 2,145 1.00/1.00 vMB 35
696,241 696,241 0000000000000000000fbd05a9feae4895e1b1fa2d8a919d2318b6db8cf40707 2,291 1.00/1.00 vMB 14
696,240 696,240 00000000000000000005dea739724eb761864cce64024bfa7559eba051f57b9e 2,018 1.00/1.00 vMB 6
696,239 696,239 00000000000000000010f5798aba946707034381c5ba31ef0455eed2e5b16272 1,517 1.00/1.00 vMB 22
696,238 696,238 00000000000000000009c16379648a96dbf989bef3de9dfb7be4981f1d6cd6ea 92 1.00/1.00 vMB 2
696,237 696,237 0000000000000000000d3b0aa6dde78f46178828467f919a04908b256b29e152 722 1.00/1.00 vMB 2
696,236 696,236 00000000000000000002ffe9ceadef49ec50d4945f0abf81e6a1eeb6f5709638 3,106 1.00/1.00 vMB 11
696,235 696,235 00000000000000000007edc460c0356a5e92e2bf725b56c540ba0951ff160788 2,240 1.00/1.00 vMB 32
696,234 696,234 0000000000000000000429cc180aafaaeece44395da866718eada4fb1557ff52 1,163 1.00/1.00 vMB 3
696,233 696,233 0000000000000000000685747e13f1356e3210fd8f16db05bd030d3f6dba151f 1,811 1.00/1.00 vMB 11
696,232 696,232 00000000000000000004cfb7397e735bf2158bae2b6d265490f6aa895e76128a 865 1.00/1.00 vMB 6
696,231 696,231 000000000000000000055d72f70b8c8b7657fe8e8d3ebda881a7c53a6091813b 2,969 1.00/1.00 vMB 7
696,230 696,230 0000000000000000000825f23c35e925a59f779bbc3d626271ac65ca77579790 2,875 1.00/1.00 vMB 9
696,229 696,229 0000000000000000000e48ad9837dbdaa3a52a07f23d6f3ffd453558d7ffacad 2,240 1.00/1.00 vMB 7
696,228 696,228 0000000000000000000785fb5909a05f4755ff66b011de9b3544aac6e2771a44 2,526 1.00/1.00 vMB 20
696,227 696,227 0000000000000000000e930dc72fe7a7aadda1304a0d1ae88f430934cf014dcf 2,619 1.00/1.00 vMB 63
696,226 696,226 0000000000000000000d967e23859089f90d0ef7ddd705c6c146f9a1a844a1ff 2,248 1.00/1.00 vMB 10
696,225 696,225 00000000000000000010cbd26f0a3229a1436bb35a764863114ebe828b13eeb0 3,461 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.87 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: 644.71 GB
    • Received: 12.62 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.