Loading Tool

Explorer IconExplorer

Memory Pool

82,416 transactions
31.24 vMB
0.10540405 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt c3cf038dfeee4d398c7f3b002023dbbef321e40b35c13330b02e458d0ed27c0e
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root cd42b5e9379b41e0608c579dbb1af89324dbc9678a918d6a60e1b16e281ae7f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.03205772 BTC
Feerates: 318.30 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (478,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,799 436,799 000000000000000002d77ca893fad4c9f929b3dec2ca4221c0a3dadf7189d058 1 0.00/1.00 vMB 0
436,798 436,798 000000000000000004396ea57d3911e2dd977d39a2d6317c5d8f2431707ffe89 1,735 1.00/1.00 vMB 37
436,797 436,797 000000000000000002ff3a4f4b2961f40b53cf6d6f33ffd4f669a565a40c1174 2,237 0.99/1.00 vMB 60
436,796 436,796 000000000000000001dcbb52be6c8ce76da5f8828af59cc16ebfa9f7eba17841 2,548 1.00/1.00 vMB 89
436,795 436,795 0000000000000000022a899af3f233ea60db46470c698f7086946a902accd1af 2,162 1.00/1.00 vMB 73
436,794 436,794 000000000000000002e732dc81d0c57f6da80186d7d06509a82ee04b97e32bdb 1,675 1.00/1.00 vMB 52
436,793 436,793 0000000000000000039367d8b1755b0919703a2e5afe850ab0e89ad7458def18 799 1.00/1.00 vMB 25
436,792 436,792 0000000000000000041c99924af7723eb3809bf679d138a9eae4f09a523bbffe 1,832 1.00/1.00 vMB 42
436,791 436,791 0000000000000000037915937ffdba12b150328cc789aa4d1be3d95208dc6789 2,376 1.00/1.00 vMB 56
436,790 436,790 000000000000000002eb812917940924abfa8a6ff3a8177de0cb9c1da41928df 2,361 1.00/1.00 vMB 82
436,789 436,789 000000000000000000b63407c90132711bda1be3f6f37ec427bd2162245d583e 2,474 1.00/1.00 vMB 77
436,788 436,788 0000000000000000001d8917c7b0dbe2713dbe61099b3d69560ec157ee84acf9 2,661 1.00/1.00 vMB 81
436,787 436,787 000000000000000001a1840e706e5deb58603fc86bda2b2cbf41fc6d9b2cb574 2,154 1.00/1.00 vMB 57
436,786 436,786 000000000000000001af99573f9300405d947c03e3e9d49ff49991cd6378a4d1 2,320 1.00/1.00 vMB 94
436,785 436,785 000000000000000000a70a4fce9f4ed25983cd9872d37ecc941a463b62265900 2,222 1.00/1.00 vMB 45
436,784 436,784 000000000000000003a9784fe54a259e05a7890426ddff27263237cbbd2259f5 2,540 1.00/1.00 vMB 81
436,783 436,783 000000000000000002d02254f32d8bda802122f6517f7c771c63558c2979aab9 2,641 1.00/1.00 vMB 73
436,782 436,782 0000000000000000026ec60d2b5d7924354ab60a6ae0202850f00d4b43ac2970 2,574 1.00/1.00 vMB 65
436,781 436,781 00000000000000000087ec5f574a456a84db15950751247c78e88fb5397091a0 1,850 1.00/1.00 vMB 38
436,780 436,780 000000000000000001fdac3745d3b4b4d5829af00f6f8d17931e63c51d745a55 2,580 1.00/1.00 vMB 68
436,779 436,779 00000000000000000022e0db2ee6978f5a9dafdb9733e9b8630b6ace0b3ab02c 1,640 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.