Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,721 transactions (0.75 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,615 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 1,704 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (832,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,873 77,873 000000000004e812f1a7dde03d469c11c12712f262faecbc1a473d5b0ee7b688 0.00 MB 3 0
77,872 77,872 0000000000485792607f9a57fd35efb01c2ba8dc8dd16f30e3289dfae4eda467 0.00 MB 5 0
77,871 77,871 00000000002710616573c86722fc2b10621ea9274d6bc383f0da2ea6c72a4a6f 0.00 MB 4 0
77,870 77,870 000000000035f94708bea212a7bb4e7d03666a0f900cc5ef9e9f99a92125bbe5 0.00 MB 1 0
77,869 77,869 00000000000f2e84147e83cedbf81e9952ff58675118872154f9d0622cd6ddc9 0.00 MB 1 0
77,868 77,868 00000000002eac9b0a6efbf2e45981719b0e30fa73cea9ef3d703303dad6e3b4 0.00 MB 1 0
77,867 77,867 000000000016176e83ea769defc28315aae88fa97b0d248ac7afbf78448303f3 0.00 MB 1 0
77,866 77,866 000000000049753cc0894ad562c85d51b81e4c288d5ae19169553b8251eeb4a5 0.00 MB 4 0
77,865 77,865 00000000004029faf162541088c801a3837f801942eb0dd96edea0f973265aa2 0.00 MB 1 0
77,864 77,864 00000000005fbb06eb38f590dff3a5fd7f79e14aa1443dc5107c0d9c49d529c5 0.00 MB 1 0
77,863 77,863 0000000000311b5f0cf67510c50b77595e951255c9637406bcc42c33cb4a81e8 0.00 MB 3 0
77,862 77,862 0000000000116cbaba461b775d2260d8d48421c5f055bd43a26290e4acb58c83 0.00 MB 1 0
77,861 77,861 000000000028bf4df08e8c98e8c5e8b4bc56e75f35a432f9c1d1b1d6ac17180b 0.00 MB 3 0
77,860 77,860 0000000000680b9c90eb6b085fa69eeeeee9b44b1b0ecd0403e1d7708ecb646b 0.00 MB 3 0
77,859 77,859 00000000001996336fd77b79418b66c69e62d490ae580220aa95e7f27d4ed7f8 0.00 MB 3 0
77,858 77,858 0000000000668a8251a2c396b23077aac46e27d47d9a2e763a8b4a41f720602b 0.00 MB 1 0
77,857 77,857 00000000003665210f7738354a0447440bb3cc07b8704f19e111c0226f6d475d 0.00 MB 2 0
77,856 77,856 00000000002a6652e9c7f9874ed8c9beda04d34d3979fff5c905b6eb4054511a 0.00 MB 1 0
77,855 77,855 0000000000261f77c786523eb8034fea40259d45cdcad5956c4da3c73e20cc7a 0.00 MB 1 0
77,854 77,854 000000000047c9d34a799aec8bc1b2675e356a5dd40d33c6c73db635badbb60c 0.00 MB 5 0
77,853 77,853 0000000000649a2a75850f4f2efc8694a97477161ef895cb90440a3cdd1e4b2a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.67 GB sent, 121.09 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.