Loading Tool

Explorer IconExplorer

Memory Pool

84,825 transactions
31.38 vMB
0.15258701 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 9c8ba42c61333a53c262d3f577eed4fee01ab5b4bce7e71170da58c1acf40c73
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 288331a6b9259bba150d0124fcc813c92068149032e145090230b7fa5adc77dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.08044880 BTC
Feerates: 366.60 > 8.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (212,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,984 701,984 00000000000000000002100556f7f23e486ad15b180ca2a927068a1e2a821e07 2,724 1.00/1.00 vMB 14
701,983 701,983 00000000000000000006d205e7a3bfbb32e1f45426596e73d11a1f8be0a7dbe0 2,067 1.00/1.00 vMB 12
701,982 701,982 0000000000000000000c948983ed1f6a5e681af2f84fddbbd970a749a166a555 1,915 1.00/1.00 vMB 10
701,981 701,981 0000000000000000000e5a309dca4b53bb4f23869ed07f95543e373d890505ab 2,860 1.00/1.00 vMB 14
701,980 701,980 000000000000000000086f815358d5d6eca70d281f525086653e73d4901bb72c 2,841 1.00/1.00 vMB 15
701,979 701,979 000000000000000000025d148233c7b1b55c2625d41a6fd2b8563ddaa9e4d9f3 2,080 1.00/1.00 vMB 9
701,978 701,978 0000000000000000000eb0f8c6d4a8a854151a10aebf03846ec43cb8b70b13e0 3,030 1.00/1.00 vMB 10
701,977 701,977 00000000000000000007c8c68b1278a5a9a06716e2c1bdaf506da1f305f5d621 1,217 1.00/1.00 vMB 8
701,976 701,976 0000000000000000000273a029f64a896d400c3d5a05942b8199260c335e2e24 2,174 1.00/1.00 vMB 11
701,975 701,975 000000000000000000077727e90f1db77d7afea8c994e8f0b178d5c708b13dd2 2,057 1.00/1.00 vMB 8
701,974 701,974 00000000000000000001c132ee475b47b64bccbfeb15dcf7dc0a1609d701b220 3,343 1.00/1.00 vMB 11
701,973 701,973 0000000000000000000cfeaf436c6e82126f187704e5203f59f61874bcb16fe5 3,007 1.00/1.00 vMB 22
701,972 701,972 0000000000000000000e6e151a0a133528668e2cb996c3e6af5fdda94071dc25 1,867 1.00/1.00 vMB 10
701,971 701,971 0000000000000000000bde2a2dc5c76d897f77de771622eb30e59193c66ac862 2,164 1.00/1.00 vMB 10
701,970 701,970 00000000000000000006dbee2ab00f3869584e9a20146c35763f680f579a9855 2,679 1.00/1.00 vMB 11
701,969 701,969 0000000000000000000d052fe451c28e337dbc454454c810be1725176ac472a5 2,937 1.00/1.00 vMB 11
701,968 701,968 0000000000000000000d104e1eb264ddc2596ed7c5bf7b76afa0f8365bc1e699 2,498 1.00/1.00 vMB 17
701,967 701,967 00000000000000000008dfd8b63349ef00ccb099464cae0453a23176f0776359 3,322 1.00/1.00 vMB 6
701,966 701,966 00000000000000000001ea057821740b5ab266e9f913e09b7e829b85721e1762 2,552 1.00/1.00 vMB 20
701,965 701,965 00000000000000000003bdf6945bd7a7bea34585ab227ffc7c67715a363cb0c8 483 1.00/1.00 vMB 3
701,964 701,964 0000000000000000000b69e39980cbc409b1c450bae1503a1f548cb7793c9dd9 977 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.34 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: 661.68 GB
    • Received: 14.82 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.