Loading Tool

Explorer IconExplorer

Memory Pool

40,735 transactions
25.77 vMB
0.05078163 BTC
Random Selection Loading Transactions
Max Size: 134.63/200 MB

Candidate Block

Mining Attempt f625a8adaedd3bb16e51ad805f868ffcf4bc1951021f90c823bae23709ad0326
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root dc914438f9c51d10108190da1794e0349a68644e8255039e59b4fb745bdbe239
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,847
Size: 1.00 vMB
Total Fees: 0.00396801 BTC
Feerates: 140.50 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (249,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,713 665,713 0000000000000000000d59ef80388ba380c3bf5c98c8c3d83d360f7946119146 2,965 1.00/1.00 vMB 59
665,712 665,712 000000000000000000092804e95d1d75779a8bf519b3571b299ea607c177bd52 2,759 1.00/1.00 vMB 110
665,711 665,711 00000000000000000007137dde44472364eb80126b7d98c12ffb8d37ba11ad33 1,502 1.00/1.00 vMB 121
665,710 665,710 0000000000000000000434a49653a4b142759b00b86eabb08f9d252e17f6dd46 2,201 1.00/1.00 vMB 143
665,709 665,709 0000000000000000000d312f1025bc5730a9ed061b7ff51467e0463c951279ee 3,063 1.00/1.00 vMB 51
665,708 665,708 00000000000000000007743b961abaabb527966efde39f94cd11d322206a1903 3,028 1.00/1.00 vMB 116
665,707 665,707 00000000000000000005e3379bea5cfefc38bedb7b6171e3f1f9118271e5953e 2,348 1.00/1.00 vMB 116
665,706 665,706 000000000000000000063ae4812c468564a17d611b560bd9a5a874e7cc3e60c7 2,895 1.00/1.00 vMB 145
665,705 665,705 00000000000000000000e3f4180a5d021c3af39d3300e5ac76079766ac07ef57 2,744 1.00/1.00 vMB 56
665,704 665,704 0000000000000000000528006f1d3da507aa5bf5ef619558e9cdc48037fcb849 2,303 1.00/1.00 vMB 102
665,703 665,703 0000000000000000000d2be548979ad2f328eb5037dd4f6a90e43b9268102fdd 1,406 1.00/1.00 vMB 126
665,702 665,702 00000000000000000005abbb4a23105afb10f28157e780e56c1eb8a6a8c3c50d 2,848 1.00/1.00 vMB 62
665,701 665,701 0000000000000000000957d68c0a678c8eec2b0e0a305fb21fe62fc1547b9859 2,603 1.00/1.00 vMB 145
665,700 665,700 0000000000000000000d06aa18dbad7f94d6c887b5b9b9bd1ccc65c57c13baaa 2,272 1.00/1.00 vMB 99
665,699 665,699 0000000000000000000d0c1892b2f93769eab0363fb6f9bb59b9fb9c7d74e708 2,393 1.00/1.00 vMB 86
665,698 665,698 00000000000000000008d8b6db2c606ac0bd45489334a8b033c74c97b48756d5 1,913 1.00/1.00 vMB 54
665,697 665,697 00000000000000000002c2b014113786662c2f89246b402c7db0fff0d8b4e335 2,907 1.00/1.00 vMB 104
665,696 665,696 0000000000000000000cb06a5c58439d1b719e985c9ed0ee47bba642989d8962 2,181 1.00/1.00 vMB 73
665,695 665,695 0000000000000000000a2862b985ec5c8f38eb62f558ee6232d9b5a618cfdda6 1,923 1.00/1.00 vMB 75
665,694 665,694 00000000000000000009d1acc5e9b6ba3821904ca9246f70fefefbc8c093a8a9 3,068 1.00/1.00 vMB 126
665,693 665,693 000000000000000000087ac852c536ff9d1a7f5fc1aba13d7530334181ef7f5d 2,093 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.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.