Loading Tool

Explorer IconExplorer

Memory Pool

82,040 transactions
30.92 vMB
0.07857033 BTC
Random Selection Loading Transactions
Max Size: 189.69/200 MB

Candidate Block

Mining Attempt 7cfdbc1a8020d2167698d69c1400a17dc80a14a02c8bdac15eb78d09022592ee
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 85e4c3e612f3d5667565232d7bc4dcb49a42b4649a488b96d9a2e08af3204d8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00918519 BTC
Feerates: 301.05 > 0.92 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (425,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,616 489,616 000000000000000000a0c9860d2b61e1d4dd04af3d2792e8cd1900d6b54d4d24 2,887 0.96/1.00 vMB 233
489,615 489,615 00000000000000000061df593e082299683b00b74b6f1a0df6386080374b0f5d 2,261 0.90/1.00 vMB 193
489,614 489,614 000000000000000000d7eac1b7dbc12c2a5487145c3ba60a682b03fe58aed02d 2,562 1.00/1.00 vMB 175
489,613 489,613 000000000000000000e1233e85fe829c0b76d42d6b3caec7af16362badb60713 2,325 1.00/1.00 vMB 167
489,612 489,612 0000000000000000005aec4217fc6ddbbc80031a55e191dae3776e7a256f79e8 2,444 1.00/1.00 vMB 198
489,611 489,611 00000000000000000055a96189e20082da3a273e2dd7316fe526ee0f86c8b309 2,194 1.00/1.00 vMB 192
489,610 489,610 000000000000000000f156e078dab208a87ecd9e8b4bd8c227b88b936d2533b1 2,227 1.00/1.00 vMB 190
489,609 489,609 000000000000000000b2c1868836bd1f0a41674371952d14040f646b099f63e9 1,588 0.85/1.00 vMB 161
489,608 489,608 0000000000000000003601bec8e5ac44679486109d4fcec67a1001567d7f4d98 2,426 1.00/1.00 vMB 193
489,607 489,607 000000000000000000ba1ec6e3defdd7af7eeac46cc594085d122bacbb20c54c 2,683 1.00/1.00 vMB 169
489,606 489,606 000000000000000000067cba815396faa833ced9ba3277428cfe4b6deea878bc 2,498 1.00/1.00 vMB 207
489,605 489,605 000000000000000000437a79ab767fa62a83aed4cc139112c6909edbe067bb75 2,256 0.92/1.00 vMB 201
489,604 489,604 00000000000000000023aad693d79e8494c66d7389f9eba5b61b43ccf9fa890d 2,057 1.00/1.00 vMB 220
489,603 489,603 000000000000000000c8e114c80bcfab410bebd739670876b97e6351db081ab7 2,664 1.00/1.00 vMB 192
489,602 489,602 0000000000000000008e88d1d3380c1bb0b4522a97a0aa11885a99e75c648da5 1,796 0.98/1.00 vMB 168
489,601 489,601 000000000000000000cdc73cf9827c62faaf07af58419f987ba4fcd6ade3432a 2,258 1.00/1.00 vMB 179
489,600 489,600 00000000000000000042799438aca321c215476dfa725ab157f6b56a752e639c 1,745 1.00/1.00 vMB 161
489,599 489,599 0000000000000000007b87fb50afd4078ad03bfcc511b539a5a77e79ba77b78f 2,305 1.00/1.00 vMB 211
489,598 489,598 000000000000000000d03b8c11395f47300c67d699e60cabc1d1e1ca9bc87047 2,142 1.00/1.00 vMB 205
489,597 489,597 00000000000000000093c82f26d675a18dba61abe3c28902248e0fe3f9c82ee8 2,431 1.00/1.00 vMB 189
489,596 489,596 00000000000000000076568a86cda08d7ddc45247d9223e97b771112daa42433 2,623 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.