Loading Tool

Explorer IconExplorer

Memory Pool

79,196 transactions
29.42 vMB
0.08799816 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt fdba3c88de05c584c454fb657a6113642e359d72da2b0b5716d22dedffbf2b72
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6bebef31839998f1d3d600ee223698ba67878e0360cd45d53683197df8320cf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.02622948 BTC
Feerates: 263.85 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (211,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,686 703,686 0000000000000000000123d30cbabec047b36f039fac4470da67dc222907ab82 2,464 1.00/1.00 vMB 8
703,685 703,685 0000000000000000000de3fd3e1e5ab7c3c1b13eadf1bbc3952feac052db247f 1,081 1.00/1.00 vMB 5
703,684 703,684 00000000000000000002a353f8aa661ae001f24099a112a511a3fb26c6ad88c9 2,992 1.00/1.00 vMB 12
703,683 703,683 0000000000000000000dd6b4cd8de763bfec729a0ce335fdba29e53d370348b2 3,339 1.00/1.00 vMB 8
703,682 703,682 0000000000000000000044cd0bd631fde905e7703263f437610e71fdfc328db4 3,114 1.00/1.00 vMB 8
703,681 703,681 00000000000000000009f6dc23068ad583207aaafca607d7031ca7d84157683b 2,185 1.00/1.00 vMB 7
703,680 703,680 000000000000000000032aca344c9550895fa8c82e9ede4ad9fc69aab1b732c9 3,468 1.00/1.00 vMB 18
703,679 703,679 00000000000000000004aea2d0b9f32a9b680c0ef76eaf6d0600c623956cc893 2,151 1.00/1.00 vMB 11
703,678 703,678 00000000000000000005cc581c88e676c5aa6d90b6cf800a2592c7c9b953ebe5 2,209 1.00/1.00 vMB 35
703,677 703,677 00000000000000000004081ed969c7f73b77c32b2e7316d0d1b8c41c427af60a 2,751 1.00/1.00 vMB 9
703,676 703,676 000000000000000000095efe8a1c0b7959387a2dd60886d560de011b6b6d156d 1,880 1.00/1.00 vMB 15
703,675 703,675 0000000000000000000ced5564437dfeb975fe7a7c75dec8d9153d32a44c4d1c 2,574 1.00/1.00 vMB 16
703,674 703,674 0000000000000000000a4f99913767b9c730d9ce77b2d3238a4d7d169a2fd637 2,381 1.00/1.00 vMB 9
703,673 703,673 0000000000000000000c1efc6e5b71a064374b5148d572433d12a28e06731c2e 3,062 1.00/1.00 vMB 24
703,672 703,672 000000000000000000001ab6180cab9015764e63f8993d8229a2c732fe83dc3c 2,741 1.00/1.00 vMB 13
703,671 703,671 0000000000000000000828b0f983e43a85f51587803367bc343299533e91b961 2,853 1.00/1.00 vMB 8
703,670 703,670 0000000000000000000acdcf6a00712dc52cf70c474c1384338aa1bf5c2b18cc 3,840 1.00/1.00 vMB 6
703,669 703,669 00000000000000000007522a4867596cb71469fb823f0ea63ae44ed89678b1b6 2,472 1.00/1.00 vMB 33
703,668 703,668 000000000000000000037c87dbc177e755f64b5b4f08701c390ec2d23aa00d9b 216 0.18/1.00 vMB 5
703,667 703,667 0000000000000000000dcab109aeb88737b6dbe707428d841c9f507d5b4f6575 2,181 0.94/1.00 vMB 8
703,666 703,666 00000000000000000007405d5bfbec3bd90314fd38f528fdd8fb31add387fb5d 2,540 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.