Loading Tool

Explorer IconExplorer

Memory Pool

87,926 transactions
33.32 vMB
0.24899503 BTC
Random Selection Loading Transactions
Max Size: 190.66/200 MB

Candidate Block

Mining Attempt 31a5f9e36c249cc6632aa931fca42b20b8ba3f74da3ee6ad02e38d811930d75c
Version 20000000
Previous Block 00000000000000000001f3f62cf8ea709b7bc0c5d6908e583181766e18cbe489
Merkle Root 9dc3b67fa68b4401b5f60df4908537236ad9ff7af4a5226b6a0575f24fb875a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,473
Size: 1.00 vMB
Total Fees: 0.04713488 BTC
Feerates: 150.76 > 4.72 > 1.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,643 (910,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,797 4,797 00000000c5e03b4b285b0bb006a4c4b45f3297b9a3034974dcd90899ae13df0c 1 0.00/1.00 vMB 0
4,796 4,796 00000000ddff5bc44604c75c4b0115d6fd3da3ef3adf0addd773fb8b40673e8b 1 0.00/1.00 vMB 0
4,795 4,795 00000000c8de245ab0abf11ccf933ca8d909d30738615094892d279271b8a851 1 0.00/1.00 vMB 0
4,794 4,794 00000000e2cfb7d2dccec6ceba36a5742c4afe06ebc06b3b114988455a9e47d7 1 0.00/1.00 vMB 0
4,793 4,793 0000000046ac4f2201ff722934f21515269ea25836d18b48fa90d42b079363bf 1 0.00/1.00 vMB 0
4,792 4,792 00000000eee6df0f48944dd627dfceaf42f27c93b507326e092b995de28f50d8 1 0.00/1.00 vMB 0
4,791 4,791 00000000a2cda6adbc43b1d72813ed8a3f45993225eef84704070ff07f285eb5 1 0.00/1.00 vMB 0
4,790 4,790 0000000013371ed4d67e526a2fd2d8bd270b477c72bdacbd01048392f5528eb5 1 0.00/1.00 vMB 0
4,789 4,789 000000004df8bfc1e83994da15fbd7709f029933a8095683fe3bd35b53818f55 1 0.00/1.00 vMB 0
4,788 4,788 000000008cf74765b186b965c54e3151941d52cafe1d01eb0350ded9bc9b9ccd 1 0.00/1.00 vMB 0
4,787 4,787 0000000088afa4b823451c4f99727ceab87c8bd57c05712d5530d54170765779 1 0.00/1.00 vMB 0
4,786 4,786 0000000083a705d8aaac782aac89a162a04b5f2f50c7d7d48656405b48c40579 1 0.00/1.00 vMB 0
4,785 4,785 0000000062fb83bd6bac814c573c655f62febdb8b5a3da6f87e6e0035206d897 1 0.00/1.00 vMB 0
4,784 4,784 000000000ffbdbdbc0b9c90dcd36ced14374e0b6a5ec02bc7c394779cf93788d 1 0.00/1.00 vMB 0
4,783 4,783 0000000081710a0792a486bdeae59b9693e0cda96cb513bbaf3e721cfd6966c7 1 0.00/1.00 vMB 0
4,782 4,782 000000009217eb8bcc565eeece066f2bf6a0970cb2ee2a199e07a08990286fa4 1 0.00/1.00 vMB 0
4,781 4,781 0000000021fd49e7e8d8bec7ed4bb7a06a80387de003b4a4c1cddb553b38f106 1 0.00/1.00 vMB 0
4,780 4,780 00000000d44353e18f09719018b035af533e8eac30ff2e159510d37144b96c3b 1 0.00/1.00 vMB 0
4,779 4,779 0000000083292e55898a418aec0d6c5265abdd39512cb8465e34db7e968ec9a9 1 0.00/1.00 vMB 0
4,778 4,778 000000008c758cfdd7fdad6c13c6d7bdc0fcf56919a476a752c8cef0bf131af4 1 0.00/1.00 vMB 0
4,777 4,777 000000009e9b5df42e49a2cbf49259cb298c664de7887e2e94d5c4a7885f5cf3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.50 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: 773.13 GB
    • Received: 20.44 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.