Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,613 transactions (0.61 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
911,753 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 1,601 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,752 (174,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,619 737,619 00000000000000000001f797a65c83d0dbcfd7ccafc0b986092c3ac0bccbac35 0.21 MB 461 11
737,618 737,618 0000000000000000000506d9b5ebddf2df13a7f44704f9498be2ee39316198e5 0.16 MB 377 11
737,617 737,617 000000000000000000089af3c1d2025ddd1766f52aa951497c49ef314805ce93 0.97 MB 1,785 12
737,616 737,616 00000000000000000006d62b1189ef004f83fcdd0c4bbcce2923b25e0fac6d99 0.28 MB 664 12
737,615 737,615 00000000000000000005d548274272d680bb3809146e5ade100e9fef9803149b 0.54 MB 853 13
737,614 737,614 00000000000000000007f383f0a18734e0d5818b116201b4b2433025fdc39dcd 1.63 MB 1,942 4
737,613 737,613 00000000000000000007032b80d5b4368f07f9362995c55b7451a8622902d64f 1.19 MB 831 13
737,612 737,612 00000000000000000007f96d5e4b63b7e13e57d70534c6e26de7faadeebb2f9a 1.39 MB 2,159 19
737,611 737,611 00000000000000000006430440c11f7a7a51fb414d98232e726a30c7b9fff243 1.27 MB 1,483 4
737,610 737,610 00000000000000000003bd73ee0d120a6ffb035cc8042ad5afd02893d10283f4 1.43 MB 3,053 20
737,609 737,609 00000000000000000002fc5737a405dc00c812db5da28d0827a4593ae7c9f8a3 1.31 MB 1,136 6
737,608 737,608 00000000000000000005da89d856f5728cb51dc53b1c50abe70ea1c2900cc2a4 1.97 MB 1,469 4
737,607 737,607 00000000000000000007b490bfc80acdedfb180893e57a1b834a62d4c5427d57 1.73 MB 1,559 4
737,606 737,606 000000000000000000032ad3b726095023f633c9ddea80711138ec191707f34d 1.54 MB 2,436 4
737,605 737,605 00000000000000000001834d2d75a187b0c97b05a8a375e36a5765ffd876a8a1 1.59 MB 3,005 12
737,604 737,604 00000000000000000000796d902e809bbcd5a1273a745deb2bd193b731060c73 1.52 MB 3,254 17
737,603 737,603 0000000000000000000384766ce6faddeb95424507c0b37b0579716381babf10 1.53 MB 3,035 10
737,602 737,602 00000000000000000006f21e5394b2922bb3c04c2e63ad924c27960a36d7e9d0 1.60 MB 2,829 16
737,601 737,601 0000000000000000000276ef041a6f03148224f5321af4abc5fbfc21ac918f74 1.42 MB 2,583 19
737,600 737,600 00000000000000000003dbc4d9b907de1d17b217e07357d073deaa415dee5807 1.33 MB 2,130 15
737,599 737,599 0000000000000000000333514ebf831844473ec2e5e81f881b7dfc06c6cf1157 1.51 MB 2,189 17
Previous 10 blocks ↓
Total Size: 776.62 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,428.91 GB sent, 131.70 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.