Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

153 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,264 000000000000000000022cb30000000000000000000000000000000000000000 0.03 vMB 153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,263 (866,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,133 44,133 000000002c45eb73df30273df8bc7df308a5e02fe43951deca78d848244b9263 0.00 MB 1 0
44,132 44,132 000000002bf80fb454058d164aaf9e3fb3e43e38015f2d37ce626408f40c98c1 0.00 MB 2 0
44,131 44,131 00000000402b8a2e41f3e0162827cec0287723071ed910cd629fdfeca781c78b 0.00 MB 1 0
44,130 44,130 00000000178e79b9ddd027d47cfaf286605050bd02b3b375954c683654a219a9 0.00 MB 1 0
44,129 44,129 0000000036c3b33f61c5d2d970f0e6a6acad5ca0068296815b9332b127870e70 0.00 MB 1 0
44,128 44,128 0000000006d297d69e11d6b9f6dcdc41a060c473cddf1620fb5eb4ea7c8ec83b 0.00 MB 1 0
44,127 44,127 000000004204a556aadd055bb4210144538cb6a3c7ed71c781a0e46e35c17642 0.00 MB 1 0
44,126 44,126 0000000024a55e0b1c7c3eadb7cb386ecd73ffa2492ab9ae864fda128d9c7241 0.00 MB 1 0
44,125 44,125 000000001ce2cb53e1e11ece6810f9a6d448288cc3c7047a7078f1bebd203733 0.00 MB 1 0
44,124 44,124 0000000033ec0c1aba633f19e3141d5b679819960c4a4352adbf20bd7bdc4cf0 0.00 MB 1 0
44,123 44,123 00000000018483ff316e68ee7acb062f876e3b1f2264f23834cf97bf88a38d1b 0.00 MB 1 0
44,122 44,122 00000000048317e2c6d0f974a199d5b89014a39caccdd67a7f41363d1cf34e60 0.00 MB 1 0
44,121 44,121 0000000003f36b41712204889eb8fe0a778478b8fcb2629e6d4e2ade7a243db4 0.00 MB 1 0
44,120 44,120 0000000016c28b14e474a4f77247e656f938598ba242b5de2c2854a98e79eb83 0.00 MB 1 0
44,119 44,119 000000001e292757fca1421670baa7f7b666b75ee5b8ccfabc0c725d7e2fc817 0.00 MB 1 0
44,118 44,118 000000002f102f42c99f185b29766285852ef9ac2a07dddbd78209de7411951f 0.00 MB 1 0
44,117 44,117 000000000dea89b9c0473fc100dd42072bdc80d5ee00d37a4b1688973dc56786 0.00 MB 1 0
44,116 44,116 000000001912d218e8a243a9e9418a8e78179e6114be0e960b8daf2bf3d550f4 0.00 MB 1 0
44,115 44,115 0000000023888ceba1e10ee1769859dab2a16295266b02d84e41c4a14fde7934 0.00 MB 1 0
44,114 44,114 0000000036f522af88d3ca6c37baf6757ba4ce6c050f72fe6e0bc3d500061604 0.00 MB 1 0
44,113 44,113 000000003c4e9e5d0c265f871365bd77af4a41fb5620eab677b109e0ab270fd1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.89 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,223.39 GB sent, 118.01 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.