Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,147 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,623 (533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,090 910,090 000000000000000000008549fcbfe7867544fe8c2eef9efd66692a63677c800a 1.97 MB 2,932 2
910,089 910,089 000000000000000000001b3d638bf5493049eeeeaa2ce0bc5537232d2b222277 1.81 MB 3,651 1
910,088 910,088 0000000000000000000065922e596886985a77417af051d410969347821c6b24 2.10 MB 3,456 0
910,087 910,087 000000000000000000015b951ee7c9e813a579e42ad3514bef935b6ca782ea6b 0.51 MB 869 2
910,086 910,086 00000000000000000001ad73d52128eeb477c6f88c3e38c9b143c1e5ec0c6d9a 1.88 MB 4,644 0
910,085 910,085 00000000000000000000257322ff54dd719177974f6f429333033a6070ede944 0.07 MB 190 6
910,084 910,084 00000000000000000000518c0d513bf506338726cd24485ea0c7873aac75e2d7 1.92 MB 3,519 1
910,083 910,083 000000000000000000018dbe4fe6505925b353632dbd2c1e3aa41b8d1d642a76 1.90 MB 4,432 0
910,082 910,082 00000000000000000001adb744f257d662be26a94dd8559a4c2aadffb29c8272 1.05 MB 2,392 1
910,081 910,081 000000000000000000008e69773ef2973707673de56c447f3d87da47b457b15c 1.70 MB 3,652 2
910,080 910,080 00000000000000000000614e85916227cbd112558467cb72a3cf0161ee11add4 1.43 MB 3,612 1
910,079 910,079 00000000000000000001664eacf38f215f744d0695063c9bf85d3f60a4563739 1.47 MB 5,723 1
910,078 910,078 0000000000000000000177ae06789a0ace83372f328206f6237e57f64aad13c9 1.52 MB 4,578 1
910,077 910,077 00000000000000000002046cfea85401e36630d0a9253f576faaa67715978ad4 2.01 MB 2,505 2
910,076 910,076 00000000000000000001da26baf77fe08e2e556c5702b4037d82c805566766cd 1.27 MB 3,495 2
910,075 910,075 000000000000000000005b0c755f5667c72de35b5b0fcd6eb79b9460134fd8f8 1.46 MB 2,358 2
910,074 910,074 00000000000000000000f5437b6472a36b14b7263ad6e922ea7a9558ed95cc69 1.58 MB 3,402 4
910,073 910,073 00000000000000000000b466cb6dbd4e6293a3c3b058d9cddf5a8ada20376729 1.65 MB 3,631 3
910,072 910,072 0000000000000000000219d5e08ee0579013d2c2ebc5ecf0fe1f73f5df0722e7 1.54 MB 4,035 7
910,071 910,071 00000000000000000000266cd5d8c51f0e14daa20d3a826ac147300668ab1c01 1.81 MB 4,210 2
910,070 910,070 0000000000000000000082e4d13e5f37339d1929bb1f06c22c3fa4e6b070b1d9 1.63 MB 3,685 5
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.24 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.