Loading Tool

Explorer IconExplorer

Memory Pool

81,856 transactions
30.55 vMB
0.07853907 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt e7fbe6385a53eb9d0403c10477c15146afd492484653e9763e9eef90cbf6430c
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 894a645dadc6dea63261cb38fd74853dc54c5bfd8b6f7e0a6c0a20ae182487ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,134
Size: 1.00 vMB
Total Fees: 0.01505183 BTC
Feerates: 40.91 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (491,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,718 423,718 000000000000000003d9f8258f325ba75b6bfe48f6ab7724c934a2fcd2269b33 632 1.00/1.00 vMB 14
423,717 423,717 0000000000000000034b48bad08edd8a21e0fb81f9fcfd0e7802bfddefbd1c45 911 0.98/1.00 vMB 21
423,716 423,716 000000000000000004834474b32a4768ce37c5bedaea53b804fd7e6b1888c97d 1,314 0.53/1.00 vMB 61
423,715 423,715 00000000000000000459149535a09efa98c1188c511d08b3b52bbb49d8bad685 780 0.47/1.00 vMB 32
423,714 423,714 0000000000000000013f19e1c7ac293e4c3e8b9833b1a7b9b0e9b4f0fa1a8f46 2,032 1.00/1.00 vMB 52
423,713 423,713 000000000000000004578d7ae698be6d315b79fddb7cce70145f1d951e45d6f3 3,193 1.00/1.00 vMB 82
423,712 423,712 0000000000000000038245392b795008e49ca9bb0fcce0bc1e6fcf7a9ae957d1 2,442 0.96/1.00 vMB 59
423,711 423,711 000000000000000001556c46b91a78585cd5f1f031269061f50888842e714172 220 0.99/1.00 vMB 4
423,710 423,710 000000000000000001f0b84c0c3e7904166720af8a1f434bcbcd74659f0de454 839 0.33/1.00 vMB 61
423,709 423,709 000000000000000003088c9d461730ac386d5a57e1bfa8f6c27c5d4770d951f4 1,588 0.63/1.00 vMB 60
423,708 423,708 000000000000000002ab63e669fb2224e2d610abe800950211839b2cb37cc49a 19 0.01/1.00 vMB 139
423,707 423,707 000000000000000002d5aa3e2404d18eceb7453eab501ccbd58f9abce0d0baa1 620 0.98/1.00 vMB 14
423,706 423,706 000000000000000001502ae9b4bc09a4292d45c9d1e4f4bf40c4a642e1e26bc4 599 0.25/1.00 vMB 60
423,705 423,705 0000000000000000006a8bfaba7172ccbebbfa6408ec89da0cc24b164d6106ac 144 0.06/1.00 vMB 56
423,704 423,704 000000000000000005636552bc1b4b410e133b9cfe883b466fe374ad57efb65c 331 0.21/1.00 vMB 44
423,703 423,703 000000000000000000c23715c5fe224a1db27f0985c2c345ec38da651064750d 257 0.10/1.00 vMB 74
423,702 423,702 000000000000000002c81fab962bddee55fb787e332f4536389392c80f946448 776 0.42/1.00 vMB 41
423,701 423,701 000000000000000004bb1e39761bab8fbc2f961cb80948a9ce6042ac067f5fa7 39 0.11/1.00 vMB 24
423,700 423,700 000000000000000000e8e680fc102dede994c57d25fdf3c52741431b4f3b3067 2,268 1.00/1.00 vMB 61
423,699 423,699 000000000000000000a4a7e77c056e9b0b562f501dd2201cac9fbbcb22f4ae1c 2,712 1.00/1.00 vMB 64
423,698 423,698 0000000000000000014f8e6a79100ffab64498ffa4c50ce2cee35d219c3fe8b9 478 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.