Loading Tool

Explorer IconExplorer

Memory Pool

36,295 transactions
26.20 vMB
0.07277995 BTC
Random Selection Loading Transactions
Max Size: 133.88/200 MB

Candidate Block

Mining Attempt df8ec2388cfbc6aff1525ce8bc3c606adc0ceb01410f0ab83d14170d7835cce4
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root cef0df221d00ba71cc45866911932ad7a85b736b1af5bd7da06d5225c973dcb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.02439255 BTC
Feerates: 713.01 > 2.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (424,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,869 489,869 0000000000000000005d6fed7a81d3ecf5d85547433b0d3637a60d32da82d99f 530 1.00/1.00 vMB 60
489,868 489,868 000000000000000000026083029979a74f408b5a1aa4134b4ab6deead0b37ae2 1,202 1.00/1.00 vMB 32
489,867 489,867 0000000000000000004254437cb54d68213087090ac7ea0543ee919ec1d30699 1,688 0.97/1.00 vMB 33
489,866 489,866 00000000000000000040c09a5fe6c1b25b7c7e11a2f4a668e464f5ad4bf37d91 1,347 1.00/1.00 vMB 42
489,865 489,865 00000000000000000014884c5fd2d8c94c155a04ad4fd557661cc8aee296b9c0 1,338 1.00/1.00 vMB 57
489,864 489,864 000000000000000000cc6ade608c5948f30d47d19adb8e8e2e5675a98e111d4f 1,402 1.00/1.00 vMB 20
489,863 489,863 0000000000000000004f0c0f66828d268aaec42382d596f4aff8e848fbb37070 1,388 1.00/1.00 vMB 33
489,862 489,862 00000000000000000081a4a388c4a4d844494340fab1acfd216c95abe94c8047 2,120 1.00/1.00 vMB 21
489,861 489,861 00000000000000000002798e2614f44fa61af895e33f47ba15e7e5305cc5db3a 2,212 1.00/1.00 vMB 88
489,860 489,860 000000000000000000a6050f3ca18b1dd3248714ebb24ebb8307ff9cdea1641a 1,975 1.00/1.00 vMB 112
489,859 489,859 00000000000000000092c93c51fa33f39044012c06cac54262412f92599d18e4 2,439 0.96/1.00 vMB 35
489,858 489,858 00000000000000000035f4a7e25f29191bc94384296d8b0bb317b235ccb045cb 1,838 1.00/1.00 vMB 44
489,857 489,857 0000000000000000003dd0be576392dd77685cd0970a8de6c4553b75f951b0c3 2,102 1.00/1.00 vMB 64
489,856 489,856 00000000000000000040aaed0535297396e9084da8049831d1eebfbadc8cccbb 2,204 0.96/1.00 vMB 38
489,855 489,855 00000000000000000016f311332dcc3d69e5b32cab1551516d9462d8bb4fccb7 1,623 0.95/1.00 vMB 79
489,854 489,854 00000000000000000094ba9e80b0077d08560a942914df87385375f381d8fe0f 2,441 1.00/1.00 vMB 205
489,853 489,853 0000000000000000005d9740069596bc164132080d20c2d356121b454e624d96 1,716 1.00/1.00 vMB 449
489,852 489,852 000000000000000000c9d3bb16523393fb0d2f9c0b40e4d43dc05ebbcc34dd7c 1,836 0.95/1.00 vMB 84
489,851 489,851 0000000000000000008e95526c43fb5ec34a43e6749f339b092d83a234971df1 1,793 1.00/1.00 vMB 97
489,850 489,850 00000000000000000041c27e21eae32ebf59f2a16c980a76947c164633a4e931 2,416 1.00/1.00 vMB 195
489,849 489,849 000000000000000000d01817b9092412ed4c1d962b077fa3a5d8f92c3b7e0ffb 2,598 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.