Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.33 vMB)

Priority:

  • 1 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,485 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (94 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,390 910,390 000000000000000000017187a817819a5bec0b564491a147b6c20550076ee666 0.39 MB 809 2
910,389 910,389 00000000000000000000051cbe3c259331f59db8bfbdb37ad39c0a1c4c40bbd4 1.97 MB 1,952 0
910,388 910,388 00000000000000000001ce52724f960aabbfc66a98759182b2fd385caf18b7b8 2.09 MB 1,106 0
910,387 910,387 00000000000000000001151515e83a3ac53f2087ee28f272559eaa7fffc71a01 1.90 MB 2,795 0
910,386 910,386 00000000000000000001d003df63b9d6d1f266fbf323e996005bda8eb30cd320 2.19 MB 1,374 1
910,385 910,385 00000000000000000001b8ca563ed0b762978f52f0c8206c86a4540c8942a10c 0.35 MB 453 1
910,384 910,384 000000000000000000016a8a3558e8c24b48ed260a1eaa7638c312f5a54d5e2e 2.01 MB 1,364 1
910,383 910,383 00000000000000000001b04994c8f2fdafe094530ee944dccfc187c676f5f5a1 0.95 MB 632 1
910,382 910,382 000000000000000000013054b3dc954879af25ce8e8f94d7327841d48d0e3033 1.96 MB 2,483 0
910,381 910,381 000000000000000000020bfb5012040529ac5cc114bced8736a275cbcfe7049e 0.43 MB 635 1
910,380 910,380 00000000000000000000bfea4d1439d6e1bde387bef28d4ba0cf5165c8a00004 2.08 MB 1,132 1
910,379 910,379 0000000000000000000186052fbe0cab19b604d42d7ba9b21fc16e6306f91268 1.98 MB 2,043 2
910,378 910,378 0000000000000000000028ce2dc6c762fdbcb3b0429044deb5e503fce9951e00 1.65 MB 3,036 4
910,377 910,377 000000000000000000007121ce6e41fa49f145a153cd772654fe6cdc6daf8db5 1.70 MB 2,826 4
910,376 910,376 0000000000000000000126f34a1bb81739528aa41d47e57d5f2236e2f1441e21 1.83 MB 1,792 0
910,375 910,375 00000000000000000000b330a821f902754dc8175465373bcd584e128ec3cf71 1.94 MB 2,232 0
910,374 910,374 0000000000000000000060bf881033023cc5c72fbb5678a6491548770adb0ff1 1.07 MB 1,320 2
910,373 910,373 00000000000000000000257213af48b6d842aaeaa34614e7c4cb0e6868a83ac2 0.02 MB 49 2
910,372 910,372 0000000000000000000220be12a8f99e0b2f013c911f82ad0dcd627527c3a204 1.53 MB 3,611 2
910,371 910,371 00000000000000000001e18f8eb96f71aec14976a22e4a0d853bc5b8d56cc562 1.75 MB 2,389 1
910,370 910,370 0000000000000000000168cca2999ca60ca7bc21effc78acd79d418afcc55c86 1.54 MB 3,152 3
Previous 10 blocks ↓
Total Size: 774.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,243.87 GB sent, 119.99 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.