Loading Tool

Explorer IconExplorer

Memory Pool

78,258 transactions
29.35 vMB
0.06517882 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt acf96d656161fb6dfb96d1c16ae7155c1d693a5fab75ebdccd33f2dfecbe1922
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 7529209527ab11c295a6b34d7ff92760a4ed823acce65525b91266accb782f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,169
Size: 1.00 vMB
Total Fees: 0.00571094 BTC
Feerates: 50.25 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (148,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,534 766,534 000000000000000000019bdc6d4bc9f9ba51b65968fa5eaca9f8dab22ebe1cab 1,013 1.00/1.00 vMB 2
766,533 766,533 00000000000000000003b728df4c2598d36ca6dff4894568543696be9fd14fef 2,922 1.00/1.00 vMB 10
766,532 766,532 00000000000000000005e9db0b7d1c51b8465baffbecb015330796af81aacc07 2,314 1.00/1.00 vMB 24
766,531 766,531 00000000000000000003fe4daa47b3272f1ab496a6146156105d9afad024bac3 695 0.38/1.00 vMB 14
766,530 766,530 00000000000000000003b2f093e34c792463256c9d768f8aa5bb51c145516bce 195 0.44/1.00 vMB 13
766,529 766,529 000000000000000000002f95d09d260cdf7c04bb9c840408630f2911e30f3438 1,307 0.58/1.00 vMB 9
766,528 766,528 000000000000000000053c150c67337741c086c55c305f63e129dd7fa2ca4e68 3,431 1.00/1.00 vMB 14
766,527 766,527 0000000000000000000233be6682699575fc6221572a7746c205223b30b0e999 1,899 0.70/1.00 vMB 12
766,526 766,526 000000000000000000061858ffc3b627b9484ecbf5e2591ab4d1c39740a29426 536 0.17/1.00 vMB 12
766,525 766,525 00000000000000000005df5f298685a7abd39f7a105e8444479cb65243779ee3 900 0.30/1.00 vMB 12
766,524 766,524 0000000000000000000433a7667eba10ecec659c65206ea3110eb522ae202b2b 1,930 0.86/1.00 vMB 9
766,523 766,523 00000000000000000007df9b6e1d5cd586a1b76027a554982b9692b39ff998bb 3,073 1.00/1.00 vMB 14
766,522 766,522 0000000000000000000506e8640a57602636109878d9d911623bcc7c2e288ef2 2,046 0.69/1.00 vMB 13
766,521 766,521 00000000000000000006a18968d36636803fda525bc491b3914dae26b9917163 411 0.10/1.00 vMB 15
766,520 766,520 00000000000000000002123bf286c0d68fe3b224582701430faa5564da00ecf8 2,695 0.82/1.00 vMB 15
766,519 766,519 00000000000000000002068759f076d452215acd1585b4d0de7b791768668188 583 0.27/1.00 vMB 12
766,518 766,518 0000000000000000000184fee4bdef7f4f863206cc889feeea530b34a35b4481 2,149 1.00/1.00 vMB 6
766,517 766,517 0000000000000000000059a98738b542e9eaa384fd1500d996e7e5f22c74d9e9 1,975 1.00/1.00 vMB 13
766,516 766,516 000000000000000000060e68a76268ce505966789d5251b2853ba16dece624c4 1,779 1.00/1.00 vMB 15
766,515 766,515 000000000000000000007bc76fde06e48e7a1431cc4621613870e2372a587833 2,346 1.00/1.00 vMB 28
766,514 766,514 00000000000000000001d3492a71369459592e40ac6ca6f38d52043281fa9960 139 0.04/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.