Loading Tool

Explorer IconExplorer

Memory Pool

20,546 transactions
5.15 vMB
0.07615993 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.19/200 MB

Candidate Block

Mining Attempt 6f3603e8371cc6e9f2cd5856caf34093654f3c7a479e94e9e981e03a3c1302e0
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root 57fefdb64b5ad4820f5db6794fe5f9e565e009a97b8045cbe6304959c0474aa5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,969
Size: 1.00 vMB
Total Fees: 0.06292651 BTC
Median Feerate: 2.45 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (633,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,660 279,660 00000000000000001978281d35925bf51c3b6d08cebd5ac75d437c60074335c7 0.03 MB 90 238
279,659 279,659 00000000000000003c808c2cebce828c91f42d75ba72527b21655a53e3db5e4d 0.25 MB 571 37
279,658 279,658 00000000000000024a92d8775fd984d1cfa5a69d8f23b2204b82520d039d4312 0.03 MB 81 246
279,657 279,657 0000000000000000704b4811824dd6a1429050abfcffdce2dcfa8b8b2d987a8e 0.02 MB 35 161
279,656 279,656 0000000000000000dff075126d105a2d0bcfe06c842cbe47511f37c80c0c2020 0.06 MB 145 110
279,655 279,655 0000000000000002a4e63de477b9708ba14ea3ef86de1524d49fce4ffa68a206 0.10 MB 169 38
279,654 279,654 000000000000000145b711ea088ebe56bba0ca9ba8021fd658d8d98ba09706b4 0.07 MB 157 36
279,653 279,653 0000000000000000d6db1e82c045409128bbc6c789673083385b663aa8562065 0.03 MB 71 36
279,652 279,652 0000000000000002bf8c29c0722f0be5f6ea08b7986a8ed0e3e2f175d7636f87 0.19 MB 304 22
279,651 279,651 00000000000000013f27316bb0b1a88b4510d6cfdf58f470c8251e302b5b55fa 0.25 MB 718 73
279,650 279,650 00000000000000025b229c6fa44fc35d5deceb803da8a7558d44ca2d2096e7a6 0.04 MB 103 42
279,649 279,649 0000000000000000076b6ed7d1fbc3bd24f77a1e614691b42440f340867fe9ec 0.09 MB 210 105
279,648 279,648 000000000000000214876d25b809810ff1c020b09658de5ae2d3c07f4de345c3 0.08 MB 184 36
279,647 279,647 00000000000000009da5e7ec3ddb1823fb0ae0a9d301d119a680655d8b8203d4 0.18 MB 380 66
279,646 279,646 00000000000000005de9c07e50ca6b313efc0ebd29592f76eedd3d02564df9cd 0.10 MB 264 44
279,645 279,645 0000000000000000d44ab751bc4da1f86724dd8fffa9cc3eb0ccc8f15815271d 0.03 MB 77 46
279,644 279,644 0000000000000002fb64fddd6b55c0117f3888714ba345643486b194a100ce46 0.00 MB 1 0
279,643 279,643 0000000000000002f04708930d2824e9696c0ad0489da11842790782f65dea00 0.18 MB 317 35
279,642 279,642 0000000000000001665af33e315c071bda5b6b77c087f912beca976c509e1ff1 0.07 MB 125 20
279,641 279,641 0000000000000002207f32112f5ff1d45d873193933ea4616213196131d5285a 0.24 MB 408 49
279,640 279,640 000000000000000289b8d24931a718501c68aba1b50adc357ffaea0a392c19a5 0.03 MB 102 67
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 39
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1.91 GB
    • Received: 0.06 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.