Loading Tool

Explorer IconExplorer

Memory Pool

40,589 transactions
27.88 vMB
0.07211786 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt 5febd4552335228262093e3589139ede4fa0635eb0db7195449dddc6fabb00d1
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5beedd917386d310760f9ab5e1981e59339f628aeee7fb794787ade6011bfc8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.01872387 BTC
Feerates: 101.49 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (426,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,619 488,619 0000000000000000004d2e72d5bdce5167d80998d8507b4e17612188684750a7 2,015 1.00/1.00 vMB 86
488,618 488,618 000000000000000000c27698ee26296d873f41317aeac6ec50ffb6d862dd4e29 1,509 0.65/1.00 vMB 112
488,617 488,617 00000000000000000067b3e9a2fea8efb84c888bd5f436a0c091a53ed0a138fc 2,135 1.00/1.00 vMB 80
488,616 488,616 000000000000000000f03f222ab6d20b0cc7960fa1d1f13683a10354d4dba472 2,530 1.00/1.00 vMB 31
488,615 488,615 00000000000000000075b21aca31befa0f1bf2a32df8f9a3f4750da8c2264921 2,769 0.97/1.00 vMB 83
488,614 488,614 0000000000000000004ba97a931891cb09bd19f17c13709d1523bbeb854fb0b0 2,314 0.89/1.00 vMB 86
488,613 488,613 000000000000000000c9732337d52fe40f4fa21f4598a463a1ce9057d73f2862 2,675 0.94/1.00 vMB 84
488,612 488,612 000000000000000000a5a57aa23a58134b2f40ac2d306186140f25b09b7c196e 2,113 0.89/1.00 vMB 133
488,611 488,611 000000000000000000e856b54434fb7b1e0fa27785aa83788c5873f0011f835c 2,084 1.00/1.00 vMB 168
488,610 488,610 0000000000000000001e6bf4e0b4fcff5d7118c3d0ef1bf6b4aa54fd1e7834b0 1,952 1.00/1.00 vMB 128
488,609 488,609 0000000000000000004cd66d95997c89b4ee8fc474603fd6baaa7df1b5f58108 1,984 0.95/1.00 vMB 130
488,608 488,608 0000000000000000003c33a15c733619d22395e9ef882c033451dc42a968b5b9 2,150 0.96/1.00 vMB 158
488,607 488,607 000000000000000000cd4ea876d76df4e2c438d323003f459e822a11712cb24a 1,846 0.98/1.00 vMB 149
488,606 488,606 0000000000000000000a531d9950f43cecf1b014cb7b95000a3b858cb575661f 2,596 1.00/1.00 vMB 162
488,605 488,605 000000000000000000eb2807d230b3a3b53f74cbe5da15fe173b22c24a68aa99 2,297 0.93/1.00 vMB 178
488,604 488,604 000000000000000000f574d2cd47e251d1b1e1b012ded9c03f2544f2112eda23 2,094 1.00/1.00 vMB 161
488,603 488,603 000000000000000000c70b73f25b1160ad1788032ef508e81aab1a42ce243e7c 474 0.13/1.00 vMB 163
488,602 488,602 000000000000000000c846d2b6f832701fe77cde2cd1ac2c6276b24ba0d4c73d 2,475 1.00/1.00 vMB 174
488,601 488,601 000000000000000000f62523f9e3322042925d81c5cf36129366f35e671b1172 2,546 1.00/1.00 vMB 246
488,600 488,600 000000000000000000eb0c60da61b464c8756344c08d1bb3ed0bf497648186dd 1,572 1.00/1.00 vMB 118
488,599 488,599 000000000000000000322abcaf36c1c5e0201fcd1d3dcdf9cd5ead19ca77baf1 2,017 0.93/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.