Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

879 transactions (0.35 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,377 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,376 (834,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,000 76,000 0000000000571138ff757a28ddf9b56f28c4a461e170660bb5ae79a556069bb6 0.00 MB 1 0
75,999 75,999 0000000000106500f7f77a4f2ed17c46a2e4e62e9847ec47a0ba24f718d62cfa 0.00 MB 1 0
75,998 75,998 000000000013668ebaab9895409e6f49990ae7a194f7bab3f25edbf2151c160f 0.00 MB 1 0
75,997 75,997 0000000000337667d43af3da7144c0b020183ce031bad777b260152ceb39fef1 0.00 MB 1 0
75,996 75,996 00000000002c0ea97ee25d4bc79010a6f8d065f2d6c9537c29f93141aef3b02d 0.00 MB 1 0
75,995 75,995 00000000005fc6901c9661a79b6838e1a2741d985f6525ddea6b1e8bc96314a6 0.00 MB 1 0
75,994 75,994 000000000047042f7d95fd98b2f821305fa86bada905fb8ab746ecdf21aff9a5 0.00 MB 1 0
75,993 75,993 00000000000033f079caf952b4205d54f116b7de7d678c98220ce1a492156f52 0.00 MB 5 0
75,992 75,992 00000000004bc1d071cb5f8a3923933b714dd7221a1562d1b65adf318243cacb 0.00 MB 1 0
75,991 75,991 00000000005430d4a1eca4666b961ce2811d4812c4dcf1007ed1dcfebd9c9e55 0.00 MB 2 0
75,990 75,990 0000000000418d8fec343dbb181bab4daae282a12070a073ee7c8fc427063b81 0.00 MB 1 0
75,989 75,989 000000000014832174925a21819fa450d107a4764646550d1320191902ef8f56 0.00 MB 1 0
75,988 75,988 000000000015b1c5ad97650613afa45179ec46c3c57cb9a3de543b497b9d2b4b 0.00 MB 1 0
75,987 75,987 00000000002d4bbd91602127ae00e9e36349a10c5a12e30857496e2d5d0f47f9 0.00 MB 1 0
75,986 75,986 00000000007af5d8ebedeebb7b143351dfa38d93c1d3e0c8efd41141b0fed3a1 0.00 MB 2 0
75,985 75,985 0000000000418429f64a26d7f8c784148fa26b38a23c5526fb8d98ed30c24d31 0.00 MB 1 0
75,984 75,984 00000000003c290c524fedbc154b1ab6641d9e6265e8a1d205e5b92f090bcb7d 0.00 MB 1 0
75,983 75,983 000000000009f81a81167ec16447022a3cb0f92feb2246548f694fa51c27db8a 0.00 MB 1 0
75,982 75,982 000000000034b70e773fb6a4381755023813bd7c0105459ecc51ba970dc3f695 0.00 MB 1 0
75,981 75,981 00000000007cff3cb1beed23a8d0418f38b708d8f7e18dde81de50e1cf71750a 0.00 MB 1 0
75,980 75,980 00000000003e1540c02fbbbd3a00074a3f2c83c2025fd9a4547adcfbee212a1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.45 GB sent, 119.04 GB received

Notes

  • This page updates every 5 seconds.
  • 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.