Loading Tool

Explorer IconExplorer

Memory Pool

87,095 transactions
32.06 vMB
0.11588237 BTC
Random Selection Loading Transactions
Max Size: 195.98/200 MB

Candidate Block

Mining Attempt 6a6ce3274cb835d3fa3a7a3b1137703aa5467bae70f4e9c73b573b3ab8f183c0
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2ab94f39850348047e57b20f4253ae286c98dc2adfbcce0f5d6d284abab60903
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.03204534 BTC
Feerates: 1,236.26 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (55,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,350 860,350 0000000000000000000010ab474343e50d310693ab2bbdf5890794ced6f09609 2,814 1.00/1.00 vMB 8
860,349 860,349 00000000000000000002053025ca8f07c2797bc50f401ee96bba32d9adc72ffa 3,928 1.00/1.00 vMB 4
860,348 860,348 000000000000000000002cb4807f8b8a066ef96c12c5a2a1a87c53ae45f5026a 3,078 1.00/1.00 vMB 10
860,347 860,347 00000000000000000001eb2bfd0014434dbe2ed4e5108c096aa8bc19482ad825 5,342 1.00/1.00 vMB 4
860,346 860,346 00000000000000000000d7bdd35b8d5410dd6075cfe9216388f6f3f62c493084 6,775 1.00/1.00 vMB 3
860,345 860,345 0000000000000000000017fc5dccc483dfce06ff5e2ff719550bb43571ed8072 6,722 1.00/1.00 vMB 3
860,344 860,344 00000000000000000001ac55c48c71daa1eba69ae7e25bbddb4fc182c9d01b89 7,835 1.00/1.00 vMB 2
860,343 860,343 000000000000000000026f189f380ba37a394ae96ad44b0ad44c5a2501f12a93 3,175 1.00/1.00 vMB 4
860,342 860,342 0000000000000000000165d28485aca338d7ac1fa0c50bc3b9c38aab3da3ec88 5,506 1.00/1.00 vMB 3
860,341 860,341 000000000000000000020a4cfa5e91e136d203eb5dbc36de6afbf1ebae548b3d 7,546 1.00/1.00 vMB 2
860,340 860,340 00000000000000000002bb3e91e036af1a5c98bd75b59f5b179430b70e74f382 6,657 1.00/1.00 vMB 3
860,339 860,339 00000000000000000001cc751db04725efee7ac6fd16ec12f180c9763cd7f227 5,621 1.00/1.00 vMB 3
860,338 860,338 000000000000000000008f2c9b1f9dfd6184adad15449d73447e2db5ff9a7eba 5,971 1.00/1.00 vMB 3
860,337 860,337 000000000000000000030f6f4965c76786d8ebb7fd945a89577317aab1082fdb 7,199 1.00/1.00 vMB 2
860,336 860,336 000000000000000000007c9a9af036d5cb24b55681fd8d1f6b343c2b7adb5195 5,478 1.00/1.00 vMB 3
860,335 860,335 00000000000000000000dde62bd2d4dd172fa4144d14f8a2ba55360d2728d0cc 5,161 1.00/1.00 vMB 4
860,334 860,334 00000000000000000000283a0392ea0a0835ded252dd5a24378dd93c3494f14f 6,787 1.00/1.00 vMB 3
860,333 860,333 00000000000000000001940908bbd6a08c5a503273ac894c91536b978147c99a 4,249 1.00/1.00 vMB 4
860,332 860,332 00000000000000000001615c7e4ad7bfe2f38c270e36b7968d9013284fadd0f7 2,214 1.00/1.00 vMB 3
860,331 860,331 00000000000000000000b5990a9747b8798dd52beebac72412f8b91072860b7c 2,820 1.00/1.00 vMB 3
860,330 860,330 000000000000000000019eddf5077e9e390aea24d5317ce9f980400599253a04 3,404 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.