Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,965 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,125 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (886,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,659 24,659 000000001562f8819926b9e992e95938f0efb48a63322608b336cb0880358614 0.00 MB 1 0
24,658 24,658 000000007d87bef8db54c81a31944725bf904301a1ebf946c6fc6f04f190ee13 0.00 MB 1 0
24,657 24,657 0000000077de8317ad3672adcb495839d4b8a09ed3f8068ce45102e12a1c5b10 0.00 MB 1 0
24,656 24,656 0000000073c6b6be975ec792c4d4388e4c726f1abbdebb65533748877b3ec7fd 0.00 MB 1 0
24,655 24,655 0000000046705c867b8455e2ea9cbfb34f4c98998b208c0599b2d2460b6f27a3 0.00 MB 1 0
24,654 24,654 00000000a09187de1d328c655711be63f1c5bacd9b98b58e97b2d8811eb2454f 0.00 MB 1 0
24,653 24,653 000000008b52ba866a6a090d2ee5523ed1a490fd80a79ed6bae9be26d599d163 0.00 MB 1 0
24,652 24,652 000000007cc204b821df271baa3c6a8389d0f1a53defa2e6003bf80383065650 0.00 MB 1 0
24,651 24,651 00000000fc1edc0f4080dd1a83e835b8bb1da7d3ceaa18b241dfd33b1b985702 0.00 MB 1 0
24,650 24,650 00000000c4770140ea91bdb5bf8f11517bdfca2128e50fc3f101dfe161bfbad9 0.00 MB 1 0
24,649 24,649 000000009fab2dc1aa67bb6c4f168f0cb1adc94423304a9cac8c464df1e3e2ce 0.00 MB 1 0
24,648 24,648 000000001cb86073e081cffe0e64ffca28755155eefe83a1cd9f1ea739af6646 0.00 MB 1 0
24,647 24,647 0000000005954fee9d91c19987a8289c9093a76c1d8c7677bcfc5cb59c910bff 0.00 MB 1 0
24,646 24,646 0000000011764eec0d2acaffd7510d5e0cedad3bc6eb14a5b43982b342bd9c77 0.00 MB 1 0
24,645 24,645 00000000a7f20b5f7eb2d739f4304fd150114bdc9f9cabe7923531b6a1a74f5f 0.00 MB 1 0
24,644 24,644 000000005f9c45398b6f27ba6e6e9118b3c535df4ad1d1c8f046761412e26578 0.00 MB 1 0
24,643 24,643 000000004bfe468f4ad7e0cbe49cbff1736b5a38558e10e50d6576f40c575234 0.00 MB 1 0
24,642 24,642 00000000c124a02c7841d5dac0266a7e4c609fa43e110f4d391989eadb7a7618 0.00 MB 1 0
24,641 24,641 0000000050c01badebc00c95b4448f853a71782d0222a40c053e86fc41712101 0.00 MB 1 0
24,640 24,640 000000007354bd28f5ffd660c70ad4e628b3be06b555248dcfb36cd0339a6afb 0.00 MB 1 0
24,639 24,639 000000002267b9071a81dd132fc2c8325d339f84a6646cf81cffd0c17fd7b78b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.