Loading Tool

Explorer IconExplorer

Memory Pool

10,201 transactions
2.77 vMB
0.01648001 BTC
Random Selection Loading Transactions
Max Size: 20.13/200 MB

Candidate Block

Mining Attempt baf12fa2a4b1624448c3e95d2d20c38446226b2e6c850d5d149ccb80456b4e69
Version 20000000
Previous Block 0000000000000000000169993d17efec5552bb0b9ef6508f08f15feec7ed7050
Merkle Root 6341ed0a7067a8d9a65e8764c7172ef5c22926d3bb7e77322d4163bb36a439a0
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,335
Size: 1.00 vMB
Total Fees: 0.01458694 BTC
Feerates: 749.51 > 1.46 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,180 (16,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
922,145 922,145 000000000000000000018fc607113347c146f4e38f6197e6cc2a439157232f3c 1,734 1.00/1.00 vMB 2
922,144 922,144 0000000000000000000165a25d99f185bea6147b5c8991209b6cc81743426de5 2,453 1.00/1.00 vMB 2
922,143 922,143 0000000000000000000004966dcda33cbff60176723a9a08d4c5e95e13723351 3,466 1.00/1.00 vMB 4
922,142 922,142 0000000000000000000080eabdf37f7d37195884b3b9f2f54c899ae71feb6602 2,795 1.00/1.00 vMB 4
922,141 922,141 00000000000000000000d795a26889496ba65606bfb585d93d05d33e4ddc7127 2,479 0.83/1.00 vMB 3
922,140 922,140 000000000000000000013bcbc1c9bcbacfc2e86aa9855c4cb772c53de8b8d0bf 2,741 1.00/1.00 vMB 3
922,139 922,139 0000000000000000000107781fbfe910a5446bb23717b1411b3ad824923ee4d3 2,124 1.00/1.00 vMB 1
922,138 922,138 0000000000000000000176096928ae08c5c2dc8f9e7247a549580cf81bcb5f62 3,335 1.00/1.00 vMB 2
922,137 922,137 00000000000000000001348a09de48bbc61f7a21936671d3e04e7a6a9447973e 3,339 1.00/1.00 vMB 2
922,136 922,136 000000000000000000018bf9899401944c35d6ec16bd8e1de3147fbdb57f9f65 2,142 1.00/1.00 vMB 2
922,135 922,135 000000000000000000018204e5d81ebe5d2deff258c2f4867f7c5df0b017b4f8 2,162 1.00/1.00 vMB 1
922,134 922,134 0000000000000000000138e65b8f19e08da8220cb410f4a665d16ab3e2b093d0 3,117 1.00/1.00 vMB 3
922,133 922,133 00000000000000000000c350a2f4102db039df070292f22f29ce4174ebc95618 2,314 1.00/1.00 vMB 2
922,132 922,132 0000000000000000000147dfa991c2d37326671941fa4ad384e4a8873c6562bb 1,746 1.00/1.00 vMB 1
922,131 922,131 00000000000000000000e1ba7037c13731e49dba5ea806256a9135fae470ad37 1,392 1.00/1.00 vMB 2
922,130 922,130 00000000000000000001c56fdd79f6e23cf281d82ddc525ec70db86c1b710108 2,899 1.00/1.00 vMB 3
922,129 922,129 0000000000000000000197bbbe911a0e7d36637e3de80473b753f0f253ebca3e 3,337 1.00/1.00 vMB 3
922,128 922,128 000000000000000000018418e0f1c46b253a7e44c3922015f77f2835753ec6e8 3,593 1.00/1.00 vMB 3
922,127 922,127 000000000000000000004efcd9d720ffcdd92c8523f179aa358d39c7f0589f9a 2,262 1.00/1.00 vMB 8
922,126 922,126 000000000000000000017ebd94f8ba2b61dc6253e5bec10e673fea12375cb582 4,517 1.00/1.00 vMB 5
922,125 922,125 00000000000000000000951bb69de96c7e2d3184dd39640595a935bff74e5527 2,890 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 823.47 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: 4,085.63 GB
    • Received: 223.93 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.