Loading Tool

Explorer IconExplorer

Memory Pool

81,432 transactions
29.95 vMB
0.15612749 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt a4d7d5aef2d78c757b3739cbeaf0cbe9f1a6e818b7112ce8c7a7823094ac8f67
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 4b93d91be7c558bca67712244b99af9e5ce1633bea1032ff533cd01d82b8027f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05932302 BTC
Feerates: 1,002.91 > 5.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (216,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,288 699,288 00000000000000000006a28f70631f81865d9cc189d18c36fe16147fd1e3b0da 1,169 1.00/1.00 vMB 6
699,287 699,287 0000000000000000000c2c81c872e7fd0b9524d3a4dde6cfb7a0fad3afaa2093 1,044 1.00/1.00 vMB 6
699,286 699,286 000000000000000000008f38a2a3e7947fad64ddd23a31d720edb5799b1fc8da 180 1.00/1.00 vMB 2
699,285 699,285 00000000000000000008e74b0dd095b43b40c4d02c62a729964e947e7fcff5f6 1,147 1.00/1.00 vMB 5
699,284 699,284 000000000000000000006518a5d65058e9894d3fcc74b38e2918c11bd7029922 806 1.00/1.00 vMB 6
699,283 699,283 000000000000000000032bb6c3ff18720221268b044e83bd0b08aca9f1fae646 1,353 1.00/1.00 vMB 6
699,282 699,282 000000000000000000008d382d31704a48c5e62f59c4bebd813500044a44d215 2,544 1.00/1.00 vMB 12
699,281 699,281 00000000000000000002696d209f6b1cb1b5c39d7d7750fe08fe635727a99193 1,657 1.00/1.00 vMB 9
699,280 699,280 0000000000000000000e86ad63b1138b84367be8d502c47be51beb71567f506c 430 1.00/1.00 vMB 2
699,279 699,279 0000000000000000000693db827f7a6936b42d176b7214ccf213dcf7c9b61606 737 1.00/1.00 vMB 5
699,278 699,278 0000000000000000000bf5d7b4f4e4f243a023ce40d4bb3e1c3ffe85dbf94c86 2,665 1.00/1.00 vMB 10
699,277 699,277 0000000000000000000da7794d4c1f558365f07085d48182bbf5faa5bfa210c9 1,289 1.00/1.00 vMB 6
699,276 699,276 00000000000000000002ba1a51932f78f9352a361a6245c2c4e8e98940546cde 2,583 1.00/1.00 vMB 7
699,275 699,275 00000000000000000001dc089a1f52b3f72a25fc0abb2f3be3b2517d9a802fed 2,599 1.00/1.00 vMB 29
699,274 699,274 00000000000000000009dcae18a0028f045d0febe5bd35e2c67ab731b4e073d0 1,211 0.67/1.00 vMB 12
699,273 699,273 00000000000000000004f188341af005070c56106477f9139a43da8da7225633 2,166 1.00/1.00 vMB 12
699,272 699,272 0000000000000000000580d7f98bc1590d268271c0a1487f15a1c93c79d03b79 71 0.07/1.00 vMB 5
699,271 699,271 00000000000000000002b55b83d014d6a9dfeb167e2b1e87b0de119eb46cc926 841 0.75/1.00 vMB 4
699,270 699,270 00000000000000000003707c6def11498ba7608b03a7186cd4ffc38e4f57e654 2,147 1.00/1.00 vMB 7
699,269 699,269 0000000000000000000beaef66c163470045d2d92e61b3198a07b31f43fa2764 2,378 1.00/1.00 vMB 17
699,268 699,268 00000000000000000001550290f7a877fd2bbe9e78fabeddd7f17e386a3a9742 182 0.08/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.