Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

585 transactions (0.20 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
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (224,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,051 687,051 000000000000000000030f76889ddcfb29eb7ef689328871f30935d18bdd90b7 1.17 MB 1,466 18
687,050 687,050 0000000000000000000b578f6a8768e76b68cb5e19112e5a34461808fcc39f88 1.41 MB 2,490 44
687,049 687,049 00000000000000000000634344b95969f619d344ba9e5475001e245a589a834c 1.27 MB 2,465 31
687,048 687,048 00000000000000000009d467202783d4577e89aee3fe14b55092508d336575e3 1.19 MB 1,448 35
687,047 687,047 0000000000000000000b4685adb360be4fe017115cd153628c77ddd0464cdc38 1.04 MB 424 29
687,046 687,046 00000000000000000003efef7fbc4bbbdf10bdcddb9ab6ace305fd5e90ad8556 1.24 MB 1,584 38
687,045 687,045 000000000000000000090bb122d7a645e09aab266e83dc10b2587818a2f75deb 1.20 MB 1,114 35
687,044 687,044 00000000000000000006dbd037cbf0ce96f2a683a80908233ed16ef4a70d8111 1.07 MB 553 18
687,043 687,043 00000000000000000002bc2e8b5eded8d1b4cb9c5dce0e77df56e69f6c83dd92 1.33 MB 2,584 36
687,042 687,042 00000000000000000000ba0b84de8086b169abe70b81a6ca39cf4c22de7727c7 1.37 MB 2,314 36
687,041 687,041 0000000000000000000c517b711f3e7304555162f03e9cd83b5c49b369a124fd 1.22 MB 2,132 32
687,040 687,040 00000000000000000009c843f9c55470450d91113168f37ae52a29be24a605af 1.35 MB 2,153 34
687,039 687,039 0000000000000000000981f970007473d6697158a7b31329aaaeb374b86556f3 1.40 MB 2,199 27
687,038 687,038 00000000000000000007d7a1c5b701be44c33251a9b9944c90ec310a65e02d75 1.35 MB 2,660 54
687,037 687,037 00000000000000000007ce818f224af0d7994060f579b1dda6fec2ad195cf216 1.27 MB 1,963 29
687,036 687,036 0000000000000000000669df0c80d2488b5f2fab908ca970ef9d72e4f01a9ef2 1.23 MB 2,049 26
687,035 687,035 000000000000000000060a60cffecfec5649aa0e9839632579e15f4834f876c0 1.22 MB 1,618 18
687,034 687,034 0000000000000000000bc8913258248d28f9fff69ed7cd585c3194017e4f64e5 1.37 MB 2,387 32
687,033 687,033 000000000000000000087884c192e8ab31fa0b442437a10efc057e684e7e1f8c 1.30 MB 2,353 17
687,032 687,032 0000000000000000000b0a1e18b3021cb0b9bc4d87103c43da07733190e686f3 1.26 MB 2,078 19
687,031 687,031 00000000000000000000294474f7a7b12cb152c41f38c437d39ca38a4dad61a5 1.17 MB 892 33
Previous 10 blocks ↓
Total Size: 776.27 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,414.32 GB sent, 129.97 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.