Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

736 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,729 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,728 (128,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,324 783,324 000000000000000000030bbfe8346adf630e34af0c2167d7f9cebfac4d6c20eb 1.38 MB 323 4
783,323 783,323 00000000000000000003b6a833a467f6e9e519adf5dd4d5294ce120a8e5dc955 2.05 MB 943 8
783,322 783,322 0000000000000000000086c63ba97f699a473a9c0f384475ac3055eeb17ba3d7 1.64 MB 1,625 14
783,321 783,321 00000000000000000000f6589c2280fa102069e1a1f76f1fafd8098e326f99a0 1.84 MB 749 7
783,320 783,320 00000000000000000002b274e480149a47311cc8d4c92bdc0182946c9ebdfc6e 1.49 MB 2,774 21
783,319 783,319 000000000000000000020685b5bed23e115010d6a2f20748fb122bb5c2aaa31c 1.76 MB 2,544 15
783,318 783,318 0000000000000000000318f65cae1ce500b0c4893e3404711507a27a15f623e0 3.33 MB 757 5
783,317 783,317 0000000000000000000266a92e1dc726c861ed7079ca06f4b245f30058abe827 3.15 MB 905 6
783,316 783,316 000000000000000000014fb73a96e2264ea1dafb99604f488e96101b6de3b9b6 2.12 MB 1,582 11
783,315 783,315 00000000000000000005523dbcc38bffe8438d38fe3a8a4591235d75e7e768ad 2.66 MB 1,115 9
783,314 783,314 00000000000000000005b2185a1a49b86fde5fc04b8f4ff33597f8d7ca547b3f 2.58 MB 1,444 9
783,313 783,313 000000000000000000035d08fc52d2ab50bff588e21d8fb64aec38b003d0a0e8 2.47 MB 1,287 9
783,312 783,312 00000000000000000003ecf1526af88c141579b5e8518cffe2560f3338a22aaf 2.19 MB 1,850 12
783,311 783,311 00000000000000000001447b49bba309a8ceaab4641ddb6d5a1a52eaeb9ebaac 1.72 MB 1,120 16
783,310 783,310 000000000000000000025c179204c877c5ddef45640f398fa6225c1646e095a6 2.07 MB 1,956 15
783,309 783,309 00000000000000000003f04e17ccff25aaefaa7c2d5a1697ecdebb8ca661ff45 2.06 MB 2,102 16
783,308 783,308 00000000000000000002a40002a669555d9bf0d856125a4f0fe831dc00d21edb 2.59 MB 950 6
783,307 783,307 00000000000000000005bbd1c74fa39c458735108db0ccff02961f641aa8c85d 1.65 MB 2,934 21
783,306 783,306 000000000000000000043c3c4b4958209465080d922d54945fb29d0caeff805d 2.38 MB 1,027 4
783,305 783,305 0000000000000000000497343f5ed7660b1de790bcd5343e7b4c71a65ad3f0dc 1.48 MB 2,018 22
783,304 783,304 0000000000000000000422220e0ced7464af5df90c97c9bb6b7690e43b1dfc49 2.46 MB 1,651 9
Previous 10 blocks ↓
Total Size: 776.58 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,427.13 GB sent, 131.51 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.