Loading Tool

Explorer IconExplorer

Memory Pool

39,958 transactions
20.58 vMB
0.09175228 BTC
Random Selection Loading Transactions
Max Size: 113.15/200 MB

Candidate Block

Mining Attempt 49463ed8d83ff38b15d11247c387721cdc50224aec04bb9c924a7d13aa5ce8ca
Version 20000000
Previous Block 00000000000000000000e9678e3a9241a1ffdbcd1aa54b1d367482d04be74d7a
Merkle Root d7b9e7ce734f0cb08e0aad39914cce3c22e562d78496b2a03983430185c8e14e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04444686 BTC
Feerates: 454.44 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,111 (872,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,183 41,183 0000000002b9024e36e18f61943d0bf09d52edd928ebc88dcc1322c98bd95f0b 1 0.00/1.00 vMB 0
41,182 41,182 0000000005602cf5c499140ecdcc0c39bc711ae6276aed3702ae5a065ea05fee 1 0.00/1.00 vMB 0
41,181 41,181 000000002b2094f4cb61b3d326c4f4744a9765cbacf8f9837703995210237120 1 0.00/1.00 vMB 0
41,180 41,180 0000000012530a0fe80a93328d282105f594f6088b82c07f791f934d023f122e 1 0.00/1.00 vMB 0
41,179 41,179 0000000043dfc30825779f4a16a408beb7c9d2b79c1644cb7ad647715804b1d5 1 0.00/1.00 vMB 0
41,178 41,178 00000000496e14599bff0a3375e03331e005649147ca9ee71a98403cf67d9ecc 1 0.00/1.00 vMB 0
41,177 41,177 0000000019cdcd0533cfa98020e58989215142f4b95b31b9ca26c825c9e272ac 1 0.00/1.00 vMB 0
41,176 41,176 0000000001c65c181634ca6a6a42283ee84713520af65fba87e0c7c14968ab8a 1 0.00/1.00 vMB 0
41,175 41,175 00000000098e8882055dbd9ed8c3bafafc9f8bfc5b94ae7c8b681fcdf1ab00b7 1 0.00/1.00 vMB 0
41,174 41,174 0000000005349f58d14b6d85f35e1ca6a12a7f4e6d4d22006001f26f74129aa7 1 0.00/1.00 vMB 0
41,173 41,173 000000003cfa8694a355550f3f266314dc42f602e49bdd62703b26184cc0c4f6 1 0.00/1.00 vMB 0
41,172 41,172 000000002c4570bbf15b0673ea8670df332e800f992060757f546e0d88d513a2 1 0.00/1.00 vMB 0
41,171 41,171 000000002c68bf787d7eaf45649d235db74d26643294e1a26a49d82adefdd0c7 1 0.00/1.00 vMB 0
41,170 41,170 00000000505d21aa946fcd9b9aaa30076891072404bfda61052bdf791dc44407 1 0.00/1.00 vMB 0
41,169 41,169 00000000449accde0512a63b95af3be2ad14d0c49792b0ef2835d36cde86969d 1 0.00/1.00 vMB 0
41,168 41,168 0000000000b950ebddc104288c08b7f2b4e28ecd931e1ce69fb93b5a9cea2048 1 0.00/1.00 vMB 0
41,167 41,167 0000000062133b485c0b780c6dc6c41ee2f24d99ea96c1b2f86c41dc25fc69de 1 0.00/1.00 vMB 0
41,166 41,166 000000005956fd7bb0d3a23533aee66e77c39f998b826b89099cdfdff2393c2d 1 0.00/1.00 vMB 0
41,165 41,165 000000002ff4e28668f601d26fbaf799ed24751e0f91cd381f3fa1f8bf72b5f4 1 0.00/1.00 vMB 0
41,164 41,164 0000000056a6492054980cc9291b26a49de8c1de93030a69770935e34958af77 1 0.00/1.00 vMB 0
41,163 41,163 000000004ce3bb19c73f7178fad78e0c6fbcc37504e058696772deee501f4adf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.64 GB
    • Received: 7.27 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.