Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

934 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (872,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,631 38,631 0000000086c9045a5ea67cfca551f1a733c8379376c4e1db8093e81922a56c4f 0.00 MB 1 0
38,630 38,630 000000000d37c2f58ad1b92f4432fda90d85a2443b2eb455a7a9ac6ba6f927ac 0.00 MB 1 0
38,629 38,629 000000002cbae59c31281d3bc5319db1b9a98b31088f5f66a178129d8e35e73c 0.00 MB 1 0
38,628 38,628 0000000050cf4f7ed174fc44bbf4024fe1f81cedabb77f38467a83350a31d6d9 0.00 MB 1 0
38,627 38,627 0000000024ba44e3d505b22f052d33506ad8ecc69bac4bc3593b2d7cafaa3147 0.00 MB 1 0
38,626 38,626 0000000057e1727097e46601cd1dc6d6ae6832134c124800f43b5d3dd48d02ee 0.00 MB 1 0
38,625 38,625 0000000068593322809801c19c364127cb80e01dd68d6223ae7eceeb208388ff 0.00 MB 1 0
38,624 38,624 0000000054039537b9afec4e40c626cc5235f0fb1974953fcf61244879b5ef54 0.00 MB 1 0
38,623 38,623 00000000075f965a8a90069c3ae163b8d0e056be3df69c152d978b292d10b20d 0.00 MB 1 0
38,622 38,622 0000000052d836fc7af054213f9dd9b2cb3751a8a8b3306b759dddbce522d286 0.00 MB 1 0
38,621 38,621 00000000302823a4b32f9821cd1ca357ee0e8a2a909be732e733a86bb58d2c59 0.00 MB 1 0
38,620 38,620 00000000534fc927c52e3fa235eb7ed359b341b385dd4969c539904df9c7641e 0.00 MB 1 0
38,619 38,619 0000000013aa5ce078de64e52a725810174a8a587a01f52f8ac203a91c91fd29 0.00 MB 1 0
38,618 38,618 00000000203229df159538b0176933aaeb46b74e05f167d61e8c7b16028b1fcd 0.00 MB 1 0
38,617 38,617 000000003198dc7f2bab4cfdcd6b545e2f01676775d115a820e698c5eb8e53f9 0.00 MB 1 0
38,616 38,616 0000000065b46b7d85c817b82ae490ada6bf8e10e68008770941bfd7d98fbedb 0.00 MB 1 0
38,615 38,615 0000000060eedd640c49cc2e38092f4e3a751dec9132ea8c53af99363dbe1511 0.00 MB 1 0
38,614 38,614 000000006a073ae348a9fb91f9d3d7cb3c14d4272b5e14c57a163616d2606a1b 0.00 MB 1 0
38,613 38,613 000000007b8eb337b6d717b7579717faa929c2437fd8166d9235c50c9a0dd0c0 0.00 MB 1 0
38,612 38,612 0000000034c2f9df1629a1d35bed1b4f124e15b86c13c1cef7294cf39c675ddb 0.00 MB 1 0
38,611 38,611 00000000044eea4798daffc48d62374e8f62c97159c02f2e1ea38ede97d72a95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.85 GB sent, 122.03 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.