Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,380 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,160 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (885,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,790 24,790 00000000ba8223b950b0c35154775ec9b92127b26088a33f35edd2cc14bb8a8d 0.00 MB 1 0
24,789 24,789 00000000537f4351762402356d34c0c5e5dfa082c85342f95c06c443d2596247 0.00 MB 1 0
24,788 24,788 00000000adb4acc3061f17bcd34fbb2f6e3c73da61cd0ba8e9d0146bdb09e11b 0.00 MB 1 0
24,787 24,787 00000000f079825602d2d90d9d12f337e9d2bd4abc53ec3f9e6aa2d013c92186 0.00 MB 1 0
24,786 24,786 0000000093f4eb1537fdc0c932c930557b8f9ba093dfbdb4a6b64c442c300ab5 0.00 MB 1 0
24,785 24,785 0000000075c259803c7e522bd37e6f1fd69bcc59018e3fb76283a695afddf33e 0.00 MB 1 0
24,784 24,784 000000007cb443809cd80c41ccaaa1c5014b30fce6f4c8bbfd24e6619ebe060e 0.00 MB 1 0
24,783 24,783 000000002f9151eb3f2b1cdbf13a55e0f81b5ffe5eda36059ddf93eec0d4b701 0.00 MB 1 0
24,782 24,782 000000004df3a7b747d6f73965eeb56c1c2cd9cd3a10331e54eb3f1fc2ad8f2a 0.00 MB 1 0
24,781 24,781 0000000029cd012314f8d22fc456db710719ee42ad417f7a2e0020935dd529f4 0.00 MB 1 0
24,780 24,780 00000000f5b7b99ff4b8a134216a7c6d7109234acce31420951dfd34f8e2a306 0.00 MB 1 0
24,779 24,779 0000000080bdb705a11c1703a47ed435d1f8d287925a5ef66d5dcf092533b5b6 0.00 MB 1 0
24,778 24,778 0000000056154dce0ba4537f1fd9acb99fc5214d89b6f5c77221d51029905b26 0.00 MB 1 0
24,777 24,777 000000002c63f08c73642ead66610115bd08f66b25ac87ddbf8298656f5bf536 0.00 MB 1 0
24,776 24,776 000000009914142fa92ed2c5821284f845606c65df83141b92092a1959c9dc69 0.00 MB 1 0
24,775 24,775 00000000e396b25c285db6719034f850abd6306abffac49b4239ecfd39413993 0.00 MB 1 0
24,774 24,774 00000000cc064ac12929431f81bd51e79e82bef34582512e1bee8644d0f3e968 0.00 MB 1 0
24,773 24,773 00000000fc1d561059d3dff2a6175e5b6d3138164c35ef27dbdd3d9a49870872 0.00 MB 1 0
24,772 24,772 00000000e33b98c3b9dd72fe1ee75eb187e89881104056655dcd67bde9e16767 0.00 MB 1 0
24,771 24,771 000000006958834dfd75307b67f6ec8ea65fbda623a2446304f180c32069b90b 0.00 MB 1 0
24,770 24,770 000000007f1f9c43bf3ae5691bade263d78959b035b26cdf08364d904a4ce641 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.80 GB sent, 116.94 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.