Loading Tool

Explorer IconExplorer

Memory Pool

84,607 transactions
31.77 vMB
0.16333296 BTC
Random Selection Loading Transactions
Max Size: 189.11/200 MB

Candidate Block

Mining Attempt dd6b01478aaa877fba06c0d1f570297f2a31179c16aa4d2a1a962c28e66ab630
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 042036ffc4fa0e50d76689a827eb6a09e16c3b4477d6070edd582314b75bd9ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.05181359 BTC
Feerates: 402.75 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (380,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,409 534,409 00000000000000000024bd6537fcfc904f1c66b4ca2ef57195b9ade1261280db 1,862 1.00/1.00 vMB 30
534,408 534,408 00000000000000000027cef4b4fcbdbd653e63f868230dbe3b67e9420a7c4a00 2,272 1.00/1.00 vMB 28
534,407 534,407 0000000000000000002bf84717cf3bbfedbf69d69eb9ff94830afd1bcd90099b 2,489 1.00/1.00 vMB 26
534,406 534,406 0000000000000000002a8a4ae417adfd32ec5f9e2b311cc4e845bd59e7c09e86 2,379 1.00/1.00 vMB 30
534,405 534,405 000000000000000000097adc03892f76b0ac31004ba6f8e0500d016d6b70de35 2,176 1.00/1.00 vMB 9
534,404 534,404 0000000000000000002ad4af60b974705caf687c9f1e0eeee4592c42c67104dd 1,642 1.00/1.00 vMB 10
534,403 534,403 0000000000000000001ac21811fd63f56148a82f1f71d09d4dfea4342e274688 2,249 1.00/1.00 vMB 25
534,402 534,402 000000000000000000158494753565d296297483e7fd8673c99314efa987ddd1 2,031 1.00/1.00 vMB 12
534,401 534,401 0000000000000000000b957fa086735ce2766c0c94276b8436fffc5c8ea66b9f 3,024 1.00/1.00 vMB 7
534,400 534,400 0000000000000000002a1e23648869208d4932f7635d5e109af078a43da05ff8 2,981 1.00/1.00 vMB 32
534,399 534,399 0000000000000000000b6ed0f4ccaa10a8ebc706db8c778888244a56d3f0df81 2,307 1.00/1.00 vMB 16
534,398 534,398 0000000000000000001a8624abf7ade94b5c5a78019321a5ded820436c3400df 2,412 1.00/1.00 vMB 44
534,397 534,397 000000000000000000059550eaeda269c9589ddbb31a065f46f6cb12205b029d 1,094 1.00/1.00 vMB 18
534,396 534,396 0000000000000000002c2825ab90e09cff6f167c89f0201cbce23531b87278c9 1,092 1.00/1.00 vMB 43
534,395 534,395 00000000000000000006d69bada33c93743c51679e1d08dd4a6495a1ced4a2fa 952 1.00/1.00 vMB 84
534,394 534,394 0000000000000000000d0fc198e35405927c3ba3e6599c979b0c9ccab88f2b85 2,345 1.00/1.00 vMB 24
534,393 534,393 0000000000000000001a363e595127b66d92c1b55383524be5a886ef96de10ce 2,456 1.00/1.00 vMB 8
534,392 534,392 00000000000000000025570105f9cad09c3e293a95a668bd94625d6d1de6c0ff 2,886 1.00/1.00 vMB 17
534,391 534,391 0000000000000000001bb4915bce61eb8c5720d53c06113dcaa6ee71c5abec25 2,198 1.00/1.00 vMB 39
534,390 534,390 00000000000000000018e744b6cc6c1deda6d7f41b5fecc6bcae82a344761c03 2,234 1.00/1.00 vMB 51
534,389 534,389 0000000000000000000451906f4b2c6341240abfd586e855eba752884980cd63 1,858 0.75/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.