Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

562 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (855,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,536 55,536 000000001213404109cc98a2b5094bf59f31b025b171e4f4a46c6b127c953909 0.00 MB 1 0
55,535 55,535 0000000010da2d4685ec6a577b78c78679594d8dfcac38d9ed818818bf9161dd 0.00 MB 1 0
55,534 55,534 000000000646c0abbebef0ab4aeca184f98baf786800eeaf4afa5100ce70ff8c 0.00 MB 1 0
55,533 55,533 00000000127d50a0c74ee0b6659f89992f4c168d36a46ccb08a83794d2d0286e 0.00 MB 1 0
55,532 55,532 00000000007d4b879c07f2e8ed96129c788aff1203fb6c39f197bcee5c8354e0 0.00 MB 2 0
55,531 55,531 000000000706bc6ca76196db9a57513e99bcda1eb3479a0b08424b85ad1b875c 0.00 MB 3 0
55,530 55,530 000000000825352feec7f7d6c33ee23e47bca52282cf4c374a91346f745ab8ea 0.00 MB 2 0
55,529 55,529 0000000011f3b16d1c61cf05a223455094bc4b39bcce032753f867b5767831bb 0.00 MB 2 0
55,528 55,528 00000000015367186731ee6a3a1dd79b563132e9e52e97302dff4b7a4c8d62e5 0.00 MB 1 0
55,527 55,527 0000000003f230ba77cba87cae358975bec2b50156c61b1a31a75b1bbc2f7cce 0.00 MB 1 0
55,526 55,526 0000000008f94cec207ced64aca8d5d10fe64cb974a9d3b1c4088f49ba8ddf96 0.00 MB 1 0
55,525 55,525 0000000003454df351a36a61305d5b731e0081180d443d7918a64071de4f3180 0.00 MB 1 0
55,524 55,524 000000000866e98d56de89886feb27140e8b0cf1d9a296c3e28a448b282e6b9e 0.00 MB 1 0
55,523 55,523 000000000bdf4d10ac725d4e3701aa13f095d1ab36de68dc521ac5f7a9fe65c1 0.00 MB 1 0
55,522 55,522 000000000eaacde301a93e393978ed6a63062f8653d498f3e4079692441a8a0f 0.00 MB 1 0
55,521 55,521 00000000000275f9bbe092482a504c2ecc2fbe4be0e92cc704f1bb5c5ab51b97 0.00 MB 1 0
55,520 55,520 00000000064e8eb82723384927239a024a95fa399a806934d6b6d32c79e4a6ca 0.00 MB 1 0
55,519 55,519 0000000010978ce0bc2d16146c82494f6e93d5e00db4d1f6370b0d60496c1dc0 0.00 MB 1 0
55,518 55,518 00000000081259acfaa822800e8efe8a14203796a149699809fcbdf35580021d 0.00 MB 1 0
55,517 55,517 00000000096b3b67f7102ede219e62ecf04b03ca19f996a96cf4fe98d339bb24 0.00 MB 1 0
55,516 55,516 0000000003262fc31e151d3dd6218fd9f645db6b2a9bfc23b2e164397def5eff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.