Loading Tool

Explorer IconExplorer

Memory Pool

78,531 transactions
33.52 vMB
0.14849093 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt ef973d049c9ee0787a1975e2bf4903a78e90e7a833d66cb3749f6c3b7b2a59cb
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root 64e7f8034a5d38056c1f957a5806854e9f5427912e79abb3f0df1aecdfe3eff5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.03826259 BTC
Feerates: 150.61 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (891,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,548 23,548 0000000047f471768580873a52a9d587ee790ffd17c31b971d4704cd98aa5cd2 1 0.00/1.00 vMB 0
23,547 23,547 00000000bdd2ba199f031e9cc24523aa1f97fc60e7416699ab20dfc5829718a3 1 0.00/1.00 vMB 0
23,546 23,546 000000002760b393961a909d0691ba55df33326d99c2ccc224076ec81a64794f 1 0.00/1.00 vMB 0
23,545 23,545 00000000bd92659b81afd61c01ee834203a8ffcbb45141056f446fda393d5515 1 0.00/1.00 vMB 0
23,544 23,544 0000000016255d04da1cf787bc55f93964711ac30f833a196b37fdf99dd0949d 1 0.00/1.00 vMB 0
23,543 23,543 000000002505506e8a93bee11ad8d7d6121f037400e89bfcd4f7f877f707e55e 1 0.00/1.00 vMB 0
23,542 23,542 00000000a1f0b7ccb26f2b6e26392d6ed21aa32c2774f9c2e931b8775ef6048a 1 0.00/1.00 vMB 0
23,541 23,541 000000004994b29674f27ac81d3c65ed539fddac296438286b71fe941f01e9fa 1 0.00/1.00 vMB 0
23,540 23,540 00000000f5bb240b94776f06230958874040db8591efb46fd6c9510695bf366f 1 0.00/1.00 vMB 0
23,539 23,539 000000003e53b89dce560e61aec00bbba4d0bc6439fe15624342efcb3487e570 1 0.00/1.00 vMB 0
23,538 23,538 000000005661de9f0f283455e0f42daf917bd6ad1a4918fe58eeb8eb83bc15a9 1 0.00/1.00 vMB 0
23,537 23,537 0000000024d9a4d155b4ebbc95bcc1a00a20d15c058c82ff1a5f9969e16f7dba 1 0.00/1.00 vMB 0
23,536 23,536 00000000465e2b7138e89281d9cb2ed94cadbe5cd7eb37a09d019ef85ad312f4 1 0.00/1.00 vMB 0
23,535 23,535 000000009c44a849ec490f1da968a05de042a3fc24936f2e841cac81b0aa7ea9 1 0.00/1.00 vMB 0
23,534 23,534 000000002f4ac67af265174c065a974bad0314f84c3dbda03a4b9e6656c2d622 1 0.00/1.00 vMB 0
23,533 23,533 00000000c9e7508cceac9804583fb7a4a1bb1ae8e458c104c8a260c89a4c5bdb 1 0.00/1.00 vMB 0
23,532 23,532 0000000014ac4851c412a40104c1020c233055192f6128f439ed1d0e427c01c4 1 0.00/1.00 vMB 0
23,531 23,531 00000000cdb5162d4e19da5cb4ffce3a9ae5629b9421d2aac81a8bd1a7733149 1 0.00/1.00 vMB 0
23,530 23,530 00000000cfdde5673bb9035b56881e5fae74dbf2a29f5f221eab5bf4af340224 1 0.00/1.00 vMB 0
23,529 23,529 0000000092b86e58cb3e70e8dfccefbbb2db23a6a1c79543ba0e9432fbf938a2 1 0.00/1.00 vMB 0
23,528 23,528 00000000dcdc33d24bb607d51960b09841567449a8807110812a3385a68cac7b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.60 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.