Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,113 transactions (0.30 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,527 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 1,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,526 (841,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,860 68,860 000000000163c1004f8e36617cbd07753cb2ce4429b5cbf0b083e9d006438368 0.00 MB 2 3,875
68,859 68,859 0000000000d6be4fee92eeb138a72474f7b256aef4008cd8c1b9359a4e268aa1 0.00 MB 1 0
68,858 68,858 000000000076a73665072924f89560b2c7fd4d9f8a73bbd5c6db1d4cad7ecff2 0.00 MB 3 3,868
68,857 68,857 00000000000052ff08c34d5a8ddda9c5568b6ef763543742a704579c7bbb84f6 0.00 MB 1 0
68,856 68,856 0000000000af5ff9a1d4c80d50080828aadb867fbc86eaf1fb8dd40c89ee7672 0.00 MB 1 0
68,855 68,855 000000000028b6fe7d0e69e964da728ac73ace07a559847d52100593634c8d97 0.00 MB 1 0
68,854 68,854 000000000090c582c169a18fb5e5c10f34dc0ad74ce883c9e7de1f8e37998e54 0.00 MB 1 0
68,853 68,853 0000000000188de9341782f1c8810def754d954c1fdc4523e65bb9ca09e9ade8 0.00 MB 1 0
68,852 68,852 000000000111805fe99b8eb8cb28291b3fdb17e735631007f9b2108fc03ac129 0.00 MB 1 0
68,851 68,851 00000000010c647008cfb07cede9005dcb374ea511e1867a6e1c8b98c4571ccb 0.00 MB 1 0
68,850 68,850 00000000010338378713e730e468cce19705edb515e90e1c03baa9296bcb9fb0 0.00 MB 1 0
68,849 68,849 00000000014bac629dfd4b847b14afa2bba9a76039c379718e42c0ceaaf4ec3c 0.00 MB 4 1,218
68,848 68,848 00000000008cde44ff80a41aedb820d71cfd5412478d1d050ae143db5ca49cc8 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.36 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,246.06 GB sent, 120.34 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.