Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,523 transactions (4.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,071 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,070 (875,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,615 34,615 000000001333ba468c0c2d1c6903fd437edef51baa879ff22cb34c9a645b55ca 0.00 MB 1 0
34,614 34,614 0000000034b07fb75cad7f901e26e924d4d7e6b3f590c12708ea510164c9888b 0.00 MB 1 0
34,613 34,613 000000005e6ae5496a625c32cf0fdfc675df413f82f65ac475cfdfef77831740 0.00 MB 1 0
34,612 34,612 00000000ae9b7770218e5c424ca99445439526525b8060408b711b767eee7bc2 0.00 MB 1 0
34,611 34,611 000000006ec82d9a0d617e166f38d7a7ccb873111b9e25407385d2a82e51e6ee 0.00 MB 1 0
34,610 34,610 000000007bf2934512aaa7d8fcc4c2ef30b4d14e1d364a8600d2d92f7e68a84d 0.00 MB 1 0
34,609 34,609 00000000275f46340b214c77aee25536d076e194cf19f79e9a7d7b2f6741ab21 0.00 MB 1 0
34,608 34,608 000000006e6a348bc71e6b1c956e509b5a1a37edb4066b9d6e2ca98f7e916e9a 0.00 MB 1 0
34,607 34,607 00000000ba103fd5ec654f857c72f38544b6e886315973569c7912dc7db6f26a 0.00 MB 1 0
34,606 34,606 000000000990a4bad8ea7b6f378c78ba9a317e6b6d23979fdbf033d63bc2ae68 0.00 MB 1 0
34,605 34,605 000000008c241e477386f150de496db1644ba8190dd3696f2b30c716e00ddb10 0.00 MB 1 0
34,604 34,604 0000000010e4b3320b19f4556a78f8c6f1c46ddd23d5d24759d0067f3128937e 0.00 MB 1 0
34,603 34,603 00000000198c30f3362930f16de3200c5fcc97dac3ff2ca90ac1d5fb38cb7310 0.00 MB 1 0
34,602 34,602 000000004330e257762d2973883168133a6f124b812c69a5074340345fd11d36 0.00 MB 1 0
34,601 34,601 000000004ad69fa5103737a66e5da63279862f107a314467244c6a876693477d 0.00 MB 1 0
34,600 34,600 0000000039d9333ed254d909bf87a2d31f45b3613473c42c2e5f36dfd354ce9b 0.00 MB 1 0
34,599 34,599 000000008e59893297511159873a13ec87f4195879578aeb6366feb4c85caa1e 0.00 MB 1 0
34,598 34,598 00000000adc33a42fb7aee0176d705220f886d9330899ef19c41f92098e00aa7 0.00 MB 1 0
34,597 34,597 000000000b2170e184671e3722b8067185db5a7f83e33d208ce7090a65431946 0.00 MB 1 0
34,596 34,596 00000000c30992651a0fda9e5e09fbb8f9151036db664863f5cc4ccf9419c310 0.00 MB 1 0
34,595 34,595 00000000b5e272dacfda54a7bc9b0f4db5517839c3140ed24f894bfee134855f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,186.80 GB sent, 116.12 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.