Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,895 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,937 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (872,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,763 38,763 000000007fcedc3f1dafda9df86fc23f1b9763b5b609ed15f0e9a38c43d73587 0.00 MB 1 0
38,762 38,762 00000000801043008b0485142b7581da0a1a86f5b5856d193a979844f94b853e 0.00 MB 1 0
38,761 38,761 0000000005f48a75b1bfddc51dd5c440d53034dbde5b7efb81d28d1f85d87653 0.00 MB 1 0
38,760 38,760 00000000435dce415772f90e49fca7cdc1f4c1a3135fa3519421ebe17fa51284 0.00 MB 1 0
38,759 38,759 0000000089e8f2b8fbe3dc633339f03bafd45013698112c18c791437a28e6e06 0.00 MB 1 0
38,758 38,758 0000000012191e0311c42dc8eddd61262f9deb0852abc76350c696041b0a6261 0.00 MB 1 0
38,757 38,757 000000001bd60a2e9f5e7c92a10f2f66d7bdcf8dd0e824905b2980b36723b744 0.00 MB 1 0
38,756 38,756 00000000562170acb323baa79c0df55f155867bdea6490ca1228cc6b3d60a320 0.00 MB 1 0
38,755 38,755 000000000874582155d13deb336718b90622dcfe034a559d25270fb5f431fce7 0.00 MB 1 0
38,754 38,754 000000003b0d118563b80201bedef31c265cf5964b0c3a4a9e431b57234a225b 0.00 MB 1 0
38,753 38,753 000000002d581a865042e5ac13040979dffafb0fa0279503d0a145a09257c2a6 0.00 MB 1 0
38,752 38,752 00000000200fb040cae1c53ff022324a4d6e9cf8ddc8cb01e3508e8b4a860f4d 0.00 MB 1 0
38,751 38,751 000000001aab529dd8e7d556946aee3c8b4255863fa02c3400414c5d68422255 0.00 MB 1 0
38,750 38,750 0000000019ade5fe259f7bf227e6f6aa55b9cfbd39c365050f49f90b0d3342ee 0.00 MB 1 0
38,749 38,749 000000001008ca10a0c2998ad9207c01f5a95e4ef726f25da942df65aa23d021 0.00 MB 1 0
38,748 38,748 0000000080e04a651dc811739eb4efd3e9096e0c1b35452e9c15fa64be8490f6 0.00 MB 1 0
38,747 38,747 000000004ed5acfbad58b957d9ad90a057950deaabd583d7cd13be7963d9897d 0.00 MB 1 0
38,746 38,746 000000000ed92baa13fa55ab8918d88d52fb4aae789fe2c5dc7474b7e8d9a98a 0.00 MB 1 0
38,745 38,745 000000008213668ab45dc5ff7fb13ae7fb8a82dc7e15f584e1f78a4faefca6ef 0.00 MB 1 0
38,744 38,744 0000000015a2dece1f418437b9a263b4d4fa8f37a4ec37ea398f830a9168cd8c 0.00 MB 1 0
38,743 38,743 0000000059fe7c3607005de6937d734bfbf4bfeb808b2d9e599e53e90e7c24c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.