Loading Tool

Explorer IconExplorer

Memory Pool

40,080 transactions
27.18 vMB
0.05816185 BTC
Random Selection Loading Transactions
Max Size: 142.18/200 MB

Candidate Block

Mining Attempt 662542ad36d983f440d501f4b0eddb70fb748fe3e61c1fb92a6e3fa8f0f51fda
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 486a44810a3cda937747005d4c64e8146106c167537904135691364fb6b9e931
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,579
Size: 1.00 vMB
Total Fees: 0.00773381 BTC
Feerates: 69.10 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (515,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,594 399,594 00000000000000000616aa1536f2adc6bf76ffd7427407611fec11bb8105b622 2,558 1.00/1.00 vMB 43
399,593 399,593 00000000000000000162ebcec2355a53465497dfdea2d31a9726ba1ae611ce8d 2,950 0.98/1.00 vMB 41
399,592 399,592 00000000000000000057fa8df8c6f2aa8bd9e6110ecc16197ab179fb03798bb1 2,498 0.93/1.00 vMB 69
399,591 399,591 000000000000000003779768d3b3a491f3c2cb9327b61399b58f758e37fd8440 2,064 1.00/1.00 vMB 31
399,590 399,590 0000000000000000062776e74332843366663c80a0960029340f1089feb16e98 2,591 0.93/1.00 vMB 51
399,589 399,589 000000000000000000c9b7dd4b4287a5abc3a7ff9053aef476765201fd5ec61e 2,838 1.00/1.00 vMB 47
399,588 399,588 0000000000000000060bac0b9cf1fd99f0808b0c86723c6b98a4cb22b233b932 1 0.00/1.00 vMB 0
399,587 399,587 000000000000000002697423edbef8c36b3759d47a3804a86c2a76049bf0a01a 2,209 0.93/1.00 vMB 39
399,586 399,586 00000000000000000136257b4a21f8e4925c7246e3d653ad1742fc4f1cbb4dc0 2,113 0.93/1.00 vMB 51
399,585 399,585 000000000000000003c5bd8f4e86e14c50f7402c646921a80d00176d3073e9c6 2,586 0.95/1.00 vMB 46
399,584 399,584 00000000000000000149a43f997d7e7f73fc17697cf2c865f022d75b18dc3903 2,019 0.75/1.00 vMB 61
399,583 399,583 00000000000000000664d2d470103b64b64289a83a43d887b0e2a4b10ba7c1e3 1,650 1.00/1.00 vMB 27
399,582 399,582 000000000000000004c0da86069c995365cbc95042ae909b21d55de50f68732b 3,206 1.00/1.00 vMB 59
399,581 399,581 00000000000000000040c1579c346555130a4c2725bb039a48ec892b98b09284 2,043 1.00/1.00 vMB 34
399,580 399,580 000000000000000006565de497f9166729d5699177c3e02e42dfa1275fe940b4 2,755 0.93/1.00 vMB 49
399,579 399,579 000000000000000004ab8adf22c80a3e63cd7c11a1812b1776dd5da1dbecbb95 1,602 1.00/1.00 vMB 27
399,578 399,578 000000000000000002a7dadd70917b714cd5c8e7b61d37da8d3da0b8162a7893 2,107 0.98/1.00 vMB 37
399,577 399,577 0000000000000000028923176283bf38837202fdf5edf411238e7a1e32d4e1af 1,791 1.00/1.00 vMB 49
399,576 399,576 000000000000000004f2129206118ebbf08c6d4701359b019af2b4495581f984 2,090 0.75/1.00 vMB 53
399,575 399,575 000000000000000000a529a23fafe92c0bee35b052bc263a9a514a5d79188241 2,435 0.98/1.00 vMB 44
399,574 399,574 0000000000000000064612fc20c1daf49c6efe8b0acb06a4d35d6db91a8a2002 2,482 0.93/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.15 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.93 GB
    • Received: 13.81 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.