Loading Tool

Explorer IconExplorer

Memory Pool

1,646 transactions (0.50 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.76/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,621 0.01466636 BTC 0.49 vMB 2.18
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (884,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,254 28,254 00000000e183110bb5d26ac75df96bf01405543374ee3864fcbc5ba9a67e28bd 0.00 MB 1 0
28,253 28,253 0000000051ad3e66bcbbea4f5488bb95ff2fd2e66d244e0ce04ef7c709b4a04e 0.00 MB 1 0
28,252 28,252 00000000b7af5dcd63c98ec9b2af8d4ee7adc53745c412e965da111d0e8ae3e8 0.00 MB 1 0
28,251 28,251 0000000014fad32d7390ee93f09ac65d82032e7612f856a3b9733b72468576c7 0.00 MB 1 0
28,250 28,250 000000004d55ca2d5f94c2b533850ff35aab7f7557e9f1d1037da6c93911fcc7 0.00 MB 1 0
28,249 28,249 00000000227aa685fe76a7dd433618d4c3b653fa79295b434a8a695d0eec55f2 0.00 MB 1 0
28,248 28,248 00000000f490906e169f06c5c51c89135499bb371bbae2a723f1879a85031ac2 0.00 MB 1 0
28,247 28,247 000000004de7d210eba91295b6ef4d570447f55b372ee51368d8d5dc026f26c7 0.00 MB 1 0
28,246 28,246 00000000fc454943d10e6d7d012240aeba835d00149da588b3b96ac713d947d5 0.00 MB 1 0
28,245 28,245 00000000a600518799099c5e3e94b3c9550056b87d2ecb9dfdfe8d45a8f32b27 0.00 MB 1 0
28,244 28,244 00000000de7200a5557acb563d5881f56db2b85e6719116376405189be838c49 0.00 MB 1 0
28,243 28,243 00000000dbae4ac45bed46373c569af46ee2a6f1ca7039886f4885ec6435f7b5 0.00 MB 1 0
28,242 28,242 00000000de0df2355fac67a71e36e22b7e894e75edaffbbbd3cf220c58476ff2 0.00 MB 1 0
28,241 28,241 000000004a31f3602949139929c6d7557b3426597f97d2d7f6fb56d1c267b760 0.00 MB 1 0
28,240 28,240 000000008af1d91af52fbdd1a9b978833c880a33f2c4c27bd409b7fc809e8d11 0.00 MB 1 0
28,239 28,239 000000005cc479be3e79442bd90c27edc33ff5bd57a8d36c59356029e8112d09 0.00 MB 1 0
28,238 28,238 00000000971961c15c72bee7cceefa74ea18468074f9555e2fc20c2ff6aae84e 0.00 MB 1 0
28,237 28,237 00000000647cd86f7d758e4c9a376fa19464b33cf163d30784d13fb94926f32a 0.00 MB 1 0
28,236 28,236 000000007025bd84323faed6fb21ae85ba3bb3eebc18ae914437dc4dacb65a27 0.00 MB 1 0
28,235 28,235 000000006ec99c117ce33fec9702ebefb898033d8f44033c0c0b1cb4ca030545 0.00 MB 1 0
28,234 28,234 000000009eaee8f54f8df118fed411c420e3d3a4dbbf9a585958dc07c2dbb6d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.80 GB
    • Received: 136.63 GB
  • Uptime:

Notes

  • 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.