Loading Tool

Explorer IconExplorer

Memory Pool

80,754 transactions
30.54 vMB
0.09376038 BTC
Random Selection Loading Transactions
Max Size: 186.03/200 MB

Candidate Block

Mining Attempt c6ef7781f7e41f505f744766d47a5cb5506945a3fbc3a5c00223a0c099e9fbb5
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 1d70b7a9935729c9f514a7ca61f603a3760b0cae2fdbba5e6cadfc4b3009318e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02393721 BTC
Feerates: 342.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (355,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,473 559,473 00000000000000000017d7642c38087ff268085f5e0909cf669d5714a8c2117d 1,677 1.00/1.00 vMB 15
559,472 559,472 000000000000000000006130aaee88a218b5e025dde45714a8aec3055ad5d55f 1,337 1.00/1.00 vMB 46
559,471 559,471 0000000000000000001bd26c304d3f4a7571a66e96a2d5da74bc747c2493195f 1,090 1.00/1.00 vMB 93
559,470 559,470 000000000000000000150f5d35afc11fe58f327460be8e3b9e2ebe2b24a5b8ab 1,286 0.50/1.00 vMB 13
559,469 559,469 000000000000000000153ed92d9a04808da547fae7bd7e52bbb05c74d439dd63 1,933 0.73/1.00 vMB 12
559,468 559,468 000000000000000000288652b07fa0bfc4cfce087dd75ff3f674b4d8ae02d02a 624 0.23/1.00 vMB 8
559,467 559,467 000000000000000000156ecd4525b8f46a234511b7615b9333be4ee8c4dbb61e 2,834 1.00/1.00 vMB 15
559,466 559,466 000000000000000000274ed49ae3dee00cc6d8e30e5be9ee0dd4bc601d0ede4c 1,193 0.44/1.00 vMB 14
559,465 559,465 000000000000000000240ce2415ab07beff474507f52e05f79bbe0c8ac85b530 1,567 0.53/1.00 vMB 2
559,464 559,464 000000000000000000181183619c54bb6336c09c36761672b94a3f3e120182f2 2,885 1.00/1.00 vMB 22
559,463 559,463 0000000000000000002e5af05166eb9d796029734f559656b43ccec71b041aff 2,747 0.92/1.00 vMB 14
559,462 559,462 0000000000000000001cbd8877e91846638ea6a857487d36eedf3e65cf679f19 1,847 0.61/1.00 vMB 15
559,461 559,461 00000000000000000022e66c38091ae2829666033b6da555d16200503ad30518 514 0.17/1.00 vMB 18
559,460 559,460 0000000000000000001b426fbb95ce120f74898c6329187a32b0c94e79e6c946 1,762 1.00/1.00 vMB 2
559,459 559,459 00000000000000000026fa967c322a1d66deb02c35a8198eab22605ec448a6f8 2,557 1.00/1.00 vMB 14
559,458 559,458 00000000000000000025d4ea46dc9e0eeb01c61663edf49a0d20cd21b27a7882 2,956 1.00/1.00 vMB 25
559,457 559,457 0000000000000000002d8dba68666fd4e3f749328bae21e0e426f58d06a18537 2,258 1.00/1.00 vMB 14
559,456 559,456 0000000000000000000177323d234d7b1df4041dbf0e33ac528bab79a16919d9 1,473 0.50/1.00 vMB 15
559,455 559,455 0000000000000000002fc1a003c2b751172b003081f2313b2e2e11500db5e693 1,017 0.39/1.00 vMB 10
559,454 559,454 000000000000000000077ff487636bda560eafe383aacba41c1e75458c514d5c 287 0.15/1.00 vMB 8
559,453 559,453 0000000000000000000ed991820fe4b11bc44852d5a784facf1f2786be3c0bff 2,677 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.07 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: 720.86 GB
    • Received: 18.28 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.