Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

762 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,786 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 743 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,785 (849,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,151 61,151 000000000e4472bdf1937b113cfce87d9159d6cf867b1dce5eb60911199e1157 0.00 MB 1 0
61,150 61,150 000000000c9076941f88e8bef2f1243ee0c8c439fe3507e75f7af3379f493125 0.00 MB 1 0
61,149 61,149 000000000d9d36d58d7f052ae471b7135e2dfef5e17c4864a616b1c6c6f1d6b6 0.00 MB 1 0
61,148 61,148 000000000a46d13168ea97f6e09b478d5f07d2e07a92f508ee045283d7c8a34a 0.00 MB 1 0
61,147 61,147 0000000003700151cdd45d2b13f71dd3fb1804f9e814d1aac5f5234bfdb69bc8 0.00 MB 1 0
61,146 61,146 000000000507f527753e17ab609f0b121b0808bf0dd2381df262bbf32c0241e7 0.00 MB 1 0
61,145 61,145 0000000002c330eb56d768009bf69e08a7feb462b820b383b10523fd0ff538a9 0.00 MB 1 0
61,144 61,144 0000000007f5c0424248953fbd8ae082e1a9b5b925512894e2fdf32cd9a33abe 0.00 MB 1 0
61,143 61,143 000000000873f9354ba276e9e488d00072cb58ebd47d2eb02d5fffd44330831c 0.00 MB 1 0
61,142 61,142 0000000000319b5b06c7cff80f0dc89f417dc3188952a168068bd52ccfb5c2df 0.00 MB 3 0
61,141 61,141 0000000006fd482fdb5c9984adcf7fd727b74c2ed28894e98822a547a4f5109d 0.00 MB 1 0
61,140 61,140 0000000009b43d01400045e18efa72e674b28555dc136920cd56a6df804005aa 0.00 MB 1 0
61,139 61,139 0000000004796324eec24cbd758a16ad8e587c1198eeca1ca2b91c67af23fbc1 0.00 MB 1 0
61,138 61,138 0000000005358aee712c84bd84b47d7a2b1580365586c1da9333eeacccf254ae 0.00 MB 1 0
61,137 61,137 0000000009f12149b4e296cbe37a64308b9f364f52b1adcf418a492f52b1f591 0.00 MB 1 0
61,136 61,136 0000000008676f1ee4a590dd96fdbdf6599d997847e206df150036379c34b562 0.00 MB 2 0
61,135 61,135 0000000005a059b7381e512d741d4a59ce03792179a31e151eab4fe87a820b8d 0.00 MB 2 0
61,134 61,134 0000000002053285b57185c02af8006c5d1965d1a4a409557422f93bbe47b1ce 0.00 MB 1 0
61,133 61,133 000000000290e49c810b21919154cbe238bb09ebaab345e19e842de64c159aba 0.00 MB 3 0
61,132 61,132 0000000009513a9ec47a5a5504d3f8d3fd2106eafd5feea6675c7c437df4fb19 0.00 MB 1 0
61,131 61,131 000000000a87a0cbde7f56d3a6fa9a51a1b75a1ab81378fb0b3d34c09c83133c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.84 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,295.30 GB sent, 122.84 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.