Loading Tool

Explorer IconExplorer

Memory Pool

46,303 transactions
28.87 vMB
0.14353472 BTC
Random Selection Loading Transactions
Max Size: 152.76/200 MB

Candidate Block

Mining Attempt 2abe8975963db1c5c0928c6f661c0b64d3b17550630625bb0599efc0644f5551
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 9168d4714ac8eebacc201fba2153c62d4d250577b055374858e21a9af11d940c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,513
Size: 1.00 vMB
Total Fees: 0.08125582 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (333,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,595 581,595 000000000000000000258759e7002293c556d02df4a68641c97c4eb84268402a 2,507 1.00/1.00 vMB 146
581,594 581,594 000000000000000000112d7f924f5ee68134fe0c289b7b2ba415810659dda9b5 1,124 1.00/1.00 vMB 104
581,593 581,593 0000000000000000000a31351a0ebe4de6303b5cf813b8e2107b52548fe5929f 1,935 1.00/1.00 vMB 62
581,592 581,592 0000000000000000002418d931caa5788e0e85b3759f7ebc2245a4418a01943a 2,096 1.00/1.00 vMB 86
581,591 581,591 00000000000000000016a14a2ca0e8abbf53ff72459469ee44196f95e40cca5b 2,624 1.00/1.00 vMB 47
581,590 581,590 00000000000000000024ff2bb3fbcd7548b11e0dff2c75fffd79aeb8a76a398c 2,900 1.00/1.00 vMB 55
581,589 581,589 00000000000000000012b255419f93d021cbb4c8f881d7fec26b897c50e1aa8b 2,381 1.00/1.00 vMB 74
581,588 581,588 000000000000000000044501ac5c4395b8400138b514d2048130bb1ae33c072f 1,999 1.00/1.00 vMB 104
581,587 581,587 0000000000000000000a2052dbc4e958cc4373a0ba9638a4b86304ec78543a69 2,922 1.00/1.00 vMB 95
581,586 581,586 0000000000000000001c3fcf7af80ae4529a75d20b184c4a5b13757b7f4aab9d 2,645 1.00/1.00 vMB 58
581,585 581,585 0000000000000000001bb39b4738332d93ccfa1fd576a308e5e7422c4afc5784 2,115 1.00/1.00 vMB 43
581,584 581,584 0000000000000000000583abc8570bc1830569b21094f503ba9f94c55bd9685e 2,625 1.00/1.00 vMB 71
581,583 581,583 0000000000000000001b7b19b6f13ddb5ab0e56104be95befac44172080799f4 2,895 1.00/1.00 vMB 95
581,582 581,582 000000000000000000229c60bd8cb34d897e7c2dddcb2eb313141b409ac252fc 2,028 1.00/1.00 vMB 71
581,581 581,581 000000000000000000025e55090322725571aca23f8ca86e6c826b0a1b77a0c3 2,262 1.00/1.00 vMB 104
581,580 581,580 00000000000000000007161d98025b3cb126c1bea02a3f9fc7c84e292981c72f 2,004 1.00/1.00 vMB 62
581,579 581,579 00000000000000000013395b4a2a6fd86f90258042bbeecc95f804f849502479 1,763 1.00/1.00 vMB 61
581,578 581,578 00000000000000000021bb26116d644da74dcc58b4d3f0e66e747578452b760d 2,265 1.00/1.00 vMB 75
581,577 581,577 0000000000000000001cfe220bf71e9586fa388de381c7328036107d873fa287 2,578 1.00/1.00 vMB 104
581,576 581,576 00000000000000000005bb4e2e18ff4c4036d09c18b57beab7ccd7902d9fbcd6 2,470 1.00/1.00 vMB 35
581,575 581,575 0000000000000000002591c5625c817a999cbc1f1c0f4f2f29fbe7584721ca2d 2,526 1.00/1.00 vMB 66
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.75 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.