Loading Tool

Explorer IconExplorer

Memory Pool

74,354 transactions
27.59 vMB
0.07506685 BTC
Random Selection Loading Transactions
Max Size: 168.05/200 MB

Candidate Block

Mining Attempt d8c84bcbe75e13f3742e435d87f31d1eea439c2357206e700d0a6bf3814cf08c
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root fe7e5b031dfd51a7768d2bea112cc5bde43a9828fbef42f70ac2ffc23448ecf5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,051
Size: 1.00 vMB
Total Fees: 0.01619399 BTC
Feerates: 402.60 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (499,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,874 415,874 00000000000000000000e8a23c95b37eba8ea5c29075330692114b90062672a7 331 0.19/1.00 vMB 29
415,873 415,873 00000000000000000363a65ad92266ee7121fc40aaf314e88b0ecf45d08436df 2,464 1.00/1.00 vMB 50
415,872 415,872 000000000000000003c211f5c97779cc6c42e4608425b118a1c3babbc0bd20b4 573 0.22/1.00 vMB 49
415,871 415,871 000000000000000003b2e8378b48acd6ac1b99178b072cfae9ba9d6eb09168e3 1,215 0.49/1.00 vMB 46
415,870 415,870 0000000000000000059905774d8d3d72f759966da89f522ac3b8a319384f817b 897 0.43/1.00 vMB 40
415,869 415,869 0000000000000000006ed8c4d97c34775046fba9f1fdd9b316d57095db82b76e 1,084 0.66/1.00 vMB 33
415,868 415,868 00000000000000000440135e19691ec4cf23dfc4dfdad339c69524c435b0ad3f 2,134 1.00/1.00 vMB 35
415,867 415,867 00000000000000000527bbf96687699fb63e94e3cf22bda9e3dbcf183cfc1a6b 2,995 1.00/1.00 vMB 60
415,866 415,866 0000000000000000054a3c50c894466ea06ba1dee61f150a16721a6a0148a56e 151 0.99/1.00 vMB 1
415,865 415,865 00000000000000000192c56a82d2d0a6c65000da65b46bf9e4807ed653d73b43 637 0.25/1.00 vMB 45
415,864 415,864 0000000000000000055c30ff92bab88a396456fffef1082b9e1c53fd9d995383 1,551 1.00/1.00 vMB 28
415,863 415,863 000000000000000005891dd04b6f2d4d61e055074aeb0d8b70a9c74d943b28f1 1,104 0.44/1.00 vMB 44
415,862 415,862 0000000000000000054dfd74ecadd757895ddca7ce018e6cc8b4ee0c2ec3a568 906 0.88/1.00 vMB 23
415,861 415,861 0000000000000000012918b36a2d0b6d90c5542f82641a64ab9cce39adade174 158 0.05/1.00 vMB 47
415,860 415,860 000000000000000002bb2602e6973d3d4e846f2d14386c9a39f7fd02c8418eab 1,400 1.00/1.00 vMB 25
415,859 415,859 000000000000000000170c60f13db0553e1c5d4b802ec6ad7a41c77370e3df40 1,697 1.00/1.00 vMB 48
415,858 415,858 00000000000000000581f567aea93b4b0ce9e69752170232ad1ecd6e736a5fbe 630 0.34/1.00 vMB 51
415,857 415,857 000000000000000001f8f8160e61d7f8ba92e1b27d4b29130440776a2e5dd2ad 434 0.17/1.00 vMB 57
415,856 415,856 0000000000000000003c10d590c5cdfa0d206d7bedcaf688d514ffda00eb9565 595 0.99/1.00 vMB 21
415,855 415,855 00000000000000000522a26c37714c785479c5bdb84f0bcd13de5b0aeaec80e9 1,392 0.99/1.00 vMB 30
415,854 415,854 000000000000000002c127c4bb8e665d9035613f3841a16188370a92550f6a9b 1,864 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.