Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (881,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,585 28,585 00000000dc3494fec6d51805db26aeb7bc40f24439a04e3178a3d26db77b0683 0.00 MB 1 0
28,584 28,584 000000003936ef749b3b84bd296838f1f661e4d7356704187a4e29604a4932fc 0.00 MB 1 0
28,583 28,583 000000005dc39b75a3685ac1076ac5f28fd612876f09defadf8124aa9ca41353 0.00 MB 1 0
28,582 28,582 00000000506db2b67ef696d72c38f79de89d71c6d290a1459f6301d12aa1332c 0.00 MB 1 0
28,581 28,581 000000008c01e4299e2d14eef078673d7883fca24bf10001c7df13ca1b30ccfb 0.00 MB 1 0
28,580 28,580 000000008e469bad81a92a5d1aa1e977f4fdb62ee7cd0cf95b097a006b721ba5 0.00 MB 1 0
28,579 28,579 00000000c7be36df751d3dc9e2ebaedffc350079ed5ccf7b63a9e66e66c9658e 0.00 MB 1 0
28,578 28,578 00000000a810f6aa2ee6ad59812f498fda9304df124dbd0223ffbabdcd2c9a06 0.00 MB 1 0
28,577 28,577 00000000790b063f61315948c5a3fe87c74f095887a53198c7f4e8f951eeb9c0 0.00 MB 1 0
28,576 28,576 000000005bd8f7c6d3acdb9aa9cbc33c353c78277f78519c1e9078594bfeee61 0.00 MB 1 0
28,575 28,575 000000007af2ffeaa8e44f219166562c8427c5c04e583f0d8f39618e4aee4545 0.00 MB 1 0
28,574 28,574 00000000bfa91f634143a1631d3ecad017a4470e8e67899de007848cf16ca758 0.00 MB 1 0
28,573 28,573 000000006a35c628a9cff8ad3e2817b74bc7ffe3b91af419edee86f21fa64614 0.00 MB 1 0
28,572 28,572 000000003470066f936b1ac3588f8d0efd9a48b4035d3916065f14d222fb09aa 0.00 MB 1 0
28,571 28,571 00000000bc476fa479f49cb21d3096f66fa9c07b8a1bc1569bf0e5684115378e 0.00 MB 1 0
28,570 28,570 00000000245cbd692f33bb2e2af856c03fd51dce53096643f800ca983e33c4e8 0.00 MB 1 0
28,569 28,569 00000000cb0c5b2ac2430dfcb14e3f070e06f1164b8b446dcf7fc59081e5cd12 0.00 MB 1 0
28,568 28,568 00000000057abff505abf30498ae648bfc9f046866e81e6a1aa0e1795a28dd16 0.00 MB 1 0
28,567 28,567 00000000b1c1f206c1d83a799c248eca6432ccc89487be9b4f6753f81d68d3b7 0.00 MB 1 0
28,566 28,566 0000000033924690a9ebc4474cb6a80325d71760bba53d3997925eeee9e720f1 0.00 MB 1 0
28,565 28,565 000000004bcf2784d018081bd974fd987390baf3ed8b7f00ff6f27dc6edb67f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.87 GB sent, 119.99 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.