Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,417 transactions (4.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,309 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,422 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,308 (818,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,636 90,636 00000000000196430d26a06846cdc2859f9cd2641b2cf775d7f8888506d03478 0.00 MB 3 0
90,635 90,635 000000000014f017bf98763903714528c20310d17043cc5b9f7f84b95b89f20b 0.00 MB 2 0
90,634 90,634 000000000009cbcc0e81ae6755403cf00e7e84741fa2a0b4fcd409fe1aadf3f6 0.00 MB 1 0
90,633 90,633 0000000000110f7112624b883228f4925bf005692dd6dba642c61bde7f08858e 0.00 MB 2 0
90,632 90,632 00000000000ea3b2d6f8f409fa01da3f59039e912ea7c7e15b83fabb123d328a 0.00 MB 1 0
90,631 90,631 000000000006dbf3d13f24da9e6e1a22f5bb9b654dcf1ac4eb8617761a18d20f 0.00 MB 3 0
90,630 90,630 0000000000149d38b36f6d2a869a376755ecf579ddc8f33d22a2de14c6b512de 0.00 MB 1 0
90,629 90,629 00000000000db87fd2a1aef19fc6555c38b7e1d5b742a5e360b82cad88d144e7 0.00 MB 1 0
90,628 90,628 000000000005634907ab0a54cfce49f1d99865a2bb72c73cbf22c67e3fcfb1c8 0.00 MB 1 0
90,627 90,627 00000000000a3a6dd42c54dcb286373d80cde660f434ee6fefff95eb9c0cde8a 0.00 MB 1 0
90,626 90,626 00000000000737248b05eefc15c73e4f916acda9c715fd9e4bbd5c872b4ab4e4 0.00 MB 1 0
90,625 90,625 00000000000ad472fe4240e559bf67306364b75f5792f1ad7a1b8bc1b4b1ab50 0.00 MB 1 0
90,624 90,624 00000000000c80cda15714919c48892940e0492a5d0d67a498a4eb889e16faab 0.00 MB 3 0
90,623 90,623 00000000000e07357c174e80ef4bd271b3dbbc6e73295c5a3caa319971a448c5 0.00 MB 2 0
90,622 90,622 000000000007b98309c226031a2db3b662872c77d9ddc417eab8da52ba14a864 0.00 MB 2 0
90,621 90,621 0000000000114cd931f9eb2e524a26a7af499c4bc8c79dba67d4d4d3a3d96114 0.00 MB 1 0
90,620 90,620 0000000000017af21ba33a925fe3f8af7ba69f0967423348c0c93f055fb747c3 0.00 MB 1 0
90,619 90,619 00000000000e18efff6b853734fad275771cf93a32607a29f728e47da61ed86e 0.00 MB 1 0
90,618 90,618 0000000000049ecacadbcb6102958b1b67d866920b3e37244b7033ae5733915c 0.00 MB 5 0
90,617 90,617 0000000000104e2802dbc06dacf1bbaa01c2f7ad9fa1d5df93cb351763d7af24 0.00 MB 1 0
90,616 90,616 00000000000c0dcd805fd941013cb346f893f76e73058bf6ff0f73495aebe631 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,065.28 GB sent, 108.73 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.