Loading Tool

Explorer IconExplorer

Memory Pool

24,133 transactions
10.58 vMB
0.03080196 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.53/200 MB

Candidate Block

Mining Attempt ee83d094ec8ce27079ac4f46c9396580174da24960c450fb1be4be733535b1ce
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 640bc124f00848d953f806720150f943335bbbf31acc1bca5396ccc86d6e3931
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.01310995 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (664,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,645 248,645 000000000000003c0cd8a645770b204fb201df3ae04b754375524bc9baf1620a 16 0.01 vMB 34
248,644 248,644 000000000000000af5acac146b501aaf383299816706cdd67f2c5449016c1562 306 0.13 vMB 117
248,643 248,643 00000000000000036db5dc9e55e20b7859d9f06be58035d4d1177536204f241f 145 0.07 vMB 129
248,642 248,642 00000000000000507d0b438f2803696ac361e44a5a3e6ff237f3572f1160812a 14 0.00 vMB 238
248,641 248,641 00000000000000471531937a5f361a058874bfae46b0cb44cbf2cc93c1794dae 283 0.12 vMB 128
248,640 248,640 000000000000006f8505babcd66342133f161808582e83b52462cccd2231a1da 133 0.07 vMB 128
248,639 248,639 000000000000008294732f4cc0536c973997145eee3708a35c7a8b0a92a64ee1 138 0.07 vMB 103
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
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.11 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.