Loading Tool

Explorer IconExplorer

Memory Pool

48,836 transactions
29.72 vMB
0.09255328 BTC
Random Selection Loading Transactions
Max Size: 158.28/200 MB

Candidate Block

Mining Attempt 728011a6e7b666af9d0327e3ff4dbad9e4e5b6c2476755fbdf0ae5b9ddd5ee00
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0508c9b30c100f9b573f3c0efabe22617cfcd2d65fc36a86143d6425a47a1712
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02984293 BTC
Feerates: 105.02 > 2.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (313,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,847 600,847 0000000000000000000cc9ca0354cd31e7ff4d3dea21f216eb5db06c1c215c7b 1,743 1.00/1.00 vMB 26
600,846 600,846 000000000000000000116a1fb1a84116d3bb965617ab259b58bf064c93c99e5d 2,490 1.00/1.00 vMB 8
600,845 600,845 000000000000000000045ee4fa226fda220447a7e5df70f81d202e6a8814d54e 2,472 1.00/1.00 vMB 17
600,844 600,844 0000000000000000001378cd9b5799609fc43e3b2134f325c1a79ddc813d1cfb 2,776 1.00/1.00 vMB 16
600,843 600,843 00000000000000000008578bd784fd68a63c6858348f15351f94c94b5944b5ed 2,639 1.00/1.00 vMB 31
600,842 600,842 000000000000000000037ae7939d800e420333a8a8f8d96627fcbc389c677911 1,769 1.00/1.00 vMB 32
600,841 600,841 0000000000000000000176c1fd61a62aea492931ac9ef0b3ecb26e6afeb54e96 2,915 1.00/1.00 vMB 19
600,840 600,840 0000000000000000000dcb9347b74cd2ab91eb5c1ebbe8aaa47ed6fed8e6c72c 2,396 1.00/1.00 vMB 34
600,839 600,839 00000000000000000002839dbcaad56e831076cbed8dead7edda2bfecafc2751 1,999 1.00/1.00 vMB 10
600,838 600,838 00000000000000000014147af3efa92baa041bc340e0c072bfbd67e39cc1a73d 2,423 1.00/1.00 vMB 10
600,837 600,837 0000000000000000000a201a527a6cd17b3e9af8881044e12a8b581c56ef0a6b 2,734 1.00/1.00 vMB 26
600,836 600,836 000000000000000000115dcbd5015496175afa7944bb60131df5957e29d2c408 2,742 1.00/1.00 vMB 11
600,835 600,835 000000000000000000036cc2bb5b465f6aabd927c04aaad9df6d58695a090ff5 2,757 1.00/1.00 vMB 43
600,834 600,834 0000000000000000000d75f92e50ff53796d1246d7b95231076754298618c32e 2,949 1.00/1.00 vMB 31
600,833 600,833 0000000000000000000b2e5a962e94def7ec3077bf9ae76cb851797919524a34 2,545 0.81/1.00 vMB 18
600,832 600,832 0000000000000000000318e1dcb77a9fa3f10fad2fedbc86df725a0dfe9d7436 2,963 1.00/1.00 vMB 6
600,831 600,831 000000000000000000082333bcb45b3aa4ceb9561e09f71bc2e3b47f7074cdb7 2,998 1.00/1.00 vMB 23
600,830 600,830 000000000000000000087447f8d312363d59f18f32642720bcb1cf5ea970c8b3 2,900 1.00/1.00 vMB 15
600,829 600,829 0000000000000000000b94458f0301ba8c3651331edd287165a7d9365bcd18c5 2,599 1.00/1.00 vMB 37
600,828 600,828 0000000000000000000d08f3efdb3f41c66d9849e33fe46545b2f5e8c735858a 980 0.31/1.00 vMB 18
600,827 600,827 0000000000000000000dfba439b9baf4031d6d21404a1bc5125884d8b5a93747 135 0.05/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.