Loading Tool

Explorer IconExplorer

Memory Pool

46,209 transactions
28.17 vMB
0.07462658 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 4097a4e069fcd2142c179cc7ffb257e901151128846eb8e3f12c543c0bc5172e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (392,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,147 522,147 000000000000000000174ed4342cb506e6a711ff64e06df3ac5f0ecd2be75a8a 851 0.63/1.00 vMB 24
522,146 522,146 000000000000000000244e1ee4dfc2ddd4498f83c3f2cac6b8103736f34b0125 1,657 0.94/1.00 vMB 22
522,145 522,145 0000000000000000001b6ac119d2688c6083fbdbbddac7f2d49b7e8a63808ee8 1,883 1.00/1.00 vMB 10
522,144 522,144 0000000000000000002ff87d63c62cb421f0f935d58677e02d8feae6a0a2e9fe 2,160 1.00/1.00 vMB 37
522,143 522,143 00000000000000000018ec4d369bab2c13174834a02138decea7c85685d46bd6 1,533 1.00/1.00 vMB 8
522,142 522,142 0000000000000000003f39c75bdcaf04948468b78765fc0afb00fa855c4b18b7 2,573 1.00/1.00 vMB 41
522,141 522,141 0000000000000000001fe6a79f0b9698bf378ae666ac4ec38a1139605da3b848 2,399 1.00/1.00 vMB 16
522,140 522,140 0000000000000000001b6920e205d7808134dcd79c8a4a378c0d4021ff985b85 1,935 1.00/1.00 vMB 39
522,139 522,139 000000000000000000032d9bafba46df7277dac7d8dbea0d1c74d885b2c27872 2,346 1.00/1.00 vMB 28
522,138 522,138 0000000000000000002d433b5e1c45c69ae854acddc09bc98488ba35fb557cea 2,646 1.00/1.00 vMB 20
522,137 522,137 000000000000000000099002b2fbe3b6c05948b951d77800d2557a7ccb08cd00 2,473 1.00/1.00 vMB 27
522,136 522,136 000000000000000000184adf7501f63219e6e2995092156ce25f0082f03cd132 1,808 0.77/1.00 vMB 24
522,135 522,135 0000000000000000001e3f5b577b71549aae553f8a0dd0feeec54b912f853f2a 2,303 1.00/1.00 vMB 22
522,134 522,134 0000000000000000003803a0fb2c7cd79ad568d5e35ab0a9dde9e6efed4dd610 387 0.18/1.00 vMB 38
522,133 522,133 000000000000000000225835aeef0fdc72c09cda07edd0da0d56c61d58af7b5d 1,150 0.47/1.00 vMB 19
522,132 522,132 000000000000000000257dd0242f038bbf6bbed6de065a04dccbe95e096de9c7 1,047 0.44/1.00 vMB 30
522,131 522,131 00000000000000000012e187316fd69f6bec8cf48704246aaf816ecfb99eabad 834 0.39/1.00 vMB 14
522,130 522,130 00000000000000000027850b28b25c4ad546393095fba1b0f6a07b528787ce9d 2,392 1.00/1.00 vMB 9
522,129 522,129 00000000000000000007442e3863c774e8ba9bc68f5151f97da392dfaafaf93b 1,708 1.00/1.00 vMB 8
522,128 522,128 0000000000000000001d353ff41168a62e8e7a6dcd8a987c81c942ee734bfcb2 2,864 1.00/1.00 vMB 39
522,127 522,127 0000000000000000000fc52e01db5f7d1189f4bc6966664f855d00a67f8df848 272 0.14/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.28 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: 656.75 GB
    • Received: 14.43 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.