Loading Tool

Explorer IconExplorer

Memory Pool

42,145 transactions
26.60 vMB
0.06277053 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt 7081f842fa98fd4fc079a3f1db7596d06ee03cfa1aaa01e7eb74bd49d9f4dc46
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2718041b6ac87b92b5d42a42c41a0f6a364ce051a2dcb61a5fa3ccbd02f1e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.01376602 BTC
Feerates: 47.58 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (379,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,029 535,029 00000000000000000023800388087d1c21e34ba6410a6a08f93b73cd44ad57e9 2,384 1.00/1.00 vMB 31
535,028 535,028 000000000000000000112c8e4fc04863816e1d9bb36b5f9b5c35a55bd3349c7a 2,388 1.00/1.00 vMB 13
535,027 535,027 0000000000000000002c5861c66b7113b73c998ed247f4490efc228ade168f7a 1,555 1.00/1.00 vMB 6
535,026 535,026 0000000000000000001a5a608f8bd030b92a66819094354c4f611b26ff98c5ea 2,508 1.00/1.00 vMB 11
535,025 535,025 00000000000000000023960aca5969b39f02df0edc0819d7aa0dfb330c5905fd 1,781 1.00/1.00 vMB 7
535,024 535,024 0000000000000000001fbb4c4c1c94aee4e9728235983ed04615852b2eb67375 3,016 1.00/1.00 vMB 24
535,023 535,023 0000000000000000002b9e981f00f85cc295bac7d4c4dd1361f89853c94e2f2c 2,234 1.00/1.00 vMB 41
535,022 535,022 0000000000000000000d91a58632bcd710c07280d519d7628c18e771ecf70aea 1,652 1.00/1.00 vMB 17
535,021 535,021 0000000000000000001767ddde1a0d066d3ac54c52f66bf6b66056dffcff5d9a 3,007 1.00/1.00 vMB 9
535,020 535,020 0000000000000000002379bde69bd8a0755a3fbfad773a5f2b18a760728c2940 2,982 1.00/1.00 vMB 15
535,019 535,019 0000000000000000002a6f85c1a218814db46131c8e7cd4628f6960886e6972b 2,283 1.00/1.00 vMB 45
535,018 535,018 0000000000000000001843bbdc0c0f78313d9c4235a5a288f909ff88a91bc819 1,625 1.00/1.00 vMB 39
535,017 535,017 0000000000000000002ac038a3ec320d8444d9a2a18d7bcdee005fabfbba9401 1,269 1.00/1.00 vMB 10
535,016 535,016 0000000000000000001b50a2828314513956a86aa5cc0062af91624dfa424b62 644 1.00/1.00 vMB 5
535,015 535,015 0000000000000000001e8185460dde053c9c1c7cd3ff548ddfcdc42fc6e7b3b9 936 1.00/1.00 vMB 11
535,014 535,014 0000000000000000000d364aef8d333589c5b4562967b16fc02ca7d0a907afc4 733 1.00/1.00 vMB 3
535,013 535,013 0000000000000000002f0afe6cf81266234b458fefc1730de931eacdad945d3b 1,010 1.00/1.00 vMB 7
535,012 535,012 000000000000000000167b78d30316bc15eb4bd748f4a4ccbe9a40b1a1cd61de 2,173 1.00/1.00 vMB 7
535,011 535,011 000000000000000000240343a2114e9b1b054b16ee3c1d8152ae9314e4ca1ae6 2,132 1.00/1.00 vMB 15
535,010 535,010 0000000000000000001fbd38c543a14132f2042ead84a82eea2575da5cc33858 2,172 1.00/1.00 vMB 32
535,009 535,009 0000000000000000001935e22780b2ee01ed4fa850bbe91c9d2a14022e066e7c 2,085 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.