Loading Tool

Explorer IconExplorer

Memory Pool

76,261 transactions
29.73 vMB
0.06675729 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 9b764f3d17570209249f9f758bb68fce14e9788116d57fd779221db54b33ca1b
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root fe47334e4caa3795d495cc6be8a31cbe7fe43169fc4cc62e08be9046b2aac530
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.00394527 BTC
Feerates: 14.26 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (301,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,386 613,386 00000000000000000007e32d7b1e84f6c426c72e6988fa6f06db8c858bf3a8ed 1,330 0.48/1.00 vMB 13
613,385 613,385 000000000000000000086eabe4907c341bcbebda309e4d9336689120c9f3c11b 1,205 0.40/1.00 vMB 16
613,384 613,384 00000000000000000005e5d8198a86a848f43feb616e898f8ea0645d09e0ffe7 1,792 0.66/1.00 vMB 10
613,383 613,383 00000000000000000009a75380e4d3af700f7f045331051b1bf4bc1e0440e2e8 3,014 1.00/1.00 vMB 18
613,382 613,382 0000000000000000000d81098fb3cd852c3ae981c56bf46363a711e0323b011e 1,735 0.51/1.00 vMB 18
613,381 613,381 0000000000000000000b92cdb01086defd26b79403efc6d8cd6ac22eeed5bdca 2,677 1.00/1.00 vMB 16
613,380 613,380 0000000000000000000be03d47b620658ae1702da284ecf7c9bf1219a4baf2b0 1,259 0.62/1.00 vMB 15
613,379 613,379 0000000000000000000c8b8595a0ceeeb74d1766784108ae0c1000bc4b63bc04 43 0.01/1.00 vMB 20
613,378 613,378 0000000000000000000e1bc970c295a524b03cc88cd7628f6eb8e07e2ec5a2e4 569 0.17/1.00 vMB 10
613,377 613,377 0000000000000000000e374515f7115f68848c4d7df619c4413c8543b570b04f 2,937 1.00/1.00 vMB 14
613,376 613,376 00000000000000000010467b2352f3a17f8a6d6cfb120de669101a0f9c4edcb4 2,662 1.00/1.00 vMB 14
613,375 613,375 0000000000000000000552655a812f47ccad777d76347e99ef85f1abefbb85ef 2,863 1.00/1.00 vMB 17
613,374 613,374 00000000000000000009b7470d2155dec9841c99b41adec273786f660d4e49ab 3,160 1.00/1.00 vMB 20
613,373 613,373 000000000000000000087f0f6a7bde0f38330cec91b283d9fcd467eddf396d33 2,777 0.79/1.00 vMB 11
613,372 613,372 0000000000000000000a57d4d9b290b34d727fc0d4aa442d060052dc37798690 3,139 1.00/1.00 vMB 22
613,371 613,371 0000000000000000000025597a3e15eda5e52f98e2a10bdfa9b2cece402a03f9 350 0.11/1.00 vMB 13
613,370 613,370 00000000000000000006e84948a3955eefe2ad1f6b8a7d188f414ad6b638e991 2,106 0.74/1.00 vMB 8
613,369 613,369 000000000000000000005e6a53224fe605b7dfa33d8eae2699cb74a2b5482694 2,439 1.00/1.00 vMB 16
613,368 613,368 00000000000000000004ada3936e895f8310694421ecc188687506e055d48df5 3,248 1.00/1.00 vMB 18
613,367 613,367 00000000000000000005472c787da10e1db6cf0579c3583a32924ccbd776635c 1,647 0.53/1.00 vMB 15
613,366 613,366 000000000000000000051689238968d3dc7114e72ec3e5c86a5116e818e991eb 1,670 0.58/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.