Loading Tool

Explorer IconExplorer

Memory Pool

81,970 transactions
31.04 vMB
0.11789871 BTC
Random Selection Loading Transactions
Max Size: 185.74/200 MB

Candidate Block

Mining Attempt 3084be54ff84e7e08a47703d044ec87d7c61a47770d0f987d6d836ada7ecd2ec
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4764de48be7c5fe1ca947c343a80079fd9708d9393acd953056da2d9c733219e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.03413558 BTC
Feerates: 101.42 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (329,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,791 585,791 0000000000000000001101ba38288d5cb387008813cd6a2ae3a8e1e47ff47d44 1,877 1.00/1.00 vMB 46
585,790 585,790 00000000000000000003f94f86901329178b9d89164d1bdacb8970ca4d41fdbe 3,074 1.00/1.00 vMB 47
585,789 585,789 00000000000000000000480bbbd061c54102b075c8f6a7e1fd9630086c3d67de 2,886 1.00/1.00 vMB 88
585,788 585,788 000000000000000000042a3b9b9047177d08ffbff776886e7df6aae13706d351 2,744 1.00/1.00 vMB 47
585,787 585,787 000000000000000000119e78f97cc840112162e6aaa704b9facbef8ae34a166a 2,775 1.00/1.00 vMB 72
585,786 585,786 00000000000000000008578c16f338533c1f0c8e75022c2119b6cf1f545b8d72 2,954 1.00/1.00 vMB 65
585,785 585,785 0000000000000000001497bcb9d2e6e959247eb6519dcf4f8616b03094d5039b 3,101 1.00/1.00 vMB 118
585,784 585,784 00000000000000000011990d78a37bff3aa59c2f53f53d3e4c57b1306a42e6a5 1,940 0.67/1.00 vMB 37
585,783 585,783 0000000000000000001cf4a3cfd09e22aa51c9e337c04364121f3279113b671a 1,068 0.40/1.00 vMB 41
585,782 585,782 0000000000000000001b6797478b497b7fa38c516ca2ea1fe9ee695ff27b2697 2,585 0.83/1.00 vMB 23
585,781 585,781 0000000000000000001e948531380c3ede465aa8191ec1c0b7c2f50ce0aedf1d 3,307 1.00/1.00 vMB 40
585,780 585,780 0000000000000000001680a90f178459167daf874b6cdafc1f6b89084ad0f91f 2,977 1.00/1.00 vMB 66
585,779 585,779 0000000000000000001d387e3826ec57ff772ccee177210a3ff2fa5038536b00 567 0.17/1.00 vMB 43
585,778 585,778 00000000000000000002e4eadfb0b91b19673d90c3ed3525dc99a2032fa9ca40 1,988 0.64/1.00 vMB 38
585,777 585,777 000000000000000000100523777638ef31078d012bccbe8aadb58de5315829fb 2,685 0.90/1.00 vMB 42
585,776 585,776 0000000000000000001dcee62a34de50fae7319e6679248890263201e9d0cb0b 1,909 0.91/1.00 vMB 25
585,775 585,775 000000000000000000036232dad88d6d5d22e5a63924f7ba8e6b35367643c6a9 2,792 1.00/1.00 vMB 38
585,774 585,774 000000000000000000000019b43763eb4519f4fe65eae9be90fe73117b89026d 2,756 1.00/1.00 vMB 74
585,773 585,773 00000000000000000017ee6ac8bdaa1dbad8b58a32893c4d794594191a09d71e 292 0.10/1.00 vMB 33
585,772 585,772 0000000000000000000c714e3da1c9d4b562085b055c25a5e88682f1e58806ef 2,442 0.75/1.00 vMB 41
585,771 585,771 00000000000000000018cd774815108b79c85b8fceeace5cc7530d5121e6d7ed 988 0.38/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.