Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

921 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,761 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,760 (880,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,002 31,002 00000000833508fb6be4b80e977e3eaa04994353b81cb35890da0b284f46052b 0.00 MB 1 0
31,001 31,001 00000000d9062d83810fb85c85ec8c071e98d3bfe8f377ebd61d1737487e6a34 0.00 MB 1 0
31,000 31,000 00000000a6a6be6014fb079b06ee52c222d1897010c453f4ff7b40dad1c126c4 0.00 MB 1 0
30,999 30,999 000000000c18991f458634c8598dfe85443373f1fc675025a284f94f54124dc7 0.00 MB 1 0
30,998 30,998 000000001c4cf6af3a94cfc2d3b1eb94ab1b17e47bbabd1aac1935fc870cc11e 0.00 MB 1 0
30,997 30,997 000000005f7b3cd151541144b23f18147cc4ad8743b35635f52824a7b9243ace 0.00 MB 1 0
30,996 30,996 000000004150038a3d8b7de4f115dff91b01bf5e756a84817c044507b8e5e48f 0.00 MB 1 0
30,995 30,995 00000000885e71e86ada16d6fcab7c6be7e4f86c887c041f3a08ae983fe44406 0.00 MB 1 0
30,994 30,994 00000000be457dc4121635052b9dcf82320b1617eaabc3da38a91dd5a1449365 0.00 MB 1 0
30,993 30,993 00000000394d994235aa8ca38d652af692db7b401403fa99fa8af0134411a9c5 0.00 MB 1 0
30,992 30,992 000000001a57907423a57687e8f5b43fdf8896b6295c05b46567e6cb0f764d55 0.00 MB 1 0
30,991 30,991 00000000b2d9226d8f3ba65bdda4966300e312e86680928554c327f58293b0b4 0.00 MB 1 0
30,990 30,990 00000000a8725d382e20a8420171a44ef5594a8faf7d71af05010048ec8339ce 0.00 MB 1 0
30,989 30,989 000000002c5ec52cbe1e34847e2a8b4ea42399f783ec14aa576b272392352bb7 0.00 MB 1 0
30,988 30,988 000000008162eae39a22574a64c614086fa88a2d0e7e55bc6c9b61b4eb9acdc6 0.00 MB 1 0
30,987 30,987 00000000bb396c51fe86a6ea2cd4bdc32f71b8f01e4b24be7dfc7d5f07d6ddd8 0.00 MB 1 0
30,986 30,986 0000000043b19365afc49924c0d0503fb8b530df903cd95a0fe0395195a958e4 0.00 MB 1 0
30,985 30,985 000000005e730a18471d39a4ba74c50562440f2d08391398fe8fedb127033924 0.00 MB 1 0
30,984 30,984 0000000095fb2df78fd36b566f3966c22e0753af8941e874695b9c6f6de0b1b0 0.00 MB 1 0
30,983 30,983 00000000e6e440582dfab7a43be9d583b951843e016958cfef7bf8d2fc2d2d8e 0.00 MB 1 0
30,982 30,982 00000000716fd43c9e308c8780f1f63e23065121fc108d2efe85c3445048b986 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,429.18 GB sent, 131.76 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.