Loading Tool

Explorer IconExplorer

Memory Pool

54,454 transactions
32.12 vMB
0.14774896 BTC
Random Selection Loading Transactions
Max Size: 171.57/200 MB

Candidate Block

Mining Attempt 0754ca8534d7ff951aecd5d7c8817aeb4540b68c22d085660723c4ab96e1b334
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root c8358b3364f4244fa3d2a16850073dca8d2a0cafbf6fda50bffbdf8ec128fa30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.04667913 BTC
Feerates: 104.17 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (347,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,709 567,709 0000000000000000001946b68a3f27811a06ab7e9a2806cbac2ceea5faaf8a0b 318 0.31/1.00 vMB 5
567,708 567,708 00000000000000000014c2878133ce5dd0eaac7b4591b87712019a8db503bf1c 1,415 1.00/1.00 vMB 6
567,707 567,707 00000000000000000025e2245a9d9de1a8364acda9cbaa9b7e2a06d49534972d 2,119 1.00/1.00 vMB 7
567,706 567,706 0000000000000000002b209dfda6772a044f8cb700000c4a035e3db8beb4fbcc 2,877 1.00/1.00 vMB 19
567,705 567,705 0000000000000000001783e67d2f7cc58b47efefb350c55261984fcac82ad6c9 2,579 1.00/1.00 vMB 12
567,704 567,704 0000000000000000001989ccfbabe639e59f45bdb24a98b43c4b84cd8b67f1c1 2,434 1.00/1.00 vMB 14
567,703 567,703 0000000000000000001783fbdec28b3e9b453ff73284ed5b470272204a6b4c7d 2,353 1.00/1.00 vMB 4
567,702 567,702 00000000000000000019f19b1de6001c532906b7abcdab6891efa15035bc1da0 2,884 1.00/1.00 vMB 23
567,701 567,701 000000000000000000245a439116f55c2b7ec834169d7e1af4d44d000c448b54 2,904 1.00/1.00 vMB 9
567,700 567,700 00000000000000000000f38012875dcb5f9876643d24c163fdd73e212563908d 2,653 1.00/1.00 vMB 23
567,699 567,699 0000000000000000001413c943536c0a677e96f7ad980ef57573728ac09dc04f 2,983 1.00/1.00 vMB 14
567,698 567,698 00000000000000000009487c3a55e76ceb5f12a8224e8753c69bbe662e71eeab 2,969 1.00/1.00 vMB 11
567,697 567,697 0000000000000000000a589910eaac29e550ad4d83f3c8f7ac8ae5735564f139 2,738 1.00/1.00 vMB 13
567,696 567,696 00000000000000000022e6f26bdb1b01bfe18b3d46b903935141fd28e4330e09 2,720 1.00/1.00 vMB 14
567,695 567,695 000000000000000000223f6394d02d9b18b31cf07abd6743c0fde8a2f6089f36 2,337 1.00/1.00 vMB 18
567,694 567,694 0000000000000000000127370607b023ff505674531b43020db3c73aafbc37a5 2,626 1.00/1.00 vMB 12
567,693 567,693 0000000000000000000164b5615ff509459556bf899fd7d82dc9f53d717ab3fa 2,847 1.00/1.00 vMB 30
567,692 567,692 0000000000000000001e3c4e00a123f6f311ddb0c40da7ad5a3f459151a7d07e 2,216 1.00/1.00 vMB 10
567,691 567,691 000000000000000000094b392a1cf203085a09f523a5a1e53d53316eaf3416c9 2,675 1.00/1.00 vMB 33
567,690 567,690 00000000000000000011238508a6b68a05816cea77fbfe58c0988ebf8535c9b6 3,284 1.00/1.00 vMB 23
567,689 567,689 000000000000000000153742341851b3c42ede6bd108598ef0c15414b9102c4f 2,723 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.