Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,938 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,818 000000000000000000022b910000000000000000000000000000000000000000 ago 0.90 vMB 2,938 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,817 (153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,664 911,664 000000000000000000013b83f3d40c08eb085b161ccf11bd5855651038e52fd9 2.04 MB 2,690 0
911,663 911,663 000000000000000000022a3092ae939cea6310bb6d4d6a8bba997b812b985f48 1.75 MB 3,715 1
911,662 911,662 00000000000000000000b2c1920a2c3c6b79cf6a40ab67e4a1c2a87fe10a59da 1.70 MB 4,306 1
911,661 911,661 00000000000000000000a9fe9900b1dd8217f030b82e18d3ee99aabf31d30323 1.70 MB 4,596 1
911,660 911,660 00000000000000000001938364117ce25b81c97b68ad6aae21f32140932975f2 1.72 MB 4,573 1
911,659 911,659 000000000000000000004e43d7d9aa4259acdc973203d29b1b1d17deb6b7cadc 1.74 MB 3,358 2
911,658 911,658 00000000000000000000fbf928f268ebabb4a8554cda6f4e87ac72a08d3cc9ad 1.86 MB 4,203 0
911,657 911,657 00000000000000000000eea0cb5978b0e2a888be34737d23861b787ae5b4088b 1.80 MB 3,851 1
911,656 911,656 00000000000000000000583c490cfe2893743507a1b91936cc9949d91efa7f94 1.79 MB 3,405 3
911,655 911,655 00000000000000000001e69c431d3583c96a912fa7bda2bca036d15a2841c455 1.73 MB 3,174 4
911,654 911,654 00000000000000000000a998a27e70c578693e4ee561656087b4d2bddc508979 1.74 MB 3,430 2
911,653 911,653 0000000000000000000003d6149879940a3f86d7f3d902052dd79605ca6eeb02 1.64 MB 2,131 1
911,652 911,652 000000000000000000004df721e985ba890ef83de92545f6f8719119e99cd590 1.72 MB 3,670 3
911,651 911,651 000000000000000000006131311d6db5fa5ee8758c8e7f88b6526f4673070611 1.67 MB 3,707 3
911,650 911,650 00000000000000000001a859f24a25059bfafd0d0362db08424a5eea5a4eeda5 1.73 MB 3,665 2
911,649 911,649 000000000000000000001f412c7921c27ed7e61264ac83bfb88cc84031d13eeb 1.71 MB 3,032 4
911,648 911,648 0000000000000000000041371ff0f21941c427b3832be9b47799e6788e508112 1.52 MB 3,621 8
911,647 911,647 00000000000000000001e1e6c2f813f3776f48ba0b961a825556773409e65257 1.85 MB 3,383 2
911,646 911,646 00000000000000000001dae53d9299095b1c4854fbd3be14deb0a7910703d6f7 1.65 MB 2,868 2
911,645 911,645 00000000000000000000dc5fe24c7907250c8fafccefe63b3491238beea10263 1.72 MB 3,211 2
911,644 911,644 000000000000000000011ef6c0593c845c797d1822de078176a74ce004443de8 1.55 MB 3,832 5
Previous 10 blocks ↓
Total Size: 776.76 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,462.94 GB sent, 132.33 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.