Loading Tool

Explorer IconExplorer

Memory Pool

24,206 transactions
10.60 vMB
0.03177351 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.63/200 MB

Candidate Block

Mining Attempt e1ed20a632468fc9202d4ea6dbee99b86dd60e581891e1209876bcd7bc1e4e7a
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 5ac546b4fb7471bf63bcb1ebad0fd01e413acfec2c21820d0d787d76ef1a0324
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01420347 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (664,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,638 248,638 000000000000000b7586bd07fa75ee4b4f1c0cb6cfe9edf335ebdf7d62b32ab4 36 0.02 vMB 119
248,637 248,637 0000000000000057901bb0acc39ea68aadc487f5d0bdee0d6f64d32d3c06a19f 338 0.16 vMB 110
248,636 248,636 00000000000000376548ace9a33d2270edc4a0c2185669ff841128d44d543e8b 4 0.00 vMB 100
248,635 248,635 0000000000000072431edb54f31b508e9378be82b6aa3e7bc9fbe52d6f82a6f0 164 0.09 vMB 101
248,634 248,634 000000000000000b53753e520231be3a07a9d378140a991444bd163925b2ec81 195 0.11 vMB 153
248,633 248,633 0000000000000084395fb33b7a811b62aed0cf5367f00480939f9dc06afe9dba 137 0.07 vMB 123
248,632 248,632 000000000000004a9cd5dcabf8d42831666ad1f44c5c34c29fbd6ab709866f14 302 0.19 vMB 95
248,631 248,631 0000000000000042a068f8388a9f89ae70337d5d81e1ad12e2761ed1a5b12bf2 207 0.11 vMB 102
248,630 248,630 0000000000000016dee75463b65fa181753857f5edbd39f96dc2c4cb4ab21a9a 734 0.27 vMB 222
248,629 248,629 0000000000000073252725859444f84453c5f895a102218312d9cdd2f93af0d7 69 0.04 vMB 53
248,628 248,628 0000000000000006da75063f80f0c328e2a3819129dc816a9ee03b1deae46a58 589 0.24 vMB 195
248,627 248,627 000000000000005013c9e5ebd5b03b4d3bed39aeb2ba88a2dbacf45b6f42456f 512 0.28 vMB 3,486
248,626 248,626 000000000000000c35ebe20fe23a4576d150c8f88ef0bed24407df7c45c7f06f 31 0.01 vMB 41
248,625 248,625 00000000000000547a82115774d3302aab0c0268824a7feed9bcfb0e0b4dd2c5 495 0.24 vMB 138
248,624 248,624 000000000000004862d7fe06fd667c67989043deec2a23290c253764f689b02c 37 0.04 vMB 35
248,623 248,623 00000000000000171709dbc8763e81b627266c208b1311f6018e4e817b5945ed 486 0.25 vMB 135
248,622 248,622 00000000000000297d56cce011be76055ef9bbab3bd2627b4fc588e124cba9b3 26 0.01 vMB 137
248,621 248,621 000000000000002aa946a954a143a67fb143043e7d9321f09dd6ef3ad24d61cd 375 0.15 vMB 188
248,620 248,620 000000000000002fe154db4966cde56acfcdb56e098d05b11ec7dd1f1e3e0f2b 233 0.12 vMB 36
248,619 248,619 000000000000003431eb03aae30642c5eea8b19d378a6a3198ebec26eea9e567 685 0.25 vMB 195
248,618 248,618 0000000000000025c364aea89605bece67e94552eb99c61d90bdf954cae262cd 336 0.16 vMB 114
Previous 10 blocks ↓
Total Size: 779.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: 397.14 GB
    • Received: 2.03 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.