Loading Tool

Explorer IconExplorer

Memory Pool

14,598 transactions
5.86 vMB
0.02347993 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.07/200 MB

Candidate Block

Mining Attempt 7d3d5284b48e3f546b6287877eef67988fcb99cf82b6f3e5df77ee0d41ed290f
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root b6fbb9737142f0ae05d13f0b308f194d1d70bd5f5e5eb5923d1e9dc66b31442d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.01347681 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (708,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,977 204,977 00000000000004d72c40e97b3a25327f79db6a8174583635ccb8916a760b1c2c 162 0.07 vMB 215
204,976 204,976 00000000000001caa92c181282c69cac496e923a9a383da6b6c3045a5fa3679b 51 0.02 vMB 131
204,975 204,975 00000000000000a36570a7a60e7394ed68dffc6ec0988cf69f794aaa7b5212ff 68 0.06 vMB 169
204,974 204,974 00000000000003e6d0678567854bebcbae652e1556bcff3d10dffaba3b742dc9 229 0.10 vMB 171
204,973 204,973 0000000000000406563ea79fa0a280946a77384513534e8777663ee1188e330f 10 0.01 vMB 84
204,972 204,972 0000000000000291fb401305e5de4599fce2a42b229eedaab3562bb3c7ed51b0 344 0.17 vMB 61
204,971 204,971 00000000000003fdeba6c6b218e05ea1ea89509f8a5640cb10766bec4b028688 10 0.01 vMB 31
204,970 204,970 00000000000003b1e33eb7d7e2ae9f954f82665cadeda1dca4796045561e169a 329 0.11 vMB 168
204,969 204,969 00000000000002fd1386dd22cdb91ef6ab4f792e0eaf29e5c88e167b970e2500 154 0.05 vMB 98
204,968 204,968 00000000000000485754f34e872b8b30693b689514dadaf19d4d9f51d5e06a6d 193 0.07 vMB 149
204,967 204,967 00000000000005165f042346c4ada31f1220a5fcde670a3c38f77767d69703e4 54 0.03 vMB 25
204,966 204,966 00000000000001296a56ebb212d226eb59e8ee114b1ba82a32aaad7856c489e8 380 0.14 vMB 172
204,965 204,965 0000000000000098e953d33b7331bb628236773f11d9d1d0c6227d4a55c44287 9 0.00 vMB 42
204,964 204,964 00000000000004b4705dedf1df14337bd8e5b32bf56f48e1c7376cf255618175 259 0.11 vMB 151
204,963 204,963 000000000000016222edc3171b0fad8aef1f8ad8e62208ae9e50a9a12940e6b4 115 0.04 vMB 307
204,962 204,962 00000000000002ba7d68a1e89417bd90e2c9d01bf04bc3be1365fd4b28b46534 34 0.01 vMB 120
204,961 204,961 00000000000002e3cea0e039502a47356945335d6a6b2e1f19480ffa705dc30e 48 0.02 vMB 177
204,960 204,960 000000000000000d498c7693d517a01071939ecc1950475da272c5f5598f9310 91 0.03 vMB 100
204,959 204,959 00000000000002ae7c4a49ad14d105c31202ed208f655b10dfbad9d9dabd0e89 260 0.12 vMB 138
204,958 204,958 00000000000003315da4560212a2b7f1485b74d3de3f8b1766fd2e8d7c38f206 104 0.06 vMB 158
204,957 204,957 0000000000000522d8d4dde75dd16590983f2db464c8db9bf06e1739bbecb699 45 0.02 vMB 139
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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