Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,181 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.64 vMB 2,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (841,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,847 68,847 00000000014f15fd4b2589f78122d38187bbdb0db0222d0dd97c86cfb0da8f7f 0.00 MB 4 1,557
68,846 68,846 0000000000ac1c6f1c7d7f8c9db82a8af3fc0cd0f45a90100caead5601749089 0.00 MB 1 0
68,845 68,845 00000000000ed0919d401a66627f0dc45769d2b16775885cc8b40ec2d3444ba2 0.00 MB 4 3,870
68,844 68,844 00000000000394ae4b79e7f18a94b52a54bd35d47667b86631d636f4a9731d70 0.01 MB 29 0
68,843 68,843 0000000000b168edd51eccf63524ac5ebb7177953e33bbbb756627cca8112804 0.00 MB 1 0
68,842 68,842 00000000012895fd74170b955be423825eaf50a1b1d400b6fc8be4afe89d9340 0.00 MB 4 2,980
68,841 68,841 00000000010f529f8f132dbd95c9262dc099acee888818e2272cb8b0dacab54e 0.00 MB 1 0
68,840 68,840 00000000008572b48625ac23ea6860777647f7e9e86b0d421aac3fac2b8d7023 0.00 MB 4 0
68,839 68,839 0000000000c2c87cf3d6dd0f2473bb70da845b4fb70eee602aecdab0d9e456c8 0.00 MB 1 0
68,838 68,838 0000000001219301d07a4038ee8551b2dff0dcd16272c2e45f0bd564e37ff538 0.00 MB 1 0
68,837 68,837 00000000006da606fa92e617d576d06a5f6be12bde13ce64d6b3299a73f672bc 0.00 MB 2 3,861
68,836 68,836 00000000012887297b8baa2b347f10ad5c986db7266bc06383dd91691eed07e3 0.00 MB 1 0
68,835 68,835 000000000139aec5a7cdbaaaecf7f2fb9d0dff665be287cc7135f9b4bb7fdf0c 0.00 MB 1 0
68,834 68,834 0000000000cc4d194504e77d9794d52524373364aecb5a954d57afde56f378ab 0.00 MB 2 3,875
68,833 68,833 00000000007b046bf8dab77430de9333d3ce2636b3c66593cb790bf2a44bbbc9 0.00 MB 1 0
68,832 68,832 0000000000b97a6a4028ee13356185c55639d4b528cb8f6b611434853909f19b 0.00 MB 2 3,875
68,831 68,831 000000000042f0108338b9ee5918e7212e1300d91bd72062f1880e3349f566dd 0.00 MB 1 0
68,830 68,830 00000000010aa17bc296c4d9d22bf5b4897dfc09b29b55c1e02683956bce1202 0.00 MB 1 0
68,829 68,829 0000000000d229ff2e5eb8286ac4dbb7ab932a88cd20b8c6bc4cf9d48f416903 0.00 MB 1 0
68,828 68,828 000000000092a411885cc9136b28a55fff5c48e45f31c85e4c8c757b2210c53d 0.00 MB 3 3,883
68,827 68,827 00000000002f8addf11f214ffb5f96a8a832b8b0d2d79ab16919f165350b62cd 0.00 MB 6 800
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.