Loading Tool

Explorer IconExplorer

Memory Pool

75,090 transactions
27.70 vMB
0.07724293 BTC
Random Selection Loading Transactions
Max Size: 168.96/200 MB

Candidate Block

Mining Attempt e46399e755528818a51ba6a6e76561cfcb491dd24713b4723f3bb30ba4596d23
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root c4b6a9f6a61c9b1ccd3d85bab864a4e6fb846b929541fe5e734dd6f8fa5a4444
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,006
Size: 1.00 vMB
Total Fees: 0.01784552 BTC
Feerates: 301.57 > 1.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (264,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,778 650,778 000000000000000000091fdbac359c6323dd6edd5469bf40c961417accf30cb8 2,142 1.00/1.00 vMB 118
650,777 650,777 0000000000000000000dc291bd25e880b02d11174773731b448b33987c68be26 2,229 1.00/1.00 vMB 43
650,776 650,776 00000000000000000009c60e3627cfd5b08bf0755fcb1378b8107f94a81101f7 2,011 1.00/1.00 vMB 30
650,775 650,775 00000000000000000009f452500107c0568083d3f043883e62304e4219f766f3 2,337 1.00/1.00 vMB 73
650,774 650,774 0000000000000000000a2a33b107067cdc72d00cae2a085f044215d3b99b275b 2,127 1.00/1.00 vMB 81
650,773 650,773 0000000000000000000816e3bcb4c3aee738980a9e00402bdc2707c50f6b5f50 2,044 1.00/1.00 vMB 77
650,772 650,772 000000000000000000006648502f70319d817608e698b97ba636359b5820f7dc 2,731 1.00/1.00 vMB 95
650,771 650,771 0000000000000000000be2ca0c9ad21e501b4b0294caf8ea2edf03f933687d5b 1,926 1.00/1.00 vMB 82
650,770 650,770 000000000000000000031428b5ec0cc25363ae46e71eaa14de90c04fc273bb60 2,736 1.00/1.00 vMB 85
650,769 650,769 00000000000000000004a7921cb016aec5ec3b4cda1b6117c5ffdfb4e4985b4c 2,676 1.00/1.00 vMB 92
650,768 650,768 000000000000000000084e1461a9c8da7866a3c94c1bd25ffc4745eec17b3538 2,368 1.00/1.00 vMB 6
650,767 650,767 00000000000000000008843d2ffa83661006c8cc575f847af060235d692992f1 2,047 1.00/1.00 vMB 28
650,766 650,766 00000000000000000009b04d79dfb8962061dc05e8b1dd4d78db96bc2a6ee359 2,439 1.00/1.00 vMB 9
650,765 650,765 0000000000000000000cac15f739dfc0f93f7a414ad1ef5093d4db7fee1e886f 2,489 1.00/1.00 vMB 54
650,764 650,764 0000000000000000000d0ff48d58271ab83a47ac3e8b300aa4eb951584757c03 2,630 1.00/1.00 vMB 90
650,763 650,763 00000000000000000004ebfa259e8204bf6d6ec3d74f8f8f505603cda5e51993 2,408 1.00/1.00 vMB 48
650,762 650,762 0000000000000000000d75d06d7045004fd4b0ff716b38fa70aae98efce522de 3,019 1.00/1.00 vMB 96
650,761 650,761 00000000000000000005386731fd314dfd63e4f914364a914a209dfd463416b6 1,940 1.00/1.00 vMB 36
650,760 650,760 00000000000000000008fcabd0a4d56de20adcd54a832b10865b7bb16da3f584 1,859 1.00/1.00 vMB 49
650,759 650,759 000000000000000000078262adf12a3463d70de777ddbb8ac157157aaf0a9dd1 2,942 1.00/1.00 vMB 76
650,758 650,758 00000000000000000004f8dd79b37e4f0046348d114b4eaa61b169be48e99c0e 1,368 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.