Loading Tool

Explorer IconExplorer

Memory Pool

82,952 transactions
30.03 vMB
0.07144680 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt d38e4390dcbf6eb1e6f10d20beb05e9b6fa940a8d908ee6f06ba8c3dcd45532e
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root d71b70925ef5c1ba6d3dcfa9cda17e7f9e3309458c1b50d4ad8be5d41d3ecd59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00979219 BTC
Feerates: 43.68 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (241,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,934 673,934 00000000000000000006f5c67e6b0137b924eef0a79e186bf755964cc407800c 2,407 1.00/1.00 vMB 92
673,933 673,933 000000000000000000012b7c055337131ebee634d43e5165aaaf491600bfcd38 2,728 1.00/1.00 vMB 61
673,932 673,932 0000000000000000000a2b237adfeda134daa0f796cf5ba104ea5bfc3571ce3f 1,539 1.00/1.00 vMB 75
673,931 673,931 0000000000000000000c57ba14d9c4189451d85613fc209c9c5cea46979208dd 1,442 1.00/1.00 vMB 106
673,930 673,930 00000000000000000009c51a20612cbbf00f12f411d7bcbf919af1e605dda8f4 3,038 1.00/1.00 vMB 50
673,929 673,929 00000000000000000008384eea8b43d9636c146dd46137282b98d83573d71c18 2,782 1.00/1.00 vMB 97
673,928 673,928 00000000000000000006768cd0be2584bfb57af15e6a188205f1c9e94aa0af3c 2,627 1.00/1.00 vMB 101
673,927 673,927 00000000000000000006b26181bda4f92acae2ebecf21a3817545a550563835a 1,716 1.00/1.00 vMB 102
673,926 673,926 0000000000000000000aee54ca44004377d038634567ccd49a5b4ba5433f803e 2,969 1.00/1.00 vMB 120
673,925 673,925 00000000000000000006fe103d77d52292991f4f5933b3fd25e4be1cab355b94 2,268 1.00/1.00 vMB 59
673,924 673,924 00000000000000000005855a6c05fb018bd974372a780c6b074b1c084715cd2f 1,440 1.00/1.00 vMB 101
673,923 673,923 00000000000000000009f531f496cccde42cef8d03b2ec6dfefd6689e78aa48b 2,150 1.00/1.00 vMB 108
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 2,196 1.00/1.00 vMB 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 2,537 1.00/1.00 vMB 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 2,605 1.00/1.00 vMB 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 2,127 1.00/1.00 vMB 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 2,692 1.00/1.00 vMB 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 2,586 1.00/1.00 vMB 110
673,916 673,916 00000000000000000001ce5feb1d90d4c23134c415136aea388b5281a9fba8e8 2,078 1.00/1.00 vMB 71
673,915 673,915 00000000000000000008d466ae6bc43ffdca7fd0e5abbf1e7c1cb29befdde1e6 2,890 1.00/1.00 vMB 82
673,914 673,914 0000000000000000000aa0d572157310fd490b5cde7fb2c6044d7d7278dfa067 2,637 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.