Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
30.06 vMB
0.12552770 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 77368d16403ec737ceded62e113c2e99d3f4a4fbdc12889ddabd447a812caf73
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ad3aa58261a009e24f2bed7f9047d545ec012571a1322175daddb0d5e544b862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.05188038 BTC
Feerates: 242.90 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (293,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,706 621,706 0000000000000000000051898eb1f0f4dc69a34e1f18ee3c2044b31a24004c17 1,488 1.00/1.00 vMB 20
621,705 621,705 000000000000000000070374e624e2ee04cf56515d80d5b484ca9a1ab7472e70 2,498 1.00/1.00 vMB 44
621,704 621,704 0000000000000000000f736903a866d8713cdcc7cd2220cc5dc0a5fcafe09932 2,493 1.00/1.00 vMB 37
621,703 621,703 0000000000000000000587076adad1e0d7b48b009068286116dfb120564abda0 2,663 1.00/1.00 vMB 63
621,702 621,702 0000000000000000000413eb9ce40b5ce3f0864413f810efa547770d0f2e0b8f 1,950 1.00/1.00 vMB 75
621,701 621,701 0000000000000000000f7ca70831cb052fc45af93fac74ee3286688164a224b3 2,864 1.00/1.00 vMB 98
621,700 621,700 000000000000000000038ba0e1a8b26020e0b069cef4c29fca29a09396a3faf3 587 0.32/1.00 vMB 19
621,699 621,699 00000000000000000007d82cbec4a60a4e1b926412c8e9ac74b8c53215188c19 358 0.33/1.00 vMB 27
621,698 621,698 0000000000000000000b66627a785b49ef2e5fed00eaedbb1fd461d98873c9f4 1,113 0.65/1.00 vMB 18
621,697 621,697 0000000000000000001056bebec56a1f4f253c6c6c2f83b5a7c556225caf6b6c 1,119 0.59/1.00 vMB 15
621,696 621,696 0000000000000000000f8f3498b3d92ff96af0ed10422bb9931d33885bb33ac8 2,912 1.00/1.00 vMB 38
621,695 621,695 0000000000000000000444aef6d0d2f3d18ce259591edb8f2a8e61aeb4aa0af0 1,003 0.50/1.00 vMB 38
621,694 621,694 000000000000000000080676a9e7ba847b1c8cf225435a4a0e0061c9dacc4032 882 0.51/1.00 vMB 4
621,693 621,693 00000000000000000003a077643863f8a9fa79f895c5fab092c6a4a343a9492f 2,988 1.00/1.00 vMB 43
621,692 621,692 0000000000000000000ad4521abc87dba371d3ac9a7f96610d1ebd02e10fcab4 508 0.17/1.00 vMB 28
621,691 621,691 00000000000000000007d4724738a03bef50976cbdad95dfa200e5c4db64595c 1,301 0.55/1.00 vMB 32
621,690 621,690 00000000000000000001ae4dca024861e1f06cb0934f6090368bc97d90093aae 539 0.23/1.00 vMB 29
621,689 621,689 0000000000000000000659595bfc9f6ccaad130371c77501004b4f0af169e056 1,693 0.60/1.00 vMB 33
621,688 621,688 00000000000000000003827fe17c2b435a3b1469457b481c1ebc2daa2eb64bc1 1,446 0.56/1.00 vMB 34
621,687 621,687 0000000000000000000eca571b6fdaa3cb8eaf0a0026fe64cebd0e38abb53dae 1,876 0.70/1.00 vMB 34
621,686 621,686 0000000000000000000b6ad9a4132983ebaf51e7864c81d23ee27f7bf16b1f19 770 0.33/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.