Loading Tool

Explorer IconExplorer

Memory Pool

27,147 transactions
7.40 vMB
0.09724997 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.88/200 MB

Candidate Block

Mining Attempt 70c0fc015252475237722fb1fc0060931741266a53b7c31b14afbd22081fc56d
Version 20000000
Previous Block 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623
Merkle Root d7f0f8e575f7d1fccb689fcae51aef35703c83241604e6274bd88614b638acc2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.06196446 BTC
Avg Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,989 (664,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,644 248,644 000000000000000af5acac146b501aaf383299816706cdd67f2c5449016c1562 0.13 MB 306 117
248,643 248,643 00000000000000036db5dc9e55e20b7859d9f06be58035d4d1177536204f241f 0.07 MB 145 129
248,642 248,642 00000000000000507d0b438f2803696ac361e44a5a3e6ff237f3572f1160812a 0.00 MB 14 238
248,641 248,641 00000000000000471531937a5f361a058874bfae46b0cb44cbf2cc93c1794dae 0.12 MB 283 128
248,640 248,640 000000000000006f8505babcd66342133f161808582e83b52462cccd2231a1da 0.07 MB 133 128
248,639 248,639 000000000000008294732f4cc0536c973997145eee3708a35c7a8b0a92a64ee1 0.07 MB 138 103
248,638 248,638 000000000000000b7586bd07fa75ee4b4f1c0cb6cfe9edf335ebdf7d62b32ab4 0.02 MB 36 119
248,637 248,637 0000000000000057901bb0acc39ea68aadc487f5d0bdee0d6f64d32d3c06a19f 0.16 MB 338 110
248,636 248,636 00000000000000376548ace9a33d2270edc4a0c2185669ff841128d44d543e8b 0.00 MB 4 100
248,635 248,635 0000000000000072431edb54f31b508e9378be82b6aa3e7bc9fbe52d6f82a6f0 0.09 MB 164 101
248,634 248,634 000000000000000b53753e520231be3a07a9d378140a991444bd163925b2ec81 0.11 MB 195 153
248,633 248,633 0000000000000084395fb33b7a811b62aed0cf5367f00480939f9dc06afe9dba 0.07 MB 137 123
248,632 248,632 000000000000004a9cd5dcabf8d42831666ad1f44c5c34c29fbd6ab709866f14 0.19 MB 302 95
248,631 248,631 0000000000000042a068f8388a9f89ae70337d5d81e1ad12e2761ed1a5b12bf2 0.11 MB 207 102
248,630 248,630 0000000000000016dee75463b65fa181753857f5edbd39f96dc2c4cb4ab21a9a 0.27 MB 734 222
248,629 248,629 0000000000000073252725859444f84453c5f895a102218312d9cdd2f93af0d7 0.04 MB 69 53
248,628 248,628 0000000000000006da75063f80f0c328e2a3819129dc816a9ee03b1deae46a58 0.24 MB 589 195
248,627 248,627 000000000000005013c9e5ebd5b03b4d3bed39aeb2ba88a2dbacf45b6f42456f 0.28 MB 512 3,486
248,626 248,626 000000000000000c35ebe20fe23a4576d150c8f88ef0bed24407df7c45c7f06f 0.01 MB 31 41
248,625 248,625 00000000000000547a82115774d3302aab0c0268824a7feed9bcfb0e0b4dd2c5 0.24 MB 495 138
248,624 248,624 000000000000004862d7fe06fd667c67989043deec2a23290c253764f689b02c 0.04 MB 37 35
Previous 10 blocks ↓
Total Size: 778.82 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: 366.06 GB
    • Received: 3.32 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.