Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,051 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,334 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,333 (885,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,399 23,399 000000000a686c4346f073cb5fadd250f4069c96a1bb06384e3ca6738ed06d01 0.00 MB 1 0
23,398 23,398 000000005322790c3e096cd047fad1da5f68cd5a1d17a70ee92a566814d6b8d5 0.00 MB 1 0
23,397 23,397 00000000156e1cc375c45933c5237b8866df84f8ad1b4a4433079d5ba8fb32d5 0.00 MB 1 0
23,396 23,396 00000000acd60b84f10bcb578b6ff61311b792fc56f6bb01cc70ceaca8b49886 0.00 MB 1 0
23,395 23,395 00000000834ed99bf7758540a56e048cc7b07229bd0f2d54a4ef1997f8bd2424 0.00 MB 1 0
23,394 23,394 00000000f90069e867f3cf0a1f9a68162dcf311a8e23c3830607d6f6160e90d6 0.00 MB 1 0
23,393 23,393 00000000d8b2427079ff83097a8e6dfe71a5ab77e6d16d1f93f5d44eafd43eed 0.00 MB 2 0
23,392 23,392 00000000eaeae4dc31da944deeda694b932c0b61a25efba45c88cb6ddf7645f6 0.00 MB 1 0
23,391 23,391 00000000a4a86e7badd65c02344b9dd1348b57c618864a6645526ccd1714b920 0.00 MB 1 0
23,390 23,390 000000006d491416f7d77878173178413dfeb18f5da7723612d01baa02c61205 0.00 MB 1 0
23,389 23,389 00000000dd305bc8b1442c56925fee94b35c826d378c9b70be351335d0f30066 0.00 MB 1 0
23,388 23,388 00000000ec39982d24b74d87bd64755cdb29e57aab45eb5d9811f94456245c69 0.00 MB 1 0
23,387 23,387 00000000fe2654cae915eb3c3402bc98616e5a8aa40af4d6bee8e8926b496e5a 0.00 MB 1 0
23,386 23,386 0000000063b4f1da35acdafe037739b0fc1a6d3ff17d86e955e0a72008d2e10c 0.00 MB 1 0
23,385 23,385 000000009257402f2a5bbc3d9a9e0be92bad1256bff277f4cf357f072d84a9c6 0.00 MB 1 0
23,384 23,384 00000000e2038b830ca4243cb45ee069d16fa1e5b016d8f254cdf6257ebc63b0 0.00 MB 1 0
23,383 23,383 000000009f967c7dc5cd7de076c3d42b6d95e9bbb47064221440489eb8fb6bfb 0.00 MB 1 0
23,382 23,382 00000000065c648ba7af0f6f9ec54e3ed404ffd6d73adf85e041005399b2603c 0.00 MB 1 0
23,381 23,381 00000000ddfe525e228a39173b354c5cd1e49a0d0b9402e60740d88ae674fe8e 0.00 MB 1 0
23,380 23,380 000000001ab8c18e5888d0c7f43e476ca8406ed160b9eb55a2753c66d4dfb82a 0.00 MB 1 0
23,379 23,379 00000000e567b7efded3877036537e7a1829c7ca87b09cd19f8eec8c8ba136d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 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,066.77 GB sent, 108.94 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.