Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,243 transactions (0.77 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,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (871,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,568 38,568 0000000046900ef0b97ed3754c4c80fda3507c737632c56e5ae752bc02ea4d61 0.00 MB 1 0
38,567 38,567 0000000008ceb365db8ebf9d04338d43e835e06c8e65d1882fb6d79332ec8a30 0.00 MB 1 0
38,566 38,566 0000000038e0fa1333bbd465791b3bebb82edb6209a45f9ebfd3e1c60e2ef6fe 0.00 MB 1 0
38,565 38,565 0000000079bda9eb26979a08bbda598bf6aed27a570e37bf94bed022a4777cb8 0.00 MB 1 0
38,564 38,564 0000000034eca195af33b02a86baa20a3402d9711fc66eaf81051703389abb35 0.00 MB 1 0
38,563 38,563 000000007b5eb3bd656a31519c33766277b2736e132f15e3b5a216cb365a8632 0.00 MB 1 0
38,562 38,562 000000002a65c2e3d68f18f522fc9aa4ac2d83ec80ce44d192e4af35c86023f3 0.00 MB 1 0
38,561 38,561 0000000036c42addb6dbc89ac8f707109fedf75fd30d854b678760a6e7d3e5e7 0.00 MB 1 0
38,560 38,560 000000001b4c4904d53b3fe9b98b713258c1e3eb65ccf4a2430461f47f0dbc2e 0.00 MB 1 0
38,559 38,559 000000007d2b571e3f862068924532e8e3224082c6d561f17507d92767792f4c 0.00 MB 1 0
38,558 38,558 0000000062394f5bf35c1605a8bf22f488d6673a93210cff7a321c4b07c38133 0.00 MB 1 0
38,557 38,557 00000000665ab420d1c5358ed4eff65e818c85e3a3038337f82f57928d1b21a2 0.00 MB 1 0
38,556 38,556 0000000059c95fc55f4227c5d743cb9b88832c15dba9f48b2868fb5b80b7c7a3 0.00 MB 1 0
38,555 38,555 000000007eb32360f70edffd8e521557f5ce1ee1a768c41b4b4f952aa86bb7e1 0.00 MB 1 0
38,554 38,554 0000000040bda63c886b940a455e20de7f320fc281c8451d7b9f31a220d269f8 0.00 MB 1 0
38,553 38,553 000000008acf6545a247081e039be2b264a711ec5c89032ae4bd97135b982f4e 0.00 MB 1 0
38,552 38,552 00000000117877368a68c073b356c354153a96a5dc2a39fc105131eedafaffff 0.00 MB 13 0
38,551 38,551 0000000038a6d1f54480bf938eb4160102d87f4c2e090119f3de95841b94e0e8 0.00 MB 1 0
38,550 38,550 0000000089c3cacd2fac10a00d4c44e2558d6e13aa86f1138f038938f6272292 0.00 MB 1 0
38,549 38,549 00000000471097c9a2169c2a2a8fc5e1ef2dffde54f65381d257e39296d68092 0.00 MB 1 0
38,548 38,548 000000007e506d02173e9635057d19233bea1feda90f57a1a552cbf3aa8f2354 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.