Loading Tool

Explorer IconExplorer

Memory Pool

82,390 transactions
31.01 vMB
0.08817902 BTC
Random Selection Loading Transactions
Max Size: 190.16/200 MB

Candidate Block

Mining Attempt 0ad85e80a88ebd70ed5f03d47bfc9cc035d1808d722c321a4f9bb4c3a58b0e52
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 6d6f43a2ec3cc063cd158de0d3a5ec1f247f3f1bb0e9fa8feb52323100b3e2f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.01833273 BTC
Feerates: 235.42 > 1.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (347,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,106 568,106 00000000000000000011c2ea3083749838cd131decd9f1ee8a8d27f58f754825 2,988 1.00/1.00 vMB 40
568,105 568,105 000000000000000000286d15fd2b9f1067c72da3588aa897450df9ca510d7df1 333 0.11/1.00 vMB 34
568,104 568,104 00000000000000000020256b3ce00d99a72cb8492712b07f80f75264b955ba9c 441 0.14/1.00 vMB 27
568,103 568,103 0000000000000000001ab70ea235a1b364bb427d8ea2b3e01d2bc975088f7740 186 0.07/1.00 vMB 24
568,102 568,102 000000000000000000127597ed8dbf37569b21da91ab880becaf546296b23326 1,441 0.54/1.00 vMB 25
568,101 568,101 0000000000000000000ab4abc07d3436183370f798c3b924d037063fbfbd05cc 610 0.21/1.00 vMB 28
568,100 568,100 00000000000000000026064f82f7a5ae62b18dd1f6690559bcad21eb03887ccf 2,196 0.92/1.00 vMB 27
568,099 568,099 000000000000000000199ad6f8f2aabe3e7edea78612eb4585969c3414d1b5ff 1,672 0.58/1.00 vMB 28
568,098 568,098 0000000000000000002663efa6ac2cf0d6558ec73c634f28424b2ad1269d892e 1,718 0.69/1.00 vMB 26
568,097 568,097 0000000000000000001b6b05fb0a3fb08b4a556826f10c554ffdf84dff32dbf0 702 0.69/1.00 vMB 5
568,096 568,096 0000000000000000002b361b77544b3e5a7129f5b17f8ad1d78e91ba7886cfc0 2,161 1.00/1.00 vMB 5
568,095 568,095 0000000000000000001daa5737c6364d3b93c8b985a0ba54dfd52b4d8cadc81b 3,024 1.00/1.00 vMB 9
568,094 568,094 0000000000000000002d46fe64972ec1cfc5eb3a16aa46af33a8f961b8b2999a 2,791 1.00/1.00 vMB 26
568,093 568,093 0000000000000000002a25b39c063745cd343ff0fed6381a9c893b717b16e733 2,684 1.00/1.00 vMB 17
568,092 568,092 00000000000000000025794dbdd866756dbd66788f0f03e9c9cc9497490c9d72 2,539 1.00/1.00 vMB 36
568,091 568,091 00000000000000000009360637035639578ea6628f209a219ba99abf55f33106 2,646 1.00/1.00 vMB 36
568,090 568,090 000000000000000000087b203546af2cd71bc3e411dc5e4fe8cb44a62b72f4f6 2,780 1.00/1.00 vMB 33
568,089 568,089 000000000000000000282a7e2218958f5b106fd6eb779abbe23af417a8c478fd 3,039 1.00/1.00 vMB 38
568,088 568,088 000000000000000000171368db4ec8a42b6010efa2cc1fd006d939c274a03ab4 1,489 1.00/1.00 vMB 31
568,087 568,087 0000000000000000002d38b39c699eca5f87ce8c04e8acca0bff22fbc00098c8 2,650 1.00/1.00 vMB 45
568,086 568,086 0000000000000000001db54966065277f607cd2524e7fc880e142520dcbef33d 2,324 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.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: 709.76 GB
    • Received: 16.98 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.