Loading Tool

Explorer IconExplorer

Memory Pool

78,252 transactions
29.03 vMB
0.07325384 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt a1797aad74126a1159e35e7c11e3f29d6d44f57e95ffe336be213d8e745177bb
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 88d594cce04d057cd33ea2ff98737788fbb3e5b729d8dd4f239e44824b40c352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,320
Size: 1.00 vMB
Total Fees: 0.01269494 BTC
Feerates: 502.67 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (265,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,983 649,983 00000000000000000007c4a691f81e33d2b1d5f9fe22e11e27db83e4b0b7f7e3 2,662 1.00/1.00 vMB 65
649,982 649,982 0000000000000000000a544a07fe2f3439a5e3b3517e42ea87f456942d0b79d4 2,354 1.00/1.00 vMB 27
649,981 649,981 0000000000000000000c4a69604a98f4430b9e05866aee80056ae8548b4a7482 2,509 1.00/1.00 vMB 51
649,980 649,980 00000000000000000006672e7a6db8fdc01e6cd58c259fb73ec32436acf0a2d6 2,597 1.00/1.00 vMB 56
649,979 649,979 0000000000000000000c10962303f843b27a70eb039c2f6894024efb738f16fa 2,787 1.00/1.00 vMB 30
649,978 649,978 00000000000000000007518f247bf0af2cd5607c3f55107d0a8f1c24b1323513 2,669 1.00/1.00 vMB 46
649,977 649,977 00000000000000000003073b305eaece75f7499830f1ad1e3474ed5d7997f56d 2,426 1.00/1.00 vMB 82
649,976 649,976 000000000000000000029d85ca0b1f34b70cebc988b01aed846ba11825f9aa16 1,617 1.00/1.00 vMB 88
649,975 649,975 000000000000000000078f0b395b5da732f73358c21dbbdb43accceba8bbdf29 2,745 1.00/1.00 vMB 64
649,974 649,974 0000000000000000000e1d5f2f83e46e0a7d4508ff7259717f75a0ad57bcf24e 2,840 1.00/1.00 vMB 59
649,973 649,973 0000000000000000000bfb2c76ff3b65f9cdc8b75b781ebf4f74064035088ed0 2,540 1.00/1.00 vMB 40
649,972 649,972 0000000000000000000772e05185a183a4b406f533db4852132d9a4ded6451bc 2,744 1.00/1.00 vMB 58
649,971 649,971 00000000000000000001672fa2164adcf493c73d01265fc25a81a7b00d750283 2,546 1.00/1.00 vMB 64
649,970 649,970 00000000000000000008a46e9fa97bf4641214cd37d34bdda2b7f2e02e531c88 2,831 1.00/1.00 vMB 60
649,969 649,969 0000000000000000000b1baf2dc4fd42880d52a61e5d7f94fccabaa887f7af8e 2,186 1.00/1.00 vMB 71
649,968 649,968 000000000000000000036b905cc13c360e42076187ae7cf46dac6957455a6681 1,539 1.00/1.00 vMB 49
649,967 649,967 00000000000000000005ba258dfed3a924b79eec9bb3fdfc329568dcefcf0998 2,513 1.00/1.00 vMB 78
649,966 649,966 0000000000000000000bfcccf848dd2514e1e359660878955022c57089868884 1,951 1.00/1.00 vMB 66
649,965 649,965 0000000000000000000b1b6c9f48de5ea5763f82d9b06b05586f89a6cf3de348 2,885 1.00/1.00 vMB 65
649,964 649,964 00000000000000000001845b262721ab99a2ae50d15cf0d2a870bd2c74439f17 2,402 1.00/1.00 vMB 76
649,963 649,963 0000000000000000000b5e60663849f17c4a0d7045b410a36b4be240df5872c7 3,029 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.55 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.65 GB
    • Received: 15.76 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.