Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,031 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 3,030 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (283,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
628,534 628,534 0000000000000000000f7c2e31e2e1aa3641d977dfacba600ac21e165b86378c 1.19 MB 2,298 17
628,533 628,533 0000000000000000000b400eb9c1ee363affc5991ea31256201ebac4d603c606 1.32 MB 2,745 58
628,532 628,532 0000000000000000000b8c9a02925a53aca8b0eaed72627188393a2f63405f13 1.35 MB 2,590 99
628,531 628,531 0000000000000000000c3b9a668caa9bcaa91c732d17593541bb4b74383e653f 1.35 MB 1,280 48
628,530 628,530 0000000000000000000a01409340817c47d579bbd3af9e1e71b35e915d7fc77e 1.15 MB 1,677 8
628,529 628,529 0000000000000000000bb28d43db5de92cc782bb47c12a9dcadafb238237f638 1.27 MB 2,677 65
628,528 628,528 00000000000000000004d4d56eb33b12f90a054aa9b9a40c7f311800d56e91d3 1.26 MB 2,750 40
628,527 628,527 00000000000000000001d387137cdc7d655ce411ddc6265a394c6e030981f327 1.52 MB 1,495 28
628,526 628,526 0000000000000000000f020259e64ff7d05f7ea8777fdc5b57c2223007e622e7 1.41 MB 1,636 22
628,525 628,525 0000000000000000000197e1630c5a472062c192038f915d82e0e73a0db54b42 1.33 MB 2,927 91
628,524 628,524 00000000000000000006bee7d993a4f3d2c6673147994c1ffa82cf67e1e27a2f 1.37 MB 2,724 76
628,523 628,523 000000000000000000010356024847b19b493ab987b650c700f299f71dfc7b78 1.28 MB 1,538 38
628,522 628,522 00000000000000000001ffd61e0361b1ab0a12beb9af0bbc7bd444858cb32d8a 1.23 MB 1,889 65
628,521 628,521 0000000000000000001052edc3873ff5381bb5f10caab3bebd6d2223ee5a741c 1.41 MB 1,662 42
628,520 628,520 0000000000000000000c1e0d5a7aaa88d362e1a1a26d53f49a5c19a92885db4b 1.41 MB 1,095 11
628,519 628,519 0000000000000000000707d56164e6a77c591c6e47879a99e497bb065ae3e861 1.56 MB 1,311 38
628,518 628,518 000000000000000000027c263fc0b5270809af1d7cbe3bd16ec5b58ea10e6b05 1.46 MB 1,035 31
628,517 628,517 000000000000000000032d50dc30df85854ff3a12858e3933a9b77f24434f8fd 1.82 MB 250 10
628,516 628,516 00000000000000000006a285dca32b125b725bbab7880f4210ccea4ede393511 1.47 MB 1,718 48
628,515 628,515 0000000000000000000175668928ce8243d7ce261b318bbe85c698cae0d5fdf0 1.83 MB 287 12
628,514 628,514 0000000000000000000c766c60325f46fe0a003163cab4d1f08baf7844846571 1.53 MB 1,544 49
Previous 10 blocks ↓
Total Size: 776.80 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,468.80 GB sent, 132.54 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.