Loading Tool

Explorer IconExplorer

Memory Pool

81,250 transactions
31.51 vMB
0.07349846 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt 8be2ccb13bf235009a4cc09c10b4e932bcfb1f2deb5d86e719eb88687e674449
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root fc4462193f86454bc7d249b46b83c47a5c322ee34b70a9f6eb01145d71a755e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,626
Size: 1.00 vMB
Total Fees: 0.00504542 BTC
Feerates: 73.20 > 0.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (514,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,945 400,945 00000000000000000496b8cba67b031774a39df9a6befa4ad1015659f12f8431 2,036 1.00/1.00 vMB 41
400,944 400,944 00000000000000000200356b7cd1e4205cf5dfc3d3ab275dce3495d5490190ca 1,925 0.93/1.00 vMB 73
400,943 400,943 0000000000000000017b3ddc93e2de48f6be3777a7dbf3d9195513bb2dab89ef 2,458 0.93/1.00 vMB 58
400,942 400,942 000000000000000005ac397b1fc78f31afc244964471bce8a65d78991f2aaf0c 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.