Loading Tool

Explorer IconExplorer

Memory Pool

76,273 transactions
28.26 vMB
0.09213910 BTC
Random Selection Loading Transactions
Max Size: 171.50/200 MB

Candidate Block

Mining Attempt c604a2bb6f78993db79237e329d9dd2125ff5a55bf3254fa0e89cfac4803c806
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 44e8787d7bc5c285cbb2dc2776c6fe443129ed24950b84e2898722778bb5c975
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03010630 BTC
Feerates: 402.60 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (309,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,986 605,986 0000000000000000000957b2a3f157f5719938f6f722250bac77e64dcbfcb45c 2,887 1.00/1.00 vMB 44
605,985 605,985 0000000000000000000f52e66f2b30440e23399a4b6860efc3765d7fc9cba135 2,533 0.97/1.00 vMB 21
605,984 605,984 0000000000000000000b7bbbbd5c695348639e4cea129b94bcafc79eb926995e 2,521 1.00/1.00 vMB 26
605,983 605,983 00000000000000000006a63e558ca82154a699472a09e1ad9aab6f7a7ad82c88 2,749 1.00/1.00 vMB 37
605,982 605,982 000000000000000000028e8fd9075c0d35b508a3b6311f980081470b6a16279e 2,229 1.00/1.00 vMB 28
605,981 605,981 00000000000000000003ba6b67a56a07ffc8f597bdd2ad590f9eb4f08c43841e 2,743 1.00/1.00 vMB 43
605,980 605,980 0000000000000000000336b2e980f8a7edd1b1d17a4edd668198dec20003a166 2,746 0.95/1.00 vMB 27
605,979 605,979 0000000000000000000eb4b6da8933b8875661399d3d83c069df1cb8c67006a3 3,056 1.00/1.00 vMB 33
605,978 605,978 000000000000000000076390799bb425c8b17fa194befe6775636fb9fc5edff8 1,859 0.67/1.00 vMB 28
605,977 605,977 0000000000000000000c9967f11c7c8c5c68d956e74c3e9e1ccebc538dc23c8e 747 0.42/1.00 vMB 10
605,976 605,976 00000000000000000001549818599ca6dba72fa6daa55d8bd9d58d2853a46b62 1,188 0.45/1.00 vMB 28
605,975 605,975 00000000000000000014a47311ea8fbdbcb446a419f919d0f46e26f686c3f493 1,026 0.26/1.00 vMB 26
605,974 605,974 0000000000000000000480c2c474f8402d494eae28dd4d1002dba4c9e67ac7f3 1,011 0.37/1.00 vMB 29
605,973 605,973 0000000000000000000873e634af3116b9ece5abbf5a620f592784c229c0b0e4 1,144 0.37/1.00 vMB 32
605,972 605,972 0000000000000000001533877e6a83d161d3f14cb4a57a8fb9ca37594f8982c5 1,574 0.49/1.00 vMB 28
605,971 605,971 000000000000000000007077d5469ac80605ba5f1e627d59897260941ece7ebd 1,663 0.44/1.00 vMB 28
605,970 605,970 00000000000000000005c55ad2449c6c1212db884294143f4bce7b64498a3a0b 291 0.12/1.00 vMB 40
605,969 605,969 00000000000000000004834c00822832534df7dfb6c250ef83a191a84e6a0621 1,302 0.66/1.00 vMB 1
605,968 605,968 000000000000000000008740f85aed89d7a9bd91ad2be6a89f8a6fb0f0d1c19b 1,547 1.00/1.00 vMB 5
605,967 605,967 0000000000000000000ed4612d800c391f6c5cb1de01b00f6f341a44e57a5b31 2,182 1.00/1.00 vMB 5
605,966 605,966 000000000000000000065da12813f5dbc5febb6db6fc412ea7fa13bd8419b525 1,049 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.