Loading Tool

Explorer IconExplorer

Memory Pool

50,710 transactions
29.05 vMB
0.07371833 BTC
Random Selection Loading Transactions
Max Size: 156.87/200 MB

Candidate Block

Mining Attempt 8fcc0efdfb34f3d9a9129dcf523a098cd79c6ba8a5ae7e4ef63ebbc7ad3b4c82
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (432,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,781 482,781 000000000000000000b4eb8c6bc094534efdd727b5bbc35f1d524bd3e02f6808 1,650 1.00/1.00 vMB 259
482,780 482,780 000000000000000000629c1dfca6b8d2b871bddca36d6b2a2209b349e43c6fc4 2,254 1.00/1.00 vMB 343
482,779 482,779 000000000000000000d95a7e4b3931fa91d36c90067282b5f977399edf12a760 2,354 1.00/1.00 vMB 499
482,778 482,778 000000000000000000abefb640d620d018aa7dfca5b48a85a872ff0e7213f289 1,581 1.00/1.00 vMB 236
482,777 482,777 000000000000000000a2cf38d68763eadc367b01691f9ccf067d1b98096e352c 1,212 1.00/1.00 vMB 159
482,776 482,776 000000000000000000e7490bee55fc732bb0ce0de7cb5bbd5b9c9f794feb22fa 2,315 1.00/1.00 vMB 417
482,775 482,775 00000000000000000045ab34c6f36b31dbe8d733f640ecdcc947548f65bf49f5 1,465 1.00/1.00 vMB 51
482,774 482,774 00000000000000000002b068af4578dc39517601e065749010bcd33ec3428d5a 2,084 1.00/1.00 vMB 385
482,773 482,773 0000000000000000008c2f943d2676efbac133d610516dfc7234b565e0b102c0 304 1.00/1.00 vMB 17
482,772 482,772 0000000000000000001709a27c40e0c7c7bdc65fc73af6eb4af25044f05b960d 1,077 1.00/1.00 vMB 93
482,771 482,771 00000000000000000020071a3dbae429171c96811380f15ff701ba63ee1ca788 1,683 1.00/1.00 vMB 193
482,770 482,770 0000000000000000011e03f27ff605cf1429424565429d6038cc85f3047efd49 1,855 1.00/1.00 vMB 253
482,769 482,769 0000000000000000001fac1f4f00133a2467f95af25817640a9ad9f98a1dd0d4 1,464 0.77/1.00 vMB 251
482,768 482,768 00000000000000000004d59e20bcc2e496c2d988e14877ce7a3ef55d1bddfab3 1,151 1.00/1.00 vMB 137
482,767 482,767 000000000000000000433eaebaa10e7cae7065a98599c8dbc0fe1db26a708685 1,163 1.00/1.00 vMB 101
482,766 482,766 000000000000000000caf54f7f0ba405e8d1d4560abf7879a1d904f0bbf45841 2,153 0.99/1.00 vMB 271
482,765 482,765 0000000000000000013adab830d9ff779c4b7306380d254006627065161ffced 701 1.00/1.00 vMB 101
482,764 482,764 0000000000000000011ac7fcae157a933ece6dd2f28797986d8656296a75ee0b 2,063 1.00/1.00 vMB 228
482,763 482,763 000000000000000000bd853742531c74d2ed7c9ecc5573a3835a66c6e53b4b37 1,935 1.00/1.00 vMB 289
482,762 482,762 0000000000000000010f3db77bd6baf886d14f93bed5f12e12325ef800197005 1,315 1.00/1.00 vMB 158
482,761 482,761 00000000000000000066f8a69df0256ecc50464d681389b437e04e8883b497c6 1,630 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.