Loading Tool

Explorer IconExplorer

Memory Pool

73,569 transactions
28.13 vMB
0.06702458 BTC
Random Selection Loading Transactions
Max Size: 167.33/200 MB

Candidate Block

Mining Attempt ba5b6ba5bae367361cea334194864c5797e7c239f80809d787e06eddcd13f42b
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 78c6e2315e9ef7d310d6564d48f1968d37e40cef8079320201545e4b0c934f33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.01078472 BTC
Feerates: 101.62 > 1.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (211,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,698 703,698 00000000000000000008f6309600345615a2f769892ae96b459e816ff235a0dd 2,825 1.00/1.00 vMB 9
703,697 703,697 00000000000000000004155c8aef586faaa24a7a76498fefe2637218b40e1c2c 3,249 1.00/1.00 vMB 15
703,696 703,696 00000000000000000009a292a55455fe8b857cc8d9dc049bf0f30f42c6610054 2,317 1.00/1.00 vMB 42
703,695 703,695 00000000000000000008b5cb4d434daa1a70ad860f6be4dda5a8cb8cfad251ef 2,221 1.00/1.00 vMB 14
703,694 703,694 00000000000000000000f4d02c410a8cd8dc2eb5c7cd3594fd0a3b6561c328db 2,664 1.00/1.00 vMB 5
703,693 703,693 0000000000000000000ddd92bb3e3f8e303f769287adc8dc5578667da410a32d 2,920 1.00/1.00 vMB 11
703,692 703,692 000000000000000000062430ebf423bb5eec45401b220a2735a46c8934d0d09d 2,550 1.00/1.00 vMB 10
703,691 703,691 0000000000000000000cf00cfb2ba71c56728532156ede370ceab181b13aa80d 2,814 1.00/1.00 vMB 4
703,690 703,690 000000000000000000096ee3230f12f036a5b02a3b709a2ce5575f62d5ddf795 2,871 1.00/1.00 vMB 10
703,689 703,689 0000000000000000000a380a3bcf79b38c4130d4996ebe80186cb56d6ed33b9d 2,831 1.00/1.00 vMB 10
703,688 703,688 0000000000000000000951cd351d797329ab918fd7210bdedaec386b3ad4d0e0 2,874 1.00/1.00 vMB 10
703,687 703,687 00000000000000000000347f5a917e1143172c8b2efaf94f058b80be9cee1a71 2,824 1.00/1.00 vMB 15
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
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.54 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.