Loading Tool

Explorer IconExplorer

Memory Pool

17,754 transactions
14.79 vMB
0.02876897 BTC
Random Selection Loading Transactions
Max Size: 74.29/200 MB

Candidate Block

Mining Attempt 6543b0f7f4dc70411a31c6e28932ee60e5e6f7265a1454206ff587a57b5cc1c3
Version 20000000
Previous Block 0000000000000000000086b2e3cf9b1559c0483be21435c9d380a6afcf96acab
Merkle Root d91085a8da8e6f82ee5d18ec20a34bc7a0bd0442845ca967fb9dbcbcd24f2a0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,084
Size: 1.00 vMB
Total Fees: 0.00296945 BTC
Feerates: 40.20 > 0.30 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,157 (739,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,900 174,900 000000000000077c029670690775ed321aeb45dfd8af3e72412733d9b110d722 60 0.02/1.00 vMB 106
174,899 174,899 00000000000009238ffd57e4b9045e460e0478c5aeafb9d2a88b728d71e5681f 67 0.02/1.00 vMB 21
174,898 174,898 00000000000008ca91de00f25b8fa03447fa4e1f2509b55fe0d74a440c0f60a2 125 0.04/1.00 vMB 108
174,897 174,897 0000000000000a216261666754e002ffeae5f345fcfff853060308b0bb712be8 5 0.00/1.00 vMB 1,720
174,896 174,896 0000000000000a254f270eac8a2362c2cf607f3412945efcf9e284b6e0d0f42d 25 0.01/1.00 vMB 35
174,895 174,895 00000000000001199b8c70d0f91595011e6151d29e55e3240b0a0e7bdbd478a8 52 0.02/1.00 vMB 171
174,894 174,894 00000000000004e13ae05dfd3907d42eaadca03d8ae6b8c05d96202f0f4d5db2 11 0.00/1.00 vMB 189
174,893 174,893 00000000000004d000f2f0581765bd4eacd49d071f897c2527f0a759f7ade6b1 13 0.01/1.00 vMB 314
174,892 174,892 000000000000029fa72950f7de12a1e2cefc5729842a43f1ea77dceb2e6dbcd8 9 0.00/1.00 vMB 0
174,891 174,891 000000000000043c42288c75164054922b7300e962200b7cb03786e81b924b0a 35 0.03/1.00 vMB 492
174,890 174,890 000000000000040427c2347b98ab0d904924d38b9c8e110ff97273eac3ac2d91 38 0.01/1.00 vMB 9
174,889 174,889 00000000000001ea66c78b7e5c7abed7fd75185aab906b237c47707e6db085f7 40 0.01/1.00 vMB 104
174,888 174,888 0000000000000a270ff846883fa3307d4b84978722ded275eb41c50d524446eb 5 0.00/1.00 vMB 160
174,887 174,887 00000000000000d431abc50d63c873250c9843f85e5101a1e3f3086dc0700583 1 0.00/1.00 vMB 0
174,886 174,886 0000000000000715ffe4a238ba59d05072889b40071f841822020376e96b7cd8 11 0.00/1.00 vMB 0
174,885 174,885 00000000000006911e1916f956f2adc74ec06ede7f498c2beaf9f09f007edf37 24 0.01/1.00 vMB 142
174,884 174,884 00000000000004075f7347d11627f401b00df4affc6388c9e1c0ad70d09b145c 47 0.01/1.00 vMB 80
174,883 174,883 0000000000000901a8f0ebb97edf81c882da698546dfe5c671750b234f992d4c 59 0.04/1.00 vMB 57
174,882 174,882 0000000000000206a00cd7d51ed11162e5fc2f6392ff6646ca809bca7346b791 73 0.02/1.00 vMB 66
174,881 174,881 00000000000001fd1c23d43cdc0c3fd8147a50f2456d0f65da979eda57ee3ac3 72 0.03/1.00 vMB 37
174,880 174,880 0000000000000101409a5100f35968bfe6db898ce9b1758c7630adadff5e8ad8 72 0.03/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 564.29 GB
    • Received: 7.58 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.