Loading Tool

Explorer IconExplorer

Memory Pool

42,184 transactions
27.68 vMB
0.07235806 BTC
Random Selection Loading Transactions
Max Size: 143.29/200 MB

Candidate Block

Mining Attempt 488fba73091373bc9c163bd7dab8c87fadb00dbc38853bcf587194046a704b48
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 445b0b7b3e4ca66a76ba9d7da3d841ca00e7546d07a1e67ee540c1f23b1e2539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01704147 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (443,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,847 470,847 00000000000000000070a1588a4c8a604ca0f88b8b0321ff3757cb2ab1abbf74 2,109 1.00/1.00 vMB 335
470,846 470,846 00000000000000000022a58a34520bfd94bf8bf96c7ef7dc55ddf7036bcb0813 1,886 1.00/1.00 vMB 340
470,845 470,845 00000000000000000030e343697a18e917c806902aa2462747cfef9aabf3f7f0 1,990 1.00/1.00 vMB 271
470,844 470,844 0000000000000000011b4d38e368d8b11985876b4d390f85507c229442de39dc 1,818 1.00/1.00 vMB 351
470,843 470,843 0000000000000000013824ae06967d98a0a21c2e64d66e13b4dcb1ec48acaa2d 2,268 1.00/1.00 vMB 393
470,842 470,842 00000000000000000060adcc40e2e46fe7627a8efa6a398bdfb11441719ab77c 2,070 1.00/1.00 vMB 336
470,841 470,841 0000000000000000005c8ed3473ce31f8b72fff3680aa5ccacf8c930e70f491a 1,418 1.00/1.00 vMB 458
470,840 470,840 00000000000000000036c5f73c0278abb7111de21a56ccfc359417a8b4a754d0 2,097 1.00/1.00 vMB 172
470,839 470,839 00000000000000000056f5e8cef842c1fe25a5711f4fe407ea41c887e9791d4f 1,975 1.00/1.00 vMB 165
470,838 470,838 000000000000000000e8dae7de8712c3b6628dcdb6bb9f28406c74fb66ab34b8 211 1.00/1.00 vMB 184
470,837 470,837 0000000000000000011fd67a9c78b22162197c4a3985e6f0f388c31b9876636b 587 1.00/1.00 vMB 261
470,836 470,836 0000000000000000015db55bc19458bb3969af56273183412de4e5be86eef635 1,444 1.00/1.00 vMB 280
470,835 470,835 000000000000000001416d78cea70cc0fafbccd970d11b9ff4bc5c42c185c5e2 1,716 1.00/1.00 vMB 386
470,834 470,834 000000000000000000d284045f98840e53114de6fb9bf043ae56249a19317e5c 2,240 1.00/1.00 vMB 440
470,833 470,833 0000000000000000012724018e3b69045cfd77380b7626f46dc2f391cdc37545 2,059 1.00/1.00 vMB 294
470,832 470,832 00000000000000000041f4d7e3a571c7215fe868e0018170767bb9a996ac1974 1,798 1.00/1.00 vMB 125
470,831 470,831 0000000000000000005eb34db4cafd9c34835863b1712efffea626dd645ede8a 1,944 1.00/1.00 vMB 238
470,830 470,830 0000000000000000004cd6414be8268824ee095d9566e43a6218b16a2167e55c 2,021 1.00/1.00 vMB 299
470,829 470,829 000000000000000000dc189b89782754073ec98bb6c20e3ff85dd290b5c32d4b 1,770 1.00/1.00 vMB 263
470,828 470,828 0000000000000000013f14fab67a314097f1db5327719e099eb233fad438fb3f 1,742 1.00/1.00 vMB 388
470,827 470,827 00000000000000000055be6f38bb5b9c291a9e244d5eb0d7b391d3e70631fd78 1,600 0.99/1.00 vMB 344
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.