Loading Tool

Explorer IconExplorer

Memory Pool

81,201 transactions
30.19 vMB
0.13374584 BTC
Random Selection Loading Transactions
Max Size: 181.52/200 MB

Candidate Block

Mining Attempt 29eec070f7bf99e32ba40d87490d06049f5f6d599bf232cbe46ac88f647dcc9d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 027f467e064bb022e6423da682450557791c152bb8ae58caab43e77b4d273a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.05630402 BTC
Feerates: 242.90 > 5.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (514,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,941 400,941 000000000000000002d9472827ce17ceeec26dd49aa567e4ca52da5610e593be 2,831 0.93/1.00 vMB 64
400,940 400,940 000000000000000003621d4761d189c62e820cf6500fde296f746dce3ea693d6 2,358 0.99/1.00 vMB 88
400,939 400,939 0000000000000000026d23f3a6e56410dfd70b56d7e9b1e37cc119d9ad5ff84f 2,569 1.00/1.00 vMB 54
400,938 400,938 00000000000000000128b04e874e89efd0cafbc6e55138d904babfc92771d3ef 3,200 1.00/1.00 vMB 63
400,937 400,937 0000000000000000032cf7611f280a917787877f78665e1eecdb7e6e78dba29b 1,464 0.93/1.00 vMB 73
400,936 400,936 000000000000000001bf14d555c816a0f80d99730d5b1a611760f1c7f36b309c 1 0.00/1.00 vMB 0
400,935 400,935 0000000000000000060aefc271d8af402281774ef64e5409c97f63bcbc9b6c22 2,357 1.00/1.00 vMB 115
400,934 400,934 0000000000000000064b23bbadb83058be3854488e8ad17bfe27bac9e7347afb 1,376 1.00/1.00 vMB 26
400,933 400,933 0000000000000000045e4eda32619da8d0fcb9a7814e20a35b3c7c76d1f7e0eb 2,175 0.93/1.00 vMB 60
400,932 400,932 000000000000000002a7c8bf4526527e115350e052d352e6d2ad26bb7ed2203e 1,924 1.00/1.00 vMB 37
400,931 400,931 0000000000000000049fccc2264bfd81c323bd696d15a1c67a7dbc3c42ba4ed3 2,400 1.00/1.00 vMB 64
400,930 400,930 000000000000000001617ad20098812502f6140d184683122ad695644f0274fb 2,172 1.00/1.00 vMB 58
400,929 400,929 000000000000000001dae624ca213bdfefff28b8ae08c93a1e804c8eedfe3b93 1,021 1.00/1.00 vMB 28
400,928 400,928 000000000000000000312d17218b7d2019487a3d8426d6e901ed937ccfb55795 1,016 1.00/1.00 vMB 27
400,927 400,927 000000000000000000dcd99dc7c5733713ddf5c651e4cbd13fb32ad07b5a6541 676 1.00/1.00 vMB 17
400,926 400,926 00000000000000000158c8a09c8c3ec6e2623051f6f80c165511ea80845852c7 1,002 1.00/1.00 vMB 22
400,925 400,925 0000000000000000031d7378631a8c735a8457af351d6ef1e50937f97feef428 1,584 0.99/1.00 vMB 42
400,924 400,924 000000000000000005d9d9aa9a3f5b34438bef6a8459dfaf76d21448e77aba73 1,124 1.00/1.00 vMB 24
400,923 400,923 0000000000000000035c983c3bab0fcbed580d5778992305724db8ff7c76824a 1,113 0.93/1.00 vMB 35
400,922 400,922 000000000000000004541436b42a2e78eb97f009a016042f16e11cf1a90f08cc 1,639 1.00/1.00 vMB 32
400,921 400,921 0000000000000000014e0b0b1d0eccf686c2296dcc40f5b1129081504636e091 1,554 0.92/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.67 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: 674.10 GB
    • Received: 16.43 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.