Loading Tool

Explorer IconExplorer

Memory Pool

78,856 transactions
30.07 vMB
0.09095246 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt 7f971df895c64154c57bc86513637b4e4a0a545b2572d415242ac58ee4dc97bc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25b0d6295a63b701088115357673af5fe0c30d78c3460018bba68c3af8b96553
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,031
Size: 1.00 vMB
Total Fees: 0.02108062 BTC
Feerates: 150.61 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (84,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,999 830,999 0000000000000000000009d17b7944c35772b74178c6efe51633a8eafd8dfeae 3,901 1.00/1.00 vMB 29
830,998 830,998 00000000000000000001c3bcda6c5116c1fd44b2f75b157d7c217aa80af6dad2 3,148 1.00/1.00 vMB 23
830,997 830,997 0000000000000000000218ef1bde27cb88fb1202fdbe7466f3a8aa5777e31073 482 1.00/1.00 vMB 11
830,996 830,996 000000000000000000013c58ff38057abe0d73345a2b49ce9673bca318313c62 3,994 1.00/1.00 vMB 12
830,995 830,995 00000000000000000001b2f4a79fa2258b4d1fe30958392772a1bc5939aae272 3,060 1.00/1.00 vMB 15
830,994 830,994 00000000000000000002e9f3b9485d218465253dd75610c2bc14ca6d25428417 2,957 1.00/1.00 vMB 22
830,993 830,993 000000000000000000029e565be9948b96b3db9ce27e161b2ed7eac459406dfb 3,518 1.00/1.00 vMB 14
830,992 830,992 000000000000000000026204782b9e1fe54fa1adbd574f02fc82c61b69eb1505 2,891 1.00/1.00 vMB 14
830,991 830,991 000000000000000000016df2481b09e6aee49c6c00c6e0d2e2f348448eb222ff 3,436 1.00/1.00 vMB 20
830,990 830,990 000000000000000000024bb9ce5fb0cc86dbb0857b27710367297e526f908ae2 3,635 1.00/1.00 vMB 23
830,989 830,989 000000000000000000020a2d8ccb52a45295ec39d006b716d04eb7a88a002a33 1,571 1.00/1.00 vMB 11
830,988 830,988 00000000000000000002fc5d7faf62e1e8c462b3fd24040f35370a9751b3c9bf 2,090 1.00/1.00 vMB 15
830,987 830,987 000000000000000000023eb20b93e4b0461cb71eb1a485bfeaa32be0f3b8cb09 1,364 1.00/1.00 vMB 15
830,986 830,986 00000000000000000001c066ed039f1b5c949e9b9d59f98ff3846cf21e70a417 1,786 1.00/1.00 vMB 17
830,985 830,985 00000000000000000001db963f642f526bb185f551e5d6d3fa3b06d71c74e0a6 2,367 1.00/1.00 vMB 16
830,984 830,984 00000000000000000001fd75d15bc649eb83f52ecc999999e6676f96fac6dd87 1,762 1.00/1.00 vMB 15
830,983 830,983 00000000000000000000e9b74ff9581a1860ab32b183962025ce021181b45d9e 2,058 1.00/1.00 vMB 15
830,982 830,982 00000000000000000003685a9ba969a2cb405f3377d6b766ea3c31cd71ccf0a7 1,730 1.00/1.00 vMB 15
830,981 830,981 000000000000000000007c8beb9d42df3fd8f7388e8a5b8e3615d8ced326de07 2,733 1.00/1.00 vMB 16
830,980 830,980 000000000000000000007aa032ef6537be2a25dd2a02e3f1041fd776a6ee10de 3,495 1.00/1.00 vMB 20
830,979 830,979 00000000000000000001768579613e0cb0781050c58406b0166a1fb7825f8350 2,565 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.97 GB
    • Received: 16.35 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.