Loading Tool

Explorer IconExplorer

Memory Pool

85,397 transactions
31.78 vMB
0.11703987 BTC
Random Selection Loading Transactions
Max Size: 194.87/200 MB

Candidate Block

Mining Attempt 713074e7baa705c7036290bd53c6cc6e5312925de4f2572bc6015e7829f55ffc
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root b941892cf236e8766fe9620106da8c1c47e17e8f79d5fccbfbf5e44cdf91e5aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.04131497 BTC
Feerates: 301.57 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (484,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,855 430,855 0000000000000000035ccf73e0d425ca0b6afcf2a7ab96a368ec1742f4b01393 1,724 0.98/1.00 vMB 45
430,854 430,854 000000000000000004d9d75f8e118facbbec5172bda6545368825d1d50d5e25c 2,342 0.96/1.00 vMB 60
430,853 430,853 000000000000000002c1195f661098cfa7043471bb2650d38360a13b7570195a 2,247 0.88/1.00 vMB 64
430,852 430,852 000000000000000001803a7d9647a73020e362f87ac6d9746d69fd153c0025df 120 0.05/1.00 vMB 58
430,851 430,851 00000000000000000366b13a352c2b6f648061d508438f6c39ab220e4d6d988f 1,483 0.71/1.00 vMB 48
430,850 430,850 0000000000000000002aa46a51980ee9302e3a72f67864bb9cbf2f7b266ac988 2,617 1.00/1.00 vMB 82
430,849 430,849 0000000000000000001f296b37c0d2b2baa06ee6c5ccaf902c313cfbfb75566a 355 0.23/1.00 vMB 31
430,848 430,848 000000000000000003c0eab653c9dd8fc6126a5f966ab6447478c5977b7917cb 2,446 1.00/1.00 vMB 71
430,847 430,847 000000000000000001976c44e8d5a99988100e510bff80fc9e159929d8b7806d 1,110 1.00/1.00 vMB 27
430,846 430,846 000000000000000000a29c42a77bb5ad704aee63cdd6b41517d92d18436a85b7 1 0.00/1.00 vMB 0
430,845 430,845 000000000000000002bda3cbf467251198f8b77946f081886e88c356a5bc8d57 1,527 1.00/1.00 vMB 49
430,844 430,844 000000000000000004894176e60c3e71c7b8d7fbec1c6e3905b77ce3397964d5 2,617 1.00/1.00 vMB 55
430,843 430,843 000000000000000002b23e130e93a47f21dda286e45db9899806a09384467e3c 2,992 1.00/1.00 vMB 93
430,842 430,842 0000000000000000008647f2bb1a5e8defacfbe3e3d6507c1c2115e84930efa6 777 0.49/1.00 vMB 45
430,841 430,841 000000000000000000b6e997ec206d8baa58d828d2da70645de3f74a31350deb 2,033 1.00/1.00 vMB 54
430,840 430,840 0000000000000000024c52be2485d96ba66d7de15fee47e07351acce5ae97f9e 2,898 1.00/1.00 vMB 84
430,839 430,839 000000000000000001fca1270724b82b25413c903f4a47276b8f2ba24914e533 1,840 0.77/1.00 vMB 60
430,838 430,838 000000000000000002dc2a5b1b45a6fdac373c0bdf8741d319be3a39db4efebf 544 0.23/1.00 vMB 64
430,837 430,837 00000000000000000161d893b7acb86b27cbdeae87d891584b2f40c9ca9f2146 1,056 0.54/1.00 vMB 35
430,836 430,836 00000000000000000016b50eb7b7fb8276300be9537b1062ab7af7ea4294731b 2,894 1.00/1.00 vMB 75
430,835 430,835 00000000000000000002515150c5c21a69b7c81beef6ccd70e117428b57f63b1 1,024 0.52/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.60 GB
    • Received: 16.93 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.