Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,459 transactions (0.80 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,303 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.79 vMB 2,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,302 (872,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,900 37,900 0000000032be72cdb40c8091ed6c22da7299284569e905e4c372842b0cae02f4 0.00 MB 1 0
37,899 37,899 0000000066fb56022371e7fbf7ee3afdd4bcf519c03555020bd087ccc2a13f59 0.00 MB 1 0
37,898 37,898 0000000067b9ae0231c23eccc58c8aafde3f120856b98fc45312ba2038316c5a 0.00 MB 1 0
37,897 37,897 000000006850f30f2244d5401a456f91234b9224d807250f25198fd6f0cb6c8d 0.00 MB 1 0
37,896 37,896 00000000a3c44302cd47263f1ebe9fb88677a5e3b0409c48bb20f764e5e5be07 0.00 MB 1 0
37,895 37,895 000000009848bfbe8dfe90102cb0ca73f0a900bebc128602ecfe5cdf1d947003 0.00 MB 1 0
37,894 37,894 000000006f96971c309c4f76ce6c10413ed62482df0e709791c9ab2b31ea3807 0.00 MB 1 0
37,893 37,893 000000008c08262208219e90e14a47d68de0c9e8d5ddf0660eb49806156fb625 0.00 MB 1 0
37,892 37,892 000000006a0eba5925947e9192c687343b643f98a76657e56bfdff54821b5c23 0.00 MB 1 0
37,891 37,891 000000007b33a07a64527f35e1295cf52f70e252239ad675192d66e05b6ebace 0.00 MB 1 0
37,890 37,890 0000000015560f6fa8417e27301da7a7ee605059b0d3d5451fd7bb8ef0a64b14 0.00 MB 1 0
37,889 37,889 00000000b7e091424c257fffd390106ddaae5f37a01042c6ba2838306e17bcf5 0.00 MB 1 0
37,888 37,888 0000000055ebf1f865ce0b286c10ff532fc2c6cf302792f9f26dbc038d208a9a 0.00 MB 1 0
37,887 37,887 000000000f45493d0792d749e3d760ab6bd4ad533554eaffba3535d5c803acba 0.00 MB 1 0
37,886 37,886 000000000ebb2be36bf44aa9219d5e0f80fc8a87c49c2bbf19bc750633ca7df0 0.00 MB 1 0
37,885 37,885 0000000025c47a1049878fe579b14a2746270484fbb73f295f4f5ad35d79d296 0.00 MB 1 0
37,884 37,884 000000006b0f3b1d342e61c8134276e5d0be691bfeeab9ace5e9b8eb1fe16d5b 0.00 MB 1 0
37,883 37,883 00000000625b9ff36152680a34f619b673504f1533cf8d617e79d87b37632464 0.00 MB 1 0
37,882 37,882 000000007ac0055893707b20b26c9e9a83c9639da882abf3647420f30f8188c9 0.00 MB 1 0
37,881 37,881 0000000081f82765eeb2f854a4c90ae068fac66e1b029f94d9b2cc1ca229a28d 0.00 MB 1 0
37,880 37,880 00000000a8de6c71a72a55baf614f8113b622b0403e0a0e57507cda0fdbd693b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,230.34 GB sent, 118.36 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.