Loading Tool

Explorer IconExplorer

Memory Pool

79,141 transactions
29.36 vMB
0.12451996 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt bed06f4e44b03f76a146d8235dcbefe2ce7137ad2b31ce81de358e1633783c33
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9347ac78068232c4c75bdbdcfce4af9439eb6c43c3acd15c8c7fafc5fcf55006
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.04510900 BTC
Feerates: 150.80 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (501,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,657 413,657 0000000000000000040d7ad074a70640413dd7dc7061d66570c3c5548cbd2828 926 1.00/1.00 vMB 82
413,656 413,656 000000000000000001b8b251efd50a4a4e4f90d6162f5eeb181b7528b5e8ab05 1,622 1.00/1.00 vMB 103
413,655 413,655 000000000000000000b45070370dc62ffcf9110ef3a09b05ef738cf14ce2be7b 1,321 1.00/1.00 vMB 27
413,654 413,654 000000000000000002ebcad7cf94f09680e5a98c243407c7d40a30fb8eda4dce 1,292 1.00/1.00 vMB 33
413,653 413,653 0000000000000000044a64cbb6b69f1aab63ee6f280ee9d1c2e59676011c693b 2,083 1.00/1.00 vMB 41
413,652 413,652 0000000000000000022d961ae7ec05ef2fe1b5f49c0b5030f15c70b1d567cfd6 1,227 0.99/1.00 vMB 35
413,651 413,651 0000000000000000025d0cc56b778deb41f75f13c92ac39a11106c6378920daf 1,596 1.00/1.00 vMB 33
413,650 413,650 0000000000000000016fce7e15b3ed391fa63e2d2bbd1ea7222965d4234ec383 2,195 1.00/1.00 vMB 29
413,649 413,649 000000000000000002c5010230a5db21b3d11b8e07e5ccb9e1309dc3d4c3efc2 2,292 1.00/1.00 vMB 44
413,648 413,648 00000000000000000054f0ef2668a95fbd730465cee94713c663bd3dedf4f21d 1,334 1.00/1.00 vMB 68
413,647 413,647 00000000000000000325a91eabb00ce34793133d8e28948e1da82d63945f3d9d 1,646 1.00/1.00 vMB 60
413,646 413,646 000000000000000000e24797df08349a10bd45f3cf1e839320e16b8ddc43002a 2,211 1.00/1.00 vMB 57
413,645 413,645 000000000000000000e320afe3117316aec12294502c5993dcdde95c9efb98d4 1,874 1.00/1.00 vMB 61
413,644 413,644 0000000000000000054472723f24c6abd33947f67264329dea8015d594ff3dad 1,384 1.00/1.00 vMB 87
413,643 413,643 000000000000000004ce25c3427f09a3916339835f1fc76b2554bec51489b545 1,901 1.00/1.00 vMB 51
413,642 413,642 0000000000000000017f8735a259071eb6d8aad4fb895af40defd1f5e9e9cada 1,298 0.99/1.00 vMB 51
413,641 413,641 000000000000000003033602f725c399ee11d363a9462cd4bdef65add78a24b9 1,551 1.00/1.00 vMB 56
413,640 413,640 000000000000000001b956716ec0a3ff3487b2d42a0106e88557bf7605631b7a 1,941 1.00/1.00 vMB 64
413,639 413,639 000000000000000001fa992cebbb5257d0c51029deb896d68f7fc942cd129da5 1,789 1.00/1.00 vMB 70
413,638 413,638 0000000000000000046068efb5cfe1938f5206c4693ecca833fe388bd7b60b0a 1,796 1.00/1.00 vMB 71
413,637 413,637 0000000000000000000eb7335dfd965cc12e69ff2e97be1933e5cff96851c57f 1,329 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.