Loading Tool

Explorer IconExplorer

Memory Pool

76,119 transactions
28.39 vMB
0.06412335 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt 3949b2955a9d3dbdc0058d6ae86331d821e243656b1e7dfea49a285251d7487e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0afb13feb252c6770fc37e5d3dde649ac2614ace8632ad28d9f68f6ee3985073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.00542519 BTC
Feerates: 41.50 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (362,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,857 552,857 0000000000000000000d5ec2b3b415b574d9efd38d261b7b200bd7e0057c7bab 1,880 1.00/1.00 vMB 10
552,856 552,856 00000000000000000026a191b533ed4fe574a76f18f5ef4c95831fa138d328b6 1,725 1.00/1.00 vMB 25
552,855 552,855 00000000000000000028d95bfd2885f2ffb230150f005413fc3137be104f7ec5 1,812 1.00/1.00 vMB 19
552,854 552,854 0000000000000000001e9ab101a38ecb0b4d0a4d51da6bfa259976cd2f34a3b7 2,895 1.00/1.00 vMB 37
552,853 552,853 0000000000000000001622b41c960266eef414e969d9fd842bd3d204615778b8 3,054 1.00/1.00 vMB 45
552,852 552,852 0000000000000000002e967dc0fc24889f327670bb79dcdff6ec490bc102378c 1,581 1.00/1.00 vMB 13
552,851 552,851 000000000000000000307b74d68bab8c2a4f84d7209bc5a8f035b67d616be847 3,097 1.00/1.00 vMB 39
552,850 552,850 00000000000000000010b87624e0d7a0de67e604dca9f89ecb9670033585de13 3,382 1.00/1.00 vMB 34
552,849 552,849 00000000000000000029d764c85700716f71d647ff61854391c3d728ccd07476 2,071 1.00/1.00 vMB 35
552,848 552,848 000000000000000000261b66717b6fded30a11e04d708fa2a483257db54c1234 2,470 1.00/1.00 vMB 45
552,847 552,847 0000000000000000002178bb315d28dcd36f3bfd7a0c660aa48bba9f0425734d 2,303 1.00/1.00 vMB 32
552,846 552,846 00000000000000000020ff5a3a79b89ec47ab7e8b40f6a663a0f620d622fce21 2,570 1.00/1.00 vMB 16
552,845 552,845 00000000000000000016bc41e11310999656918561e79e5c2023b71f70403a46 2,126 1.00/1.00 vMB 17
552,844 552,844 000000000000000000197777d9c5cb879bad9e8e44a67a893c5577016eb273ed 2,299 1.00/1.00 vMB 37
552,843 552,843 0000000000000000002288356d656d6978c0704be2b8964bb1d91f0726542b11 2,940 1.00/1.00 vMB 22
552,842 552,842 00000000000000000013f4e1196d200e8cfac03ec02b61ddb124d7faff7b3b88 2,282 1.00/1.00 vMB 64
552,841 552,841 0000000000000000002ddd691ee5bc048244d3365a57cd90c78284963ce7a77f 1,901 1.00/1.00 vMB 25
552,840 552,840 0000000000000000002bb00226bf05be3ecf1b8e13bf4066a2acc9454d361b08 2,638 1.00/1.00 vMB 17
552,839 552,839 00000000000000000004012d27f0d7bf1d5686bde87294324a42dacb2c742eb0 1,431 1.00/1.00 vMB 37
552,838 552,838 0000000000000000000bd4471d3e00f07bc477dc62fcc5e68670e38fa2ef44c2 869 1.00/1.00 vMB 7
552,837 552,837 0000000000000000002efb70a0937e51bcd8de90a539b7b04b28ffea8f63f0e1 2,653 1.00/1.00 vMB 10
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: 673.13 GB
    • Received: 16.40 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.