Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,985 transactions (2.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,846 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (175,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,350 736,350 000000000000000000084fc453f9e90acf2a3a108bb82a5c1902e90c7535dd1f 1.56 MB 2,373 19
736,349 736,349 000000000000000000005f3ff340b87a9a92255c1d68256b291e5be3e6e1096a 1.22 MB 682 13
736,348 736,348 000000000000000000063671bbb9e1ec3cb919332c5126a7930fa43a5b3d45c6 1.23 MB 1,588 21
736,347 736,347 0000000000000000000529ca25996bcddc5daa937333e7cd2a846926bdfe2950 1.55 MB 2,442 13
736,346 736,346 000000000000000000081a00cca66087f8ce363706c8381f2b41e1f17dc0579c 1.61 MB 2,185 17
736,345 736,345 000000000000000000025634851ddb31b5139a44129d2f16c554c51eb8a140a4 1.24 MB 2,480 10
736,344 736,344 00000000000000000007a5ad9f19b589bd41c2a09c4214a88f9ed037d82e121f 1.64 MB 1,491 13
736,343 736,343 000000000000000000087ca96d43804f8ff9dd7a8770666c1ed86bd35adf6ea3 1.38 MB 1,161 13
736,342 736,342 00000000000000000003b54254e1f03fa6c252fb69b8da2de374aa6a1548b917 1.53 MB 2,238 17
736,341 736,341 0000000000000000000179faee385ea28e067d4c92e0539322d9e111dc68fff3 1.55 MB 2,939 19
736,340 736,340 00000000000000000000701bdd47e81f1a0260fe052067af010d7a477b427764 1.46 MB 3,645 28
736,339 736,339 00000000000000000005635a015ff08dfd8092a96f781ae41dfe89562660af5a 1.41 MB 1,286 13
736,338 736,338 00000000000000000000dac958533dedcaee0c947d110ce3c7824506cac19abc 1.42 MB 2,297 20
736,337 736,337 0000000000000000000309397a1c8a12e2197e72147678e1248d5b57bd285126 1.33 MB 2,069 21
736,336 736,336 00000000000000000008cb035411a432dc535d595370e9f5c118a32d8f01f1a8 1.21 MB 1,555 18
736,335 736,335 000000000000000000076423cd3074b6cf50e3beae55cd12cca8594eeed21961 1.59 MB 1,965 17
736,334 736,334 00000000000000000001d65e006f9fbeac4948a70a69d2846453d8d5b0435c5f 1.53 MB 2,565 19
736,333 736,333 00000000000000000008521adfaa7d083dd06722b2a79e0b7d68a7e2cc9cca56 1.45 MB 1,845 10
736,332 736,332 00000000000000000008a009451105ecc42e06d41296da2030b8484783c105e8 1.55 MB 2,309 17
736,331 736,331 000000000000000000002dee54e39f4abaadf581f05a3306ff8ba0a7461a3dff 1.52 MB 5,107 11
736,330 736,330 00000000000000000001d022b77927af6aee7942feb1a4979053427e65888e09 1.46 MB 2,983 23
Previous 10 blocks ↓
Total Size: 776.73 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,454.43 GB sent, 132.22 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.