Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

405 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,660 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,659 (331,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
579,788 579,788 0000000000000000000707e627f48c968f543f38ec599ec36875ff83016a66e8 1.18 MB 2,706 34
579,787 579,787 0000000000000000001d93087850fa0c62eff0f096323c3fd5f1941ba73f8b63 1.33 MB 2,611 118
579,786 579,786 00000000000000000005f1a7828250279721360e6959711088f2c7ab6ce6658c 1.31 MB 2,245 51
579,785 579,785 0000000000000000001c41747745c8a9665c8c8e423b0283161d344679dce846 1.31 MB 2,455 47
579,784 579,784 00000000000000000023201f49295573104b927e566da7a1db59df1f09df1a43 1.29 MB 2,538 88
579,783 579,783 00000000000000000002b3825268b3c27fe0040e1c9482e016dc782e009dbb89 1.18 MB 2,916 102
579,782 579,782 0000000000000000000f8d0bfde009e87b3034651b6406e84d25d3cb3cafb4eb 1.26 MB 3,157 135
579,781 579,781 00000000000000000021ea5756acccec8e3132ee720637d7cdb3ecbeaa5b4a98 1.18 MB 2,941 43
579,780 579,780 000000000000000000250a91f13b741ef4d44947963d841fb987baf5d52692a3 1.27 MB 2,712 116
579,779 579,779 0000000000000000002132d97975f7c6ccd730af8052f0eb2e171c24a6ec9dd2 1.18 MB 2,862 39
579,778 579,778 0000000000000000001ff25824ba9f35d24bd3f818ae8fdbd7da422caa18a256 1.27 MB 2,898 79
579,777 579,777 0000000000000000001191fe4369bbf8c7c7c3d6eb2b11f859bd273820f7eb57 1.23 MB 2,601 87
579,776 579,776 000000000000000000222d41969c4a1fc7b92bed2c4ad5e00d5086fa909e4866 1.35 MB 2,277 99
579,775 579,775 0000000000000000000015524b49a2f1868adf04cc7041942fda28e73cf29007 1.18 MB 2,512 41
579,774 579,774 0000000000000000001e53ea5c273cc89d64ebc2bce219fbd81606df79d8dd0e 1.29 MB 2,720 57
579,773 579,773 000000000000000000127830f9b2318fcd314dd7ec8279bb09613cba882ca2b9 1.28 MB 3,176 129
579,772 579,772 00000000000000000010f43369bbf8eb5a4ec50f783a26b5dd70b084981a4bcf 1.27 MB 3,020 108
579,771 579,771 0000000000000000000184c106d83f3841d14cf6280a090f69316f7faa081559 0.97 MB 2,423 29
579,770 579,770 0000000000000000000d6ebf986961a07cf14feb1a13721d36096ecc10a17401 1.18 MB 2,938 52
579,769 579,769 0000000000000000000177e431dfc39bd78a669ae0071bca2f4cd06fadd1dabb 1.20 MB 2,714 66
579,768 579,768 0000000000000000001bc05521b8791c3ac56544e92ba356f046e979023809ec 1.30 MB 3,095 118
Previous 10 blocks ↓
Total Size: 776.46 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,424.44 GB sent, 130.95 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.