Loading Tool

Explorer IconExplorer

Memory Pool

82,130 transactions
30.50 vMB
0.13228118 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 7985c5dd8f1241ec48f40331335fa01f20e848ff55f4db6f5bbea81243c28d5b
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root eb7755fefeb8db8a4cf9288616f349e8c7ff0f57d9ea861d2f1f9526b7017e00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,497
Size: 1.00 vMB
Total Fees: 0.06924670 BTC
Feerates: 203.60 > 6.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (335,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,785 579,785 0000000000000000001c41747745c8a9665c8c8e423b0283161d344679dce846 2,455 1.00/1.00 vMB 47
579,784 579,784 00000000000000000023201f49295573104b927e566da7a1db59df1f09df1a43 2,538 1.00/1.00 vMB 88
579,783 579,783 00000000000000000002b3825268b3c27fe0040e1c9482e016dc782e009dbb89 2,916 1.00/1.00 vMB 102
579,782 579,782 0000000000000000000f8d0bfde009e87b3034651b6406e84d25d3cb3cafb4eb 3,157 1.00/1.00 vMB 135
579,781 579,781 00000000000000000021ea5756acccec8e3132ee720637d7cdb3ecbeaa5b4a98 2,941 1.00/1.00 vMB 43
579,780 579,780 000000000000000000250a91f13b741ef4d44947963d841fb987baf5d52692a3 2,712 1.00/1.00 vMB 116
579,779 579,779 0000000000000000002132d97975f7c6ccd730af8052f0eb2e171c24a6ec9dd2 2,862 1.00/1.00 vMB 39
579,778 579,778 0000000000000000001ff25824ba9f35d24bd3f818ae8fdbd7da422caa18a256 2,898 1.00/1.00 vMB 79
579,777 579,777 0000000000000000001191fe4369bbf8c7c7c3d6eb2b11f859bd273820f7eb57 2,601 1.00/1.00 vMB 87
579,776 579,776 000000000000000000222d41969c4a1fc7b92bed2c4ad5e00d5086fa909e4866 2,277 1.00/1.00 vMB 99
579,775 579,775 0000000000000000000015524b49a2f1868adf04cc7041942fda28e73cf29007 2,512 1.00/1.00 vMB 41
579,774 579,774 0000000000000000001e53ea5c273cc89d64ebc2bce219fbd81606df79d8dd0e 2,720 1.00/1.00 vMB 57
579,773 579,773 000000000000000000127830f9b2318fcd314dd7ec8279bb09613cba882ca2b9 3,176 1.00/1.00 vMB 129
579,772 579,772 00000000000000000010f43369bbf8eb5a4ec50f783a26b5dd70b084981a4bcf 3,020 1.00/1.00 vMB 108
579,771 579,771 0000000000000000000184c106d83f3841d14cf6280a090f69316f7faa081559 2,423 0.91/1.00 vMB 29
579,770 579,770 0000000000000000000d6ebf986961a07cf14feb1a13721d36096ecc10a17401 2,938 1.00/1.00 vMB 52
579,769 579,769 0000000000000000000177e431dfc39bd78a669ae0071bca2f4cd06fadd1dabb 2,714 1.00/1.00 vMB 66
579,768 579,768 0000000000000000001bc05521b8791c3ac56544e92ba356f046e979023809ec 3,095 1.00/1.00 vMB 118
579,767 579,767 000000000000000000161b4636548a2b52a3f398368f449c7364ea5a1248ba23 1,881 0.65/1.00 vMB 51
579,766 579,766 000000000000000000069e24fc8f74f9e4c6e4449252a2999534718586e33be7 2,568 0.91/1.00 vMB 53
579,765 579,765 000000000000000000004cb0e945b0d46cfd4a9c2f3e6994b7741fecef86f738 2,811 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.