Loading Tool

Explorer IconExplorer

Memory Pool

76,595 transactions
27.66 vMB
0.07835375 BTC
Random Selection Loading Transactions
Max Size: 168.87/200 MB

Candidate Block

Mining Attempt 68f328916b0d4f24a5c021811f04c42cef3a76f95f636ea7e1949aebf85272de
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 3b3ee53f0af464cb82309073ee340fa30c726aebae9679bb00a99e9222c17221
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.01931515 BTC
Feerates: 402.60 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (232,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,952 682,952 000000000000000000056e16b2d1d46e0370f0277bb7b62dfb88db2a2e400d8c 2,611 1.00/1.00 vMB 75
682,951 682,951 00000000000000000005aeb509abd1c98af7db195a6e57898e1273e7a50eed51 2,537 1.00/1.00 vMB 65
682,950 682,950 000000000000000000018c81e5c4ce50114eab530aa3a7c01d4dc171fa16bf03 2,832 1.00/1.00 vMB 94
682,949 682,949 0000000000000000000130c1c5607bc663835e8ce53ad99d7a9e67c8a99506f0 2,836 1.00/1.00 vMB 106
682,948 682,948 0000000000000000000be676cdc68e8f4b7f9a60743f6aa4b63cb8cbbdb9154d 2,984 1.00/1.00 vMB 103
682,947 682,947 0000000000000000000070815fbd03d22c4914cfb0348fbbea3b7f878864a748 2,367 1.00/1.00 vMB 74
682,946 682,946 00000000000000000008037876c0f6f150a8729c4abe1a28f79d650017433c2e 2,738 1.00/1.00 vMB 79
682,945 682,945 00000000000000000000dc7329a78001cbaf24d49ed8beaec57303d721226228 2,555 1.00/1.00 vMB 93
682,944 682,944 000000000000000000091a24787e45bcb6b38cd4cabe08b9f6becb9165e14484 3,165 1.00/1.00 vMB 85
682,943 682,943 0000000000000000000ba014b3ecd0388ce13879aac3472bc4a5bce5b1f3a6fd 2,270 1.00/1.00 vMB 86
682,942 682,942 0000000000000000000c3ac08e8b2077e74b358e7f6fd18a990cc3707e56de2d 2,265 1.00/1.00 vMB 104
682,941 682,941 000000000000000000071dfec1f7cbb29184498b0fee51706a40ce161d9f73d4 342 1.00/1.00 vMB 86
682,940 682,940 00000000000000000004f7abecbb6903ce17e25d600ae10d5a997ace8ee1c983 1,182 1.00/1.00 vMB 92
682,939 682,939 0000000000000000000b06280407b2293b7b111914ef2303baa2887201ee9087 2,272 1.00/1.00 vMB 94
682,938 682,938 000000000000000000019c978bdc719d6dc4fc6d9284ee441d0c3d421f36adcb 2,221 1.00/1.00 vMB 96
682,937 682,937 0000000000000000000b3ea69a905279d5be3a4fc12da54874d0dfb3387fb891 1,605 1.00/1.00 vMB 88
682,936 682,936 0000000000000000000b9a177b9b2e4248307154de8e4014ea7b7ad9ccb8d0b3 2,709 1.00/1.00 vMB 97
682,935 682,935 00000000000000000008263abf077e1d432583c16b20bd5d2e349654e28e4568 2,252 1.00/1.00 vMB 109
682,934 682,934 000000000000000000051219264d6326a40338c499a13a951e214a6410aa3e08 2,413 1.00/1.00 vMB 92
682,933 682,933 000000000000000000004925508dc42dfcf8b78deb772bdaf50184173dcd6b24 3,015 1.00/1.00 vMB 103
682,932 682,932 00000000000000000007ee6209b2b64f4ebf88dc5ad5ddc435d9aa37e12c1bc2 1,846 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.