Loading Tool

Explorer IconExplorer

Memory Pool

84,853 transactions
31.39 vMB
0.15282565 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt 56c1be0b539b159c899a95c2e7512e0d3c31e9fe7d8708affc4f76f2869b2d52
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 4e332cc8b53b070c5481f66b5939c423d8cb4da1f75b995c016dfab87dd7d01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.08056639 BTC
Feerates: 366.60 > 8.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (375,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,328 539,328 0000000000000000000d3e2ce766e938c439861a22da92503f670c4551834301 2,442 1.00/1.00 vMB 20
539,327 539,327 0000000000000000002487df2a8ac9bf73783b4194c58950233ba599f56c07c3 1,833 1.00/1.00 vMB 3
539,326 539,326 00000000000000000003623ef102a70551779528577994aca1196c728d710c29 2,309 1.00/1.00 vMB 15
539,325 539,325 00000000000000000013a7cc6f24adeaa6e75a4a7e7aa8526455fa7db021bea1 2,233 1.00/1.00 vMB 28
539,324 539,324 000000000000000000241c7044bcccaa73d235557a54ff1f873c6e8e74cce8e7 2,188 1.00/1.00 vMB 28
539,323 539,323 00000000000000000000bcf55826065291e106a58c607e160ef2e82665b6b357 2,093 1.00/1.00 vMB 32
539,322 539,322 000000000000000000253baa7603b3b56e39ebd81ab44804c4aeefc60a41ebab 120 0.09/1.00 vMB 58
539,321 539,321 0000000000000000000d951123261e1687e1c1af187c8a196176d989cdb4ed87 1,227 0.69/1.00 vMB 18
539,320 539,320 00000000000000000016a99251223d744224dd369a89026716d0b360fa3b5bd2 59 0.03/1.00 vMB 21
539,319 539,319 00000000000000000028fb5555957980e6b702c18828b93cf6fea2e68d9aa886 2,113 1.00/1.00 vMB 8
539,318 539,318 0000000000000000001e569e57fb8b94aaf2676bc214d928a00ed0241e7d621a 2,043 1.00/1.00 vMB 38
539,317 539,317 0000000000000000000a41fb13b4eedad4bca790d3ca3a3ae6d7e4d6317ca596 1,511 0.85/1.00 vMB 14
539,316 539,316 0000000000000000001fd6b5446d102b84d70931b45b7bf684686776824725d3 2,043 1.00/1.00 vMB 24
539,315 539,315 0000000000000000001b3a49acd62b1f287df8b4aa61604cba80c0c03043a11f 1,644 1.00/1.00 vMB 34
539,314 539,314 0000000000000000000e37ceaea0c9f3ce6a847ee5e1c12ff7f5bf3aef025e49 979 1.00/1.00 vMB 3
539,313 539,313 0000000000000000001cbb939a6ba205cd3f6ebca375968a66f294945631cdfc 621 1.00/1.00 vMB 6
539,312 539,312 000000000000000000069a0f1e805c6b538b63b98d9b82236ca64c63fa7d90a1 1,131 1.00/1.00 vMB 5
539,311 539,311 0000000000000000001cb5bf059cfc9145e3bd26c71bb0a4cdee770497a788ce 2,570 1.00/1.00 vMB 28
539,310 539,310 0000000000000000000503ee22336c58514c94c7c63419434d13ffe684ce823a 2,457 1.00/1.00 vMB 23
539,309 539,309 00000000000000000009fcfc863afa566665ed7a58d461f0e5d68e7422e9a8ef 1,740 1.00/1.00 vMB 9
539,308 539,308 000000000000000000029657975c7d5c3f3fcbb0919b4c07f9879f7265c57b1d 2,453 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.34 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: 661.68 GB
    • Received: 14.82 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.