Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,952 transactions (1.50 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (844,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,424 65,424 00000000071522769bc2e85473236dada20b89c4ec347660a791c8adc92875bd 0.00 MB 1 0
65,423 65,423 000000000a1caf00282331587f0c9f4deb54755b2fad5a8b5a2b6a9587a8e23e 0.00 MB 1 0
65,422 65,422 00000000013787bc5bb261834961ce4a86edc6a2a1e82b9d721891aed4268f97 0.00 MB 1 0
65,421 65,421 000000000abd1143295d8c3c18d809ea1a09cfaf843ce32449197d10f8461812 0.00 MB 1 0
65,420 65,420 00000000061357bad08679f29584329cd2ca22c52f4f1c643bc638edba1bef64 0.00 MB 1 0
65,419 65,419 00000000084a83c8ad15bb1d96c4cccf1246b6992491c1c63d3f3696f95ea875 0.00 MB 2 0
65,418 65,418 0000000000664e8c204149355de67472069e41db9c2c1fd11bc514d438923722 0.00 MB 2 0
65,417 65,417 0000000008779c1d1573122b95dc79b624fac306350deee8c4b8a6fe5c346e0c 0.00 MB 1 0
65,416 65,416 0000000005a060156100181df0d04b97bd774bfcc9a4226d114535635a628f51 0.00 MB 1 0
65,415 65,415 00000000022d9c63782a23cb1424b2ed6d1d55fe6f2b888b9ef5a43a1fcf7264 0.00 MB 1 0
65,414 65,414 00000000071b5fc499d996c31072a188315a54f26723f142204a648b2a0aeb50 0.00 MB 1 0
65,413 65,413 0000000007094325f56917feed573bd358058026392f1571b23ff7c5f4773448 0.00 MB 1 0
65,412 65,412 000000000a730d76d41eb57cb198c8d0e28215f354b003f80a1118561ea73441 0.00 MB 1 0
65,411 65,411 0000000007d2997eb18879f226e79136c6b12935a4ffe74d7b27c59758424c7a 0.00 MB 1 0
65,410 65,410 000000000786dfea63d49a7b1a56fe6e05950eb8099ac520a4bfc67c3023c790 0.00 MB 1 0
65,409 65,409 000000000007f7001a00eb2d24e33e1cf2f8f638c47196f7e7e9ee83af9465ad 0.00 MB 1 0
65,408 65,408 000000000a55844e3c9e3381474d94eddb4fe41a82da19540339576a8457e349 0.00 MB 2 0
65,407 65,407 0000000001d1437234070f16ed085bee1b5498be838a632bfaf0205be783bb7c 0.00 MB 1 0
65,406 65,406 00000000075b5db73ff597db8c549e98f0c267bf3c411c5f8a812d59b21ec40a 0.00 MB 2 0
65,405 65,405 00000000042517b2fd7338f28e875ee38cda64aef054af753f9222b35faa09e9 0.00 MB 2 0
65,404 65,404 00000000057cb57f366b76604fb6bfda7927667ac7f418897171f379a71a0d05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,105.28 GB sent, 111.87 GB received

Notes

  • This page updates every 5 seconds.
  • 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.