Loading Tool

Explorer IconExplorer

Memory Pool

47,078 transactions
29.52 vMB
0.15256811 BTC
Random Selection Loading Transactions
Max Size: 156.36/200 MB

Candidate Block

Mining Attempt ea2ce4e05bf0f9ddb7e3d9d74e518da41642dd5caf532edae02d91b2706c5f13
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 5702e4babf7104ec1fd26a7629d773951f99b3a0f537c9ec882ed6ca9210cfda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.08571993 BTC
Feerates: 15,654.48 > 8.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (901,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,657 13,657 00000000124f61bd5bb2ccca946d503cd6c9353ddd04ecc490b301415272799e 1 0.00/1.00 vMB 0
13,656 13,656 00000000514924eab0c6b439ab6b40cce306ffcd9f329bc49cb995dbc0ccd727 1 0.00/1.00 vMB 0
13,655 13,655 000000005860b822d7ae7db9321036b847be79a918b5adb6114c32302dd9321e 1 0.00/1.00 vMB 0
13,654 13,654 00000000a8df4695f0f0be8f542fa91d3311e0f0ac1f85177bd91f49bbfa64b2 1 0.00/1.00 vMB 0
13,653 13,653 00000000e22ed985e4b173ba95308fdb01452e9445350a0a3ba7c0c094d7142e 1 0.00/1.00 vMB 0
13,652 13,652 00000000e38d8ab4b60fb953999b6837a2920aaffccbc9f48d9ea331cb8d99bc 1 0.00/1.00 vMB 0
13,651 13,651 00000000d9e761e9ca6d2a1dc734ed69a6fd7abea1824bb81aecd854ec41670c 1 0.00/1.00 vMB 0
13,650 13,650 00000000851e0011fcb5bd5941f50f79a9414946b7f357160cb5b757ec204907 1 0.00/1.00 vMB 0
13,649 13,649 000000009f402521178b94025fcb40d2d8f2487501ac28e254464e6e2f624d26 1 0.00/1.00 vMB 0
13,648 13,648 0000000017ce129ba8c578b8921627201c6ab68cf6f9ee3b106d69a1865304ee 1 0.00/1.00 vMB 0
13,647 13,647 00000000d1055ea83c1784e009045439475b44add5a644ca72be014ed2197c76 1 0.00/1.00 vMB 0
13,646 13,646 000000008bcac3b98168ab215e9ba2ad4ed834dd1cad6a2c1f5888b3f6bfdae2 1 0.00/1.00 vMB 0
13,645 13,645 00000000398d72c00cd18c4878f3ebbf7902aa5b8e217cb8d30a2c31d70550d4 1 0.00/1.00 vMB 0
13,644 13,644 00000000ad1998e265014682217a18be3e3a7988aac5ee7f4c3407f948a19b3f 1 0.00/1.00 vMB 0
13,643 13,643 000000006ccf23ee21dc5455b5e4c71d93186358697961e99ac7e78baebe3ad4 1 0.00/1.00 vMB 0
13,642 13,642 00000000937732bad4cdfbe2f3a76fc5d8331b502da3319cba1bded7a57352cf 1 0.00/1.00 vMB 0
13,641 13,641 00000000e046df1fe4e44751d3f1bc7fe1b5ca87ef497274963489e96073906d 1 0.00/1.00 vMB 0
13,640 13,640 000000005c7457c6eddaa41ace457fcd09338fcff653f1a60e79ca48c1f0cb8b 1 0.00/1.00 vMB 0
13,639 13,639 000000002accb47e7b6c1a2ac0fd5a6b1ae1bcdcff5e196ce7444a87ecbe086e 1 0.00/1.00 vMB 0
13,638 13,638 00000000e2f38849f4ff82b1d4804acd4b71021c2607ad9f7d6d555290cfc288 1 0.00/1.00 vMB 0
13,637 13,637 00000000df089edf7b842ee7a8781bd6b9bf6321669c2def522c40955699bc7a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.