Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,423 transactions (2.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (855,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
55,515 55,515 0000000011f4b36345c706cd7882b408e7f93c66014f0e97a5ea9162206ace73 0.00 MB 1 0
55,514 55,514 00000000028f13b1a320c1980d4795deeab3d9bdb92fcef236c846b55de70aa3 0.00 MB 1 0
55,513 55,513 0000000012b685f0f75a998e5294482ab34d4b944cf87f7ca4dee415e65ee143 0.00 MB 1 0
55,512 55,512 0000000000e7ca19e4653cfeb9f3119c11952726a24954797e9fe113c306362a 0.00 MB 6 0
55,511 55,511 0000000008d518692d181bdc486345de15ef7370c86eb47287a304eb3d6cc11c 0.00 MB 1 0
55,510 55,510 000000000b2974a2580254af641cf80064855c34966602a15e9a95699fa249bf 0.00 MB 2 0
55,509 55,509 00000000083801ecb1b31fb10038a0d3bf3b8fa1136a995f8e58dab56b8abb54 0.00 MB 1 0
55,508 55,508 0000000003dac927fa3c7ddc7b8e88b26ad5554b0dba975a86bf976ae19ee99c 0.00 MB 1 0
55,507 55,507 000000000bb0eceb8a4f40feb1a7346130c2286403a3d5813993862c123383ce 0.00 MB 1 0
55,506 55,506 000000000c23b7dae2ee34125a5a7395bae7b6f5d5d1f2b0784f26320f315e6a 0.00 MB 1 0
55,505 55,505 000000000e4d4e962c455537c784224dd6aaeacc17f3409f1d65a0e6d6d51357 0.00 MB 1 0
55,504 55,504 000000000c13a06b31ec4d97cc52327dc9f535439e561cf9e6c79663054e343a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.25 GB sent, 121.20 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.