Loading Tool

Explorer IconExplorer

Memory Pool

68,049 transactions
25.90 vMB
0.06178508 BTC
Random Selection Loading Transactions
Max Size: 156.13/200 MB

Candidate Block

Mining Attempt 4764afd80cf1c1655c1b846c9cabb6b126bdc9bb71c9e66d9b351238a1b2b82d
Version 20000000
Previous Block 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425
Merkle Root 03fc9050ea443e22cec37ef29cf77126b9d6df6094b4628b24eafd1fcf1f58ea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,268
Size: 1.00 vMB
Total Fees: 0.00693983 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,499 (827,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,038 88,038 000000000016a23b0ceecefbcfc33812c04db12daf8b21d56b8934e42a3baa80 1 0.00/1.00 vMB 0
88,037 88,037 00000000001b93714f532fbbb0541c885f2d448f84cbd715066b55c350c8357f 1 0.00/1.00 vMB 0
88,036 88,036 000000000010ebdf19682dbcbe511612467d8d0fbd2cd398d3eb18a03234bf56 1 0.00/1.00 vMB 0
88,035 88,035 000000000019bf3869130d2d9166e6cabbe041cae33b9c8b45b04703eeccb8cd 2 0.00/1.00 vMB 0
88,034 88,034 000000000006a6188b643fcfae3388cd17a90829f81dd3e55d5cdf59e7c0efe5 1 0.00/1.00 vMB 0
88,033 88,033 000000000005b18d4262c93d375d7b4a1cdc59d0eb19047df00e396bd7a89dd0 1 0.00/1.00 vMB 0
88,032 88,032 00000000001deed566a7600d2b6700e98d643e344e8f6dbde095965eca5ab106 1 0.00/1.00 vMB 0
88,031 88,031 00000000001bcfb1cee0b1ef8440bb11345e5b81f23e96859842f3eef02c432b 2 0.00/1.00 vMB 0
88,030 88,030 00000000001b9d3574da4ae5c4a9b4076bc5ba18bc33415b51771d3b2331fe47 2 0.00/1.00 vMB 0
88,029 88,029 000000000003e39df3c7b4f4a609937889af8c9d5324bd722b34c53f17311125 1 0.00/1.00 vMB 0
88,028 88,028 000000000012a9651594eb07223d44e6f38431bf4a3870bc5c228cc59400bb75 1 0.00/1.00 vMB 0
88,027 88,027 000000000009363ef7cd43f50c97a2c980be1e7f9c10dd1f32d0057b99ce2027 4 0.00/1.00 vMB 0
88,026 88,026 0000000000198b875884fc69cd40685f08713f3559775bf2d768b3823dec04c4 1 0.00/1.00 vMB 0
88,025 88,025 0000000000196b985b4d9a9dfb4332f9c01fc51482f4c700f2376c6357a482d1 1 0.00/1.00 vMB 0
88,024 88,024 0000000000046ced16a6396efb58c5e98ae8e8ff1ab10c8e8ec4841c62d2fbde 1 0.00/1.00 vMB 0
88,023 88,023 00000000000b5811f419d43cf227073edc5b455c135668e62c1630fd645add89 1 0.00/1.00 vMB 0
88,022 88,022 00000000001729e391667f61558d96834e7fa3226f46c3203f08b9f72713e02f 3 0.00/1.00 vMB 0
88,021 88,021 00000000000fef6730e4a09496d30d7469bea7aa052a4787ef429b426319b8ca 1 0.00/1.00 vMB 0
88,020 88,020 000000000013c8b2f0ddc17ef778bc3590bb32a704aa5e38a6042abf98a4c89e 2 0.00/1.00 vMB 0
88,019 88,019 0000000000040dcef0181001f3a7d6831813d743add3648dd7e662149cc316b2 3 0.00/1.00 vMB 0
88,018 88,018 00000000000304c1dab8390d26d183fa9944e4235745b9f34c701616fb8c8006 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.26 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: 763.38 GB
    • Received: 19.18 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.